Skip to content

Commit

Permalink
Bump RHDH to 1.3 and update argocd plugin
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache committed Oct 14, 2024
1 parent d32028c commit 2ece5d4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]"
LABEL url="https://github.com/parodos-dev/orchestrator-helm-operator"
LABEL vendor="Red Hat, Inc."
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions bundle.konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]"
LABEL url="https://github.com/parodos-dev/orchestrator-helm-operator"
LABEL vendor="Red Hat, Inc."
Expand Down
2 changes: 1 addition & 1 deletion config/samples/_v1alpha1_orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/orchestrator/templates/rhdh-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/orchestrator/values-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2ece5d4

Please sign in to comment.