We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72873ac commit b782db1Copy full SHA for b782db1
3 files changed
VERSION
@@ -1 +1 @@
1
-1.0.3
+1.0.4
config/install.yaml
@@ -933,7 +933,7 @@ spec:
933
key: webhook.ratelimit-allowed
934
name: argocd-image-updater-config
935
optional: true
936
- image: quay.io/argoprojlabs/argocd-image-updater:v1.0.3
+ image: quay.io/argoprojlabs/argocd-image-updater:v1.0.4
937
livenessProbe:
938
httpGet:
939
path: /healthz
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ kind: Kustomization
5
images:
6
- name: argocd-image-updater-controller
7
newName: quay.io/argoprojlabs/argocd-image-updater
8
- newTag: v1.0.3
+ newTag: v1.0.4
0 commit comments