File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # Argo CD v3.0.11
2- FROM quay.io/argoproj/argocd@sha256:1cb4ede2fc4a6332c128d9ba29d19e8cb5b76f9260dc47550a4b3b154269ff86 as argocd
1+ # Argo CD v3.0.16
2+ FROM quay.io/argoproj/argocd@sha256:bbdb994007855fed9adfbef31cd58c49f867e652c0e16654bf6579ff037e13e2 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:1cb4ede2fc4a6332c128d9ba29d19e8cb5b76f9260dc47550a4b3b154269ff86 " // v3.0.11
73+ ArgoCDDefaultArgoVersion = "sha256:bbdb994007855fed9adfbef31cd58c49f867e652c0e16654bf6579ff037e13e2 " // v3.0.16
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 11module github.com/argoproj-labs/argocd-operator
22
3- go 1.24.4
3+ go 1.24.6
44
55require (
6- github.com/argoproj/argo-cd/v3 v3.0.11
6+ github.com/argoproj/argo-cd/v3 v3.0.16
77 github.com/cert-manager/cert-manager v1.14.4
88 github.com/go-logr/logr v1.4.2
99 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt
1414github.com/PuerkitoBio/purell v1.1.1 /go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0 =
1515github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 /go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE =
1616github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 /go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE =
17- github.com/argoproj/argo-cd/v3 v3.0.11 h1:TAqk/GEBLevlxmBCR6kSR+fCLRInPic+n8qGg+FvcR4 =
18- github.com/argoproj/argo-cd/v3 v3.0.11 /go.mod h1:ofadwxZACMBM+CGn+d0cytbqU4Xthj/pCjp2k2gekn4 =
17+ github.com/argoproj/argo-cd/v3 v3.0.16 h1:V67eJxuPTS20kjcA1K/uLnbapEVUfIJ9eIO62ns4ECU =
18+ github.com/argoproj/argo-cd/v3 v3.0.16 /go.mod h1:oTCI5r+Hacij94yJto2/mVXAHB8r3375h9SInqbS8EM =
1919github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
2020github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
2121github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
You can’t perform that action at this time.
0 commit comments