Skip to content

Commit

Permalink
Release 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitasequeira committed Jan 27, 2025
1 parent 980eff5 commit 1257895
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99.9.9
0.99.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.23.0

require (
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250114144021-10a01f381aa7
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.99.0
github.com/argoproj/argo-cd/v2 v2.13.2
github.com/argoproj/gitops-engine v0.7.1-0.20240905010810-bd7681ae3f8b
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

images:
- name: quay.io/argoprojlabs/argocd-image-updater
newTag: latest
newTag: v0.99.0

resources:
- ./config
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ spec:
key: log.level
name: argocd-image-updater-config
optional: true
image: quay.io/argoprojlabs/argocd-image-updater:latest
image: quay.io/argoprojlabs/argocd-image-updater:v0.99.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 1257895

Please sign in to comment.