diff --git a/Dockerfile b/Dockerfile index 6aa4617c..fb8a18df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ FROM quay.io/orchestrator/helm-operator:v1.35.0-cve-fixes LABEL com.redhat.component="RHDH Orchestrator Helm Operator" LABEL distribution-scope="public" LABEL name="rhdh-orchestrator-helm-operator-bundle" -LABEL release="1.2.0" -LABEL version="1.2.0" +LABEL release="1.3.0" +LABEL version="1.3.0" LABEL maintainer="Red Hat jgil@redhat.com" LABEL url="https://github.com/parodos-dev/orchestrator-helm-operator" LABEL vendor="Red Hat, Inc." diff --git a/Makefile b/Makefile index ee45e08b..61f3c598 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.2.0 +VERSION ?= 1.3.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle.konflux.Dockerfile b/bundle.konflux.Dockerfile index 79272268..b483b525 100644 --- a/bundle.konflux.Dockerfile +++ b/bundle.konflux.Dockerfile @@ -18,8 +18,8 @@ LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controll LABEL com.redhat.component="RHDH Orchestrator Helm Operator" LABEL distribution-scope="public" LABEL name="rhdh-orchestrator-helm-operator-bundle" -LABEL release="1.2.0" -LABEL version="1.2.0" +LABEL release="1.3.0" +LABEL version="1.3.0" LABEL maintainer="Red Hat jgil@redhat.com" LABEL url="https://github.com/parodos-dev/orchestrator-helm-operator" LABEL vendor="Red Hat, Inc." diff --git a/config/samples/_v1alpha1_orchestrator.yaml b/config/samples/_v1alpha1_orchestrator.yaml index e5bc2464..0b246575 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.2 # channel of an operator package to subscribe to + channel: fast-1.3 # 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/Chart.yaml b/helm-charts/orchestrator/Chart.yaml index 2bfd6b73..53a796e7 100644 --- a/helm-charts/orchestrator/Chart.yaml +++ b/helm-charts/orchestrator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0-rc23 +version: 1.3.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm-charts/orchestrator/templates/rhdh-operator.yaml b/helm-charts/orchestrator/templates/rhdh-operator.yaml index 52ce1de0..5de54202 100644 --- a/helm-charts/orchestrator/templates/rhdh-operator.yaml +++ b/helm-charts/orchestrator/templates/rhdh-operator.yaml @@ -170,7 +170,7 @@ data: ) }} - disabled: false - package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-argocd + package: ./dynamic-plugins/dist/backstage-community-plugin-redhat-argocd - disabled: false package: ./dynamic-plugins/dist/roadiehq-backstage-plugin-argo-cd-backend-dynamic - disabled: false diff --git a/helm-charts/orchestrator/values-rc.yaml b/helm-charts/orchestrator/values-rc.yaml index 27a83ba5..1a257ead 100644 --- a/helm-charts/orchestrator/values-rc.yaml +++ b/helm-charts/orchestrator/values-rc.yaml @@ -17,7 +17,7 @@ rhdhOperator: channel: fast # channel of an operator package to subscribe to name: rhdh # name of the operator package source: rhdh-brew # name of the catalog source - startingCSV: rhdh-operator.v1.2.0 # The initial version of the operator + startingCSV: rhdh-operator.v1.3.0 # The initial version of the operator sonataflow: images: diff --git a/helm-charts/orchestrator/values.yaml b/helm-charts/orchestrator/values.yaml index c04f8ebd..10f447f9 100644 --- a/helm-charts/orchestrator/values.yaml +++ b/helm-charts/orchestrator/values.yaml @@ -22,7 +22,7 @@ rhdhOperator: isReleaseCandidate: false # Indicates RC builds should be used by the chart to install RHDH enabled: true # whether the operator should be deployed by the chart enableGuestProvider: false # whether to enable guest provider - catalogBranch: v1.2.x # The branch for https://github.com/parodos-dev/workflow-software-templates used to import software templates resources + catalogBranch: v1.3.x # The branch for https://github.com/parodos-dev/workflow-software-templates used to import software templates resources secretRef: name: backstage-backend-auth-secret # name of the secret that contains the credentials for the plugin to establish a communication channel with the Kubernetes API, ArgoCD, GitHub servers and SMTP mail server. backstage: @@ -45,7 +45,7 @@ rhdhOperator: subscription: namespace: rhdh-operator # namespace where the operator should be deployed - channel: fast-1.2 # channel of an operator package to subscribe to + channel: fast-1.3 # 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