diff --git a/install/roles/automation-hub/defaults/main.yml b/install/roles/automation-hub/defaults/main.yml index eac24a20..b12b9c43 100644 --- a/install/roles/automation-hub/defaults/main.yml +++ b/install/roles/automation-hub/defaults/main.yml @@ -1,5 +1,5 @@ --- -# defaults file for tealc +# defaults file infra_monitoring_namespace: tealc-monitoring infra_ci_namespace: tealc-pipelines infra_workflow_namespace: skodjob-ci @@ -12,3 +12,7 @@ route: empty access_token: empty htpasswd_file: /tmp/htpasswd + +# GitOps +gitops_channel_version: 1.11 +gitops_version: 1.11.2 diff --git a/install/roles/automation-hub/templates/argo/install/sub.yaml b/install/roles/automation-hub/templates/argo/install/sub.yaml index dec10e8e..746e3a14 100644 --- a/install/roles/automation-hub/templates/argo/install/sub.yaml +++ b/install/roles/automation-hub/templates/argo/install/sub.yaml @@ -6,8 +6,9 @@ metadata: labels: project: tealc spec: - channel: latest - installPlanApproval: Automatic + channel: gitops-{{ gitops_channel_version }} + installPlanApproval: Manual name: openshift-gitops-operator source: redhat-operators sourceNamespace: openshift-marketplace + startingCSV: openshift-gitops-operator.v{{ gitops_version }}