Skip to content

Commit f248fee

Browse files
authored
Update argocd-operator to latest commit from release-0.16 (#1081)
Signed-off-by: Rizwana777 <rizwananaaz177@gmail.com>
1 parent f19618c commit f248fee

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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: "2026-01-05T07:12:47Z"
183+
createdAt: "2026-02-23T07:58:17Z"
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"

config/crd/bases/argoproj.io_argocds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29020,4 +29020,4 @@ spec:
2902029020
served: true
2902129021
storage: true
2902229022
subresources:
29023-
status: {}
29023+
status: {}

config/crd/bases/argoproj.io_namespacemanagements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ spec:
111111
served: true
112112
storage: true
113113
subresources:
114-
status: {}
114+
status: {}

config/crd/bases/argoproj.io_notificationsconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ spec:
7777
served: true
7878
storage: true
7979
subresources:
80-
status: {}
80+
status: {}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.6
44

55
require (
66
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250731075119-a100fc1d88b8
7-
github.com/argoproj-labs/argocd-operator v0.16.1-0.20260107124100-0cdabd0c8363
7+
github.com/argoproj-labs/argocd-operator v0.16.1-0.20260212032906-c98300a57948
88
github.com/argoproj/argo-cd/v3 v3.1.10
99
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec
1010
github.com/go-logr/logr v1.4.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
3131
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
3232
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250731075119-a100fc1d88b8 h1:6+eo7BKrNkSIhQ1nnyCUloSNrGzghlb8r8e7GokoeBo=
3333
github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250731075119-a100fc1d88b8/go.mod h1:yTwzKUV79YyI764hkXdVojGYBA9yKJk3qXx5mRuQ2Xc=
34-
github.com/argoproj-labs/argocd-operator v0.16.1-0.20260107124100-0cdabd0c8363 h1:vFygAU399n9u8WvBqyV5So0O21ufBffWBw252S1kD+M=
35-
github.com/argoproj-labs/argocd-operator v0.16.1-0.20260107124100-0cdabd0c8363/go.mod h1:aDNwn6GVi0BboTWvKT9Jd33DdfWNoiLpSCDuIRzToGw=
34+
github.com/argoproj-labs/argocd-operator v0.16.1-0.20260212032906-c98300a57948 h1:2k8LN/Dw52EyVl2H2bszxgClfxguTSQ5/J4klrMAxHA=
35+
github.com/argoproj-labs/argocd-operator v0.16.1-0.20260212032906-c98300a57948/go.mod h1:aDNwn6GVi0BboTWvKT9Jd33DdfWNoiLpSCDuIRzToGw=
3636
github.com/argoproj/argo-cd/v3 v3.1.10 h1:0zXhdsAjViGFkpY5q884GOXumK+vi8WHohJnj7fJNac=
3737
github.com/argoproj/argo-cd/v3 v3.1.10/go.mod h1:lWEc7pgcpNjWvbcceInJgotYJDz9Ql2kdI+pybeaizM=
3838
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec h1:rNAwbRQFvRIuW/e2bU+B10mlzghYXsnwZedYeA7Drz4=

0 commit comments

Comments
 (0)