Skip to content

Commit 46bc6d9

Browse files
committed
chore: update to latest argocd-operator
Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent 03d5007 commit 46bc6d9

File tree

5 files changed

+54
-4
lines changed

5 files changed

+54
-4
lines changed

bundle/manifests/argoproj.io_argocds.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11358,6 +11358,13 @@ spec:
1135811358
description: Agent defines configurations for the Agent component
1135911359
of Argo CD Agent.
1136011360
properties:
11361+
allowedNamespaces:
11362+
description: |-
11363+
AllowedNamespaces is a list of additional namespaces the agent is allowed to
11364+
manage applications in. Supports glob patterns.
11365+
items:
11366+
type: string
11367+
type: array
1136111368
client:
1136211369
description: Client defines the client options for the Agent
1136311370
component.
@@ -11392,6 +11399,20 @@ spec:
1139211399
description: Creds is the credential identifier for the agent
1139311400
authentication
1139411401
type: string
11402+
destinationBasedMapping:
11403+
description: DestinationBasedMapping defines the options for
11404+
destination based mapping for the Agent component.
11405+
properties:
11406+
createNamespace:
11407+
description: |-
11408+
CreateNamespace enables automatic creation of target namespaces on the managed cluster
11409+
when destination-based mapping is enabled.
11410+
type: boolean
11411+
enabled:
11412+
description: Enabled is the flag to enable destination
11413+
based mapping for the Agent component.
11414+
type: boolean
11415+
type: object
1139511416
enabled:
1139611417
description: Enabled is the flag to enable the Agent component
1139711418
during Argo CD installation. (optional, default `false`)
@@ -11600,6 +11621,10 @@ spec:
1160011621
description: Auth is the authentication method for the Principal
1160111622
component.
1160211623
type: string
11624+
destinationBasedMapping:
11625+
description: DestinationBasedMapping is the flag to enable
11626+
destination based mapping for the Principal component.
11627+
type: boolean
1160311628
enabled:
1160411629
description: Enabled is the flag to enable the Principal component
1160511630
during Argo CD installation. (optional, default `false`)

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-02-25T05:56:01Z"
183+
createdAt: "2026-02-27T08:17:37Z"
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11347,6 +11347,13 @@ spec:
1134711347
description: Agent defines configurations for the Agent component
1134811348
of Argo CD Agent.
1134911349
properties:
11350+
allowedNamespaces:
11351+
description: |-
11352+
AllowedNamespaces is a list of additional namespaces the agent is allowed to
11353+
manage applications in. Supports glob patterns.
11354+
items:
11355+
type: string
11356+
type: array
1135011357
client:
1135111358
description: Client defines the client options for the Agent
1135211359
component.
@@ -11381,6 +11388,20 @@ spec:
1138111388
description: Creds is the credential identifier for the agent
1138211389
authentication
1138311390
type: string
11391+
destinationBasedMapping:
11392+
description: DestinationBasedMapping defines the options for
11393+
destination based mapping for the Agent component.
11394+
properties:
11395+
createNamespace:
11396+
description: |-
11397+
CreateNamespace enables automatic creation of target namespaces on the managed cluster
11398+
when destination-based mapping is enabled.
11399+
type: boolean
11400+
enabled:
11401+
description: Enabled is the flag to enable destination
11402+
based mapping for the Agent component.
11403+
type: boolean
11404+
type: object
1138411405
enabled:
1138511406
description: Enabled is the flag to enable the Agent component
1138611407
during Argo CD installation. (optional, default `false`)
@@ -11589,6 +11610,10 @@ spec:
1158911610
description: Auth is the authentication method for the Principal
1159011611
component.
1159111612
type: string
11613+
destinationBasedMapping:
11614+
description: DestinationBasedMapping is the flag to enable
11615+
destination based mapping for the Principal component.
11616+
type: boolean
1159211617
enabled:
1159311618
description: Enabled is the flag to enable the Principal component
1159411619
during Argo CD installation. (optional, default `false`)

go.mod

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

55
require (
66
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67
7-
github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260225142026-dabb25d60d94
7+
github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260227080059-8b5b17571940
88
github.com/argoproj/argo-cd/v3 v3.3.0
99
github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d
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
@@ -39,8 +39,8 @@ github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aa
3939
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67/go.mod h1:WPyZkNHZjir/OTt8mrRwcUZKe1euHrHPJsRv1Wp/F/0=
4040
github.com/argoproj-labs/argocd-image-updater v1.1.1 h1:7YDaR3WX2NMsDKp0wN7TRaRRHaVHQ94tSybi2P99MGk=
4141
github.com/argoproj-labs/argocd-image-updater v1.1.1/go.mod h1:gMHiNrGNwNSt4ljf0ykcnmNvXBk/NJ+Z17AnZVe7V7I=
42-
github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260225142026-dabb25d60d94 h1:1HO3tG4kb0rJ2XD+pjHlSLbZMufBl/fNqGhkf9vkpho=
43-
github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260225142026-dabb25d60d94/go.mod h1:3/Y9YWMU+DHC+onOQVXPAxrNkoBAGZD+UQui9BgJBjY=
42+
github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260227080059-8b5b17571940 h1:vSZcfKzQVIeqCgXtcrt1sod71pWy23u/0yHoFgcr2dc=
43+
github.com/argoproj-labs/argocd-operator v0.17.0-rc1.0.20260227080059-8b5b17571940/go.mod h1:3/Y9YWMU+DHC+onOQVXPAxrNkoBAGZD+UQui9BgJBjY=
4444
github.com/argoproj/argo-cd/v3 v3.3.0 h1:9UlruTd5cC/MyvorTXgAIblfZTy63MF5FYvvoAaUvwU=
4545
github.com/argoproj/argo-cd/v3 v3.3.0/go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g=
4646
github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d h1:iUJYrbSvpV9n8vyl1sBt1GceM60HhHfnHxuzcm5apDg=

0 commit comments

Comments
 (0)