Skip to content

Commit

Permalink
fix: upgrade argocd to 2.8.16 (#1319)
Browse files Browse the repository at this point in the history
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
  • Loading branch information
saumeya authored Apr 28, 2024
1 parent fbee1a9 commit c1ef4a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/util/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Argo CD v2.8.14
FROM quay.io/argoproj/argocd@sha256:036a242144a1cf53ff61611a6aebda52a8d69c3baa108e3341bd85f16c5dd6bc as argocd
# Argo CD v2.8.16
FROM quay.io/argoproj/argocd@sha256:6b9759eb9f3d73b4295d500a0426b64ee37f778bc2b42dd67479fbb973151969 as argocd

# Final Image
FROM docker.io/library/ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion common/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (
ArgoCDDefaultArgoImage = "quay.io/argoproj/argocd"

// ArgoCDDefaultArgoVersion is the Argo CD container image digest to use when version not specified.
ArgoCDDefaultArgoVersion = "sha256:036a242144a1cf53ff61611a6aebda52a8d69c3baa108e3341bd85f16c5dd6bc" // v2.8.14
ArgoCDDefaultArgoVersion = "sha256:6b9759eb9f3d73b4295d500a0426b64ee37f778bc2b42dd67479fbb973151969" // v2.8.16

// ArgoCDDefaultBackupKeyLength is the length of the generated default backup key.
ArgoCDDefaultBackupKeyLength = 32
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/argoproj-labs/argocd-operator
go 1.20

require (
github.com/argoproj/argo-cd/v2 v2.8.14
github.com/argoproj/argo-cd/v2 v2.8.16
github.com/coreos/prometheus-operator v0.40.0
github.com/go-logr/logr v1.2.4
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
github.com/argoproj/argo-cd/v2 v2.8.14 h1:sxRIFxcmORSkBEcbVD5j7NokaLIno8BrjIJyobyIrTs=
github.com/argoproj/argo-cd/v2 v2.8.14/go.mod h1:3GmH9xEJtiWZNfZ5hx1qdzbF2t9gIS/3vNV5vJBmI/g=
github.com/argoproj/argo-cd/v2 v2.8.16 h1:P2PtDx1OSzNYvaZIYPo/mnHotDS99G9Jwj6BVGZSpn8=
github.com/argoproj/argo-cd/v2 v2.8.16/go.mod h1:3GmH9xEJtiWZNfZ5hx1qdzbF2t9gIS/3vNV5vJBmI/g=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit c1ef4a5

Please sign in to comment.