Skip to content

Commit

Permalink
Upgrade to Argo Rollouts v1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest committed Sep 27, 2024
1 parent b3a99a6 commit d042516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-07-29T13:09:50Z"
createdAt: "2024-09-27T12:15:43Z"
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: argo-rollouts-manager.v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion controllers/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
DefaultArgoRolloutsImage = "quay.io/argoproj/argo-rollouts"

// ArgoRolloutsDefaultVersion is the default version for the Rollouts controller.
DefaultArgoRolloutsVersion = "v1.7.1" // v1.7.1
DefaultArgoRolloutsVersion = "v1.7.2" // v1.7.2

// DefaultArgoRolloutsResourceName is the default name for Rollouts controller resources such as
// deployment, service, role, rolebinding and serviceaccount.
Expand Down
3 changes: 2 additions & 1 deletion hack/run-upstream-argo-rollouts-e2e-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CURRENT_ROLLOUTS_VERSION=v1.7.1
CURRENT_ROLLOUTS_VERSION=v1.7.2

function cleanup {
echo "* Cleaning up"
Expand Down Expand Up @@ -120,3 +120,4 @@ set -e
echo "* SUCCESS: No unexpected errors occurred."



0 comments on commit d042516

Please sign in to comment.