From 898ba5bf6f84ede6d469dc1c0426e8faa65100dc Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Thu, 19 Dec 2024 16:16:35 +0100 Subject: [PATCH] Bump RHDH to 1.4 Signed-off-by: gabriel-farache --- .../manifests/orchestrator-operator.clusterserviceversion.yaml | 2 +- bundle/manifests/rhdh.redhat.com_orchestrators.yaml | 2 +- config/crd/bases/rhdh.redhat.com_orchestrators.yaml | 2 +- config/samples/_v1alpha1_orchestrator.yaml | 2 +- helm-charts/orchestrator/README.md | 2 +- helm-charts/orchestrator/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml b/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml index 96f6e141..0b7b3ce2 100644 --- a/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml +++ b/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml @@ -73,7 +73,7 @@ metadata: } }, "subscription": { - "channel": "fast-1.3", + "channel": "fast-1.4", "installPlanApproval": "Automatic", "name": "rhdh", "namespace": "rhdh-operator", diff --git a/bundle/manifests/rhdh.redhat.com_orchestrators.yaml b/bundle/manifests/rhdh.redhat.com_orchestrators.yaml index b7effb00..5af4cd9b 100644 --- a/bundle/manifests/rhdh.redhat.com_orchestrators.yaml +++ b/bundle/manifests/rhdh.redhat.com_orchestrators.yaml @@ -328,7 +328,7 @@ spec: to use to deploy the operator. properties: channel: - default: fast-1.3 + default: fast-1.4 description: Channel defines the channel of the operator package to subscribe to type: string diff --git a/config/crd/bases/rhdh.redhat.com_orchestrators.yaml b/config/crd/bases/rhdh.redhat.com_orchestrators.yaml index 1dd9d028..d5f79a43 100644 --- a/config/crd/bases/rhdh.redhat.com_orchestrators.yaml +++ b/config/crd/bases/rhdh.redhat.com_orchestrators.yaml @@ -227,7 +227,7 @@ spec: description: Subscription specifies the subscription attributes to use to deploy the operator. properties: channel: - default: fast-1.3 + default: fast-1.4 description: Channel defines the channel of the operator package to subscribe to type: string installPlanApproval: diff --git a/config/samples/_v1alpha1_orchestrator.yaml b/config/samples/_v1alpha1_orchestrator.yaml index 1a26727b..2223c7b8 100644 --- a/config/samples/_v1alpha1_orchestrator.yaml +++ b/config/samples/_v1alpha1_orchestrator.yaml @@ -46,7 +46,7 @@ spec: password: NOTIFICATIONS_EMAIL_PASSWORD # Key in the secret with name defined in the 'name' field that contains the value of the password of the SMTP server for the notifications plugin. Defaults to 'NOTIFICATIONS_EMAIL_PASSWORD', empty for not available. subscription: namespace: rhdh-operator # namespace where the operator should be deployed - channel: fast-1.3 # channel of an operator package to subscribe to + channel: fast-1.4 # channel of an operator package to subscribe to installPlanApproval: Automatic # whether the update should be installed automatically name: rhdh # name of the operator package source: redhat-operators # name of the catalog source diff --git a/helm-charts/orchestrator/README.md b/helm-charts/orchestrator/README.md index 063c50ce..9c28c513 100644 --- a/helm-charts/orchestrator/README.md +++ b/helm-charts/orchestrator/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Orchestrator chart | `rhdhOperator.secretRef.notificationsEmail.username` | Key in the secret with name defined in the 'name' field that contains the value of the username of the SMTP server for the notifications plugin. Defaults to 'NOTIFICATIONS_EMAIL_USERNAME', empty for not available. | `"NOTIFICATIONS_EMAIL_USERNAME"` | | `rhdhOperator.secretRef.notificationsEmail.password` | Key in the secret with name defined in the 'name' field that contains the value of the password of the SMTP server for the notifications plugin. Defaults to 'NOTIFICATIONS_EMAIL_PASSWORD', empty for not available. | `"NOTIFICATIONS_EMAIL_PASSWORD"` | | `rhdhOperator.subscription.namespace` | namespace where the operator should be deployed | `"rhdh-operator"` | -| `rhdhOperator.subscription.channel` | channel of an operator package to subscribe to | `"fast-1.3"` | +| `rhdhOperator.subscription.channel` | channel of an operator package to subscribe to | `"fast-1.4"` | | `rhdhOperator.subscription.installPlanApproval` | whether the update should be installed automatically | `"Automatic"` | | `rhdhOperator.subscription.name` | name of the operator package | `"rhdh"` | | `rhdhOperator.subscription.source` | name of the catalog source | `"redhat-operators"` | diff --git a/helm-charts/orchestrator/values.yaml b/helm-charts/orchestrator/values.yaml index aadb02c6..b02d5ca5 100644 --- a/helm-charts/orchestrator/values.yaml +++ b/helm-charts/orchestrator/values.yaml @@ -45,7 +45,7 @@ rhdhOperator: subscription: namespace: rhdh-operator # namespace where the operator should be deployed - channel: fast-1.3 # channel of an operator package to subscribe to + channel: fast-1.4 # channel of an operator package to subscribe to installPlanApproval: Automatic # whether the update should be installed automatically name: rhdh # name of the operator package source: redhat-operators # name of the catalog source