-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "argocd-image-updaterが動かなかった" | ||
date: 2024-04-13 | ||
categories: [k8s] | ||
draft: false | ||
toc: false | ||
--- | ||
|
||
``` | ||
time="2024-04-13T10:40:00Z" level=warning msg="skipping app 'powerfulfamily-blog' of type '' because it's not of supported source type" application=powerfulfamily-blog | ||
``` | ||
|
||
こんな事を言われて、イメージがプッシュされても拾ってきてくれません | ||
|
||
[Multiple helm sources: skipping app of type '' because it's not of supported source type · Issue #558 · argoproj-labs/argocd-image-updater](https://github.com/argoproj-labs/argocd-image-updater/issues/558) | ||
|
||
どうやら、Multiple Sourcesに対応していないみたいです。私はそもそもMultiple Sourcesを使っていないのにMultiple Sourcesを使っているやつからコピペしたことによって`sources`の中に1つだけsourceがあるという状態になっていたので、それを消して普通のArgocd Applicationにすれば動きました | ||
|