Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHDH: Set branch for orchestrator repo #8928

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ ocp4_workload_redhat_developer_hub_bootstrap_quay_admin_password: "{{

ocp4_workload_redhat_developer_hub_bootstrap_sonataflow_namespace: sonataflow-infra
ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_helm_chart: https://github.com/rhdhorchestrator/orchestrator-helm-chart.git
ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_helm_chart_revision: main
ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_pgsql_version: "12.12.10"
ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_workflows:
repo: https://rhdhorchestrator.io/serverless-workflows-config
Original file line number Diff line number Diff line change
@@ -11,7 +11,9 @@
- name: Install postgresql for sonataflow
ansible.builtin.shell: |
git clone {{ ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_helm_chart }}
cd orchestrator-helm-chart/postgresql
cd orchestrator-helm-chart
git checkout {{ ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_helm_chart_revision }}
cd postgresql
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install sonataflow-psql bitnami/postgresql --version {{
ocp4_workload_redhat_developer_hub_bootstrap_orchestrator_pgsql_version }} -n {{