Skip to content

Commit

Permalink
Bump versions of ACM, ACS, Argo
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Sep 5, 2024
1 parent fc19591 commit 0bf79e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions install/roles/automation-hub/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ htpasswd_file: /tmp/htpasswd

# GitOps
gitops_channel_version: 1.13
gitops_version: 1.13.0
gitops_version: 1.13.1

# ACM
acm_version: 2.10
acm_version: 2.11
loki_version: 5.9
openshift_logging_version: 5.9
acm_namespace: tealc-rhacm
acm_observability_namespace: open-cluster-management-observability

# ACS
acs_version: 4.4
acs_version: 4.5
acs_namespace: tealc-rhacs
acs_stackrox_namespace: stackrox
acs_api_token_file: "{{ playbook_dir }}/acs_api_token"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: advanced-cluster-management
namespace: {{ acm_namespace }}
spec:
channel: release-{{ acm_version }}
channel: release-{{ acm_version | string }}
installPlanApproval: Automatic
name: advanced-cluster-management
source: redhat-operators
Expand Down
4 changes: 2 additions & 2 deletions install/roles/automation-hub/templates/argo/install/sub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
labels:
project: tealc
spec:
channel: gitops-{{ gitops_channel_version }}
channel: gitops-{{ gitops_channel_version | string }}
installPlanApproval: Manual
name: openshift-gitops-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: openshift-gitops-operator.v{{ gitops_version }}
startingCSV: openshift-gitops-operator.v{{ gitops_version | string }}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
schemas:
- effectiveDate: '2022-06-01'
version: v12
- effectiveDate: "2024-04-02"
version: v13
secret:
name: {{ logging_loki_s3_secret }}
type: s3
Expand Down

0 comments on commit 0bf79e8

Please sign in to comment.