Skip to content

Commit 8bd51cf

Browse files
authored
Update to latest commit of argo-rollouts-manager '7f928e52c0d9e9bac93058b0e564f6f15217c92d' (#990)
Signed-off-by: Jonathan West <jonwest@redhat.com>
1 parent d945370 commit 8bd51cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ metadata:
180180
capabilities: Deep Insights
181181
console.openshift.io/plugins: '["gitops-plugin"]'
182182
containerImage: quay.io/redhat-developer/gitops-operator
183-
createdAt: "2025-10-01T09:01:02Z"
183+
createdAt: "2025-10-23T13:34:07Z"
184184
description: Enables teams to adopt GitOps principles for managing cluster configurations
185185
and application delivery across hybrid multi-cluster Kubernetes environments.
186186
features.operators.openshift.io/disconnected: "true"

scripts/run-rollouts-e2e-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
217217

218218
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
219219
# - It should always point to the same argo-rollouts-manager commit that is referenced in go.mod of gitops-operator (which will usually be the most recent argo-rollouts-manager commit)
220-
TARGET_ROLLOUT_MANAGER_COMMIT=a100fc1d88b8e3eee5d0d31a8be2956f96005d77
220+
TARGET_ROLLOUT_MANAGER_COMMIT=7f928e52c0d9e9bac93058b0e564f6f15217c92d
221221

222222
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
223223
# - It should always point to the same argo-rollouts-manager commit that is referenced in the version of argo-rollouts-manager that is in go.mod
@@ -290,3 +290,4 @@ make test-e2e
290290

291291

292292

293+

0 commit comments

Comments
 (0)