File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Argo CD v3.3.0
2- FROM quay.io/argoproj/argocd@sha256:ed0740273790e58154816104c1e1b41fb308a9c516ade3d0f195fa56f1840cca as argocd
1+ # Argo CD v3.3.2
2+ FROM quay.io/argoproj/argocd@sha256:5882f28f7aaeaac397949c4511fdc1ad66c1260af44166ccf7e57aca3d7b9797 as argocd
33
44# Final Image
55FROM docker.io/library/ubuntu:24.04
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const (
7070 ArgoCDDefaultArgoImage = "quay.io/argoproj/argocd"
7171
7272 // ArgoCDDefaultArgoVersion is the Argo CD container image digest to use when version not specified.
73- ArgoCDDefaultArgoVersion = "sha256:ed0740273790e58154816104c1e1b41fb308a9c516ade3d0f195fa56f1840cca " // v3.3.0
73+ ArgoCDDefaultArgoVersion = "sha256:5882f28f7aaeaac397949c4511fdc1ad66c1260af44166ccf7e57aca3d7b9797 " // v3.3.2
7474
7575 // ArgoCDDefaultBackupKeyLength is the length of the generated default backup key.
7676 ArgoCDDefaultBackupKeyLength = 32
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/argoproj-labs/argocd-operator
33go 1.25.5
44
55require (
6- github.com/argoproj/argo-cd/v3 v3.3.0
6+ github.com/argoproj/argo-cd/v3 v3.3.2
77 github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d
88 github.com/cert-manager/cert-manager v1.15.4
99 github.com/go-logr/logr v1.4.3
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
3737github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
3838github.com/argoproj-labs/argocd-image-updater v1.1.1 h1:7YDaR3WX2NMsDKp0wN7TRaRRHaVHQ94tSybi2P99MGk =
3939github.com/argoproj-labs/argocd-image-updater v1.1.1 /go.mod h1:gMHiNrGNwNSt4ljf0ykcnmNvXBk/NJ+Z17AnZVe7V7I =
40- github.com/argoproj/argo-cd/v3 v3.3.0 h1:9UlruTd5cC/MyvorTXgAIblfZTy63MF5FYvvoAaUvwU =
41- github.com/argoproj/argo-cd/v3 v3.3.0 /go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g =
40+ github.com/argoproj/argo-cd/v3 v3.3.2 h1:kVHBj5Z0Wm2D6s69l0q6lC/WH5tc4E1peXgEEOPrLLU =
41+ github.com/argoproj/argo-cd/v3 v3.3.2 /go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g =
4242github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d h1:iUJYrbSvpV9n8vyl1sBt1GceM60HhHfnHxuzcm5apDg =
4343github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d /go.mod h1:PauXVUVcfiTgC+34lDdWzPS101g4NpsUtDAjFBnWf94 =
4444github.com/argoproj/pkg v0.13.7-0.20250305113207-cbc37dc61de5 h1:YBoLSjpoaJXaXAldVvBRKJuOPvIXz9UOv6S96gMJM/Q =
You can’t perform that action at this time.
0 commit comments