Skip to content

Commit

Permalink
記事投稿
Browse files Browse the repository at this point in the history
  • Loading branch information
masebb committed Apr 13, 2024
1 parent c08af67 commit df8c709
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/posts/argocd-image-updaterが動かない.md
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にすれば動きました

0 comments on commit df8c709

Please sign in to comment.