Skip to content

Commit c164450

Browse files
authored
chore: update ArgoCD validation rules and bump dependencies (#1061)
Signed-off-by: akhil nittala <nakhil@redhat.com>
1 parent 090aed5 commit c164450

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

bundle/manifests/argoproj.io_argocds.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8736,6 +8736,9 @@ spec:
87368736
for all ArgoCD components.
87378737
type: string
87388738
type: object
8739+
x-kubernetes-validations:
8740+
- message: spec.sso and spec.oidcConfig cannot both be set
8741+
rule: '!(has(self.sso) && has(self.oidcConfig))'
87398742
status:
87408743
description: ArgoCDStatus defines the observed state of ArgoCD
87418744
properties:

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-07T03:42:02Z"
183+
createdAt: "2026-01-27T08:33:05Z"
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8725,6 +8725,9 @@ spec:
87258725
for all ArgoCD components.
87268726
type: string
87278727
type: object
8728+
x-kubernetes-validations:
8729+
- message: spec.sso and spec.oidcConfig cannot both be set
8730+
rule: '!(has(self.sso) && has(self.oidcConfig))'
87288731
status:
87298732
description: ArgoCDStatus defines the observed state of ArgoCD
87308733
properties:

0 commit comments

Comments
 (0)