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 bd8af5e commit cc39181Copy full SHA for cc39181
VERSION
@@ -1 +1 @@
1
-1.0.0
+1.0.1
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:v1.0.0
+ image: quay.io/argoprojlabs/argocd-image-updater:v1.0.1
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: v1.0.0
+ newTag: v1.0.1
0 commit comments