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 a84aaaa commit 3718352Copy full SHA for 3718352
VERSION
@@ -1 +1 @@
1
-99.9.9
+1.0.0
config/install.yaml
@@ -948,7 +948,7 @@ spec:
948
key: webhook.ratelimit-allowed
949
name: argocd-image-updater-config
950
optional: true
951
- image: quay.io/argoprojlabs/argocd-image-updater:latest
+ image: quay.io/argoprojlabs/argocd-image-updater:v1.0.0
952
livenessProbe:
953
httpGet:
954
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: latest
+ newTag: v1.0.0
0 commit comments