Skip to content

Commit ad36018

Browse files
authored
Merge branch 'master' into usr/akhil/TLS_FEATURE
2 parents 8cba26d + aacca24 commit ad36018

20 files changed

Lines changed: 3988 additions & 154 deletions

bundle/manifests/argoproj.io_analysisruns.yaml

Lines changed: 395 additions & 12 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_analysistemplates.yaml

Lines changed: 395 additions & 12 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_clusteranalysistemplates.yaml

Lines changed: 395 additions & 12 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_experiments.yaml

Lines changed: 375 additions & 8 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_rolloutmanagers.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,19 @@ spec:
263263
description: NamespaceScoped lets you specify if RolloutManager has
264264
to watch a namespace or the whole cluster
265265
type: boolean
266+
networkPolicy:
267+
description: |-
268+
NetworkPolicy controls whether the operator should create NetworkPolicy resources.
269+
if empty, the default is to create network policies
270+
properties:
271+
enabled:
272+
default: true
273+
description: |-
274+
Enabled defines whether NetworkPolicy resources should be created for this instance.
275+
When enabled, the operator will reconcile NetworkPolicies for components.
276+
When disabled, the operator will remove any previously-created NetworkPolicies.
277+
type: boolean
278+
type: object
266279
nodePlacement:
267280
description: NodePlacement defines NodeSelectors and Taints for Rollouts
268281
workloads

bundle/manifests/argoproj.io_rollouts.yaml

Lines changed: 399 additions & 11 deletions
Large diffs are not rendered by default.

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ metadata:
190190
capabilities: Deep Insights
191191
console.openshift.io/plugins: '["gitops-plugin"]'
192192
containerImage: quay.io/redhat-developer/gitops-operator
193-
createdAt: "2026-05-21T11:46:26Z"
193+
createdAt: "2026-05-27T11:59:10Z"
194194
description: Enables teams to adopt GitOps principles for managing cluster configurations
195195
and application delivery across hybrid multi-cluster Kubernetes environments.
196196
features.operators.openshift.io/disconnected: "true"
@@ -630,6 +630,7 @@ spec:
630630
- get
631631
- update
632632
- apiGroups:
633+
- eks.amazonaws.com
633634
- elbv2.k8s.aws
634635
resources:
635636
- targetgroupbindings

config/crd/bases/analysis-run-crd.yaml

Lines changed: 395 additions & 13 deletions
Large diffs are not rendered by default.

config/crd/bases/analysis-template-crd.yaml

Lines changed: 395 additions & 13 deletions
Large diffs are not rendered by default.

config/crd/bases/argoproj.io_rolloutmanagers.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,19 @@ spec:
263263
description: NamespaceScoped lets you specify if RolloutManager has
264264
to watch a namespace or the whole cluster
265265
type: boolean
266+
networkPolicy:
267+
description: |-
268+
NetworkPolicy controls whether the operator should create NetworkPolicy resources.
269+
if empty, the default is to create network policies
270+
properties:
271+
enabled:
272+
default: true
273+
description: |-
274+
Enabled defines whether NetworkPolicy resources should be created for this instance.
275+
When enabled, the operator will reconcile NetworkPolicies for components.
276+
When disabled, the operator will remove any previously-created NetworkPolicies.
277+
type: boolean
278+
type: object
266279
nodePlacement:
267280
description: NodePlacement defines NodeSelectors and Taints for Rollouts
268281
workloads

0 commit comments

Comments
 (0)