Skip to content

Commit f75e4e7

Browse files
Merge pull request #1773 from lingyzhuang/RHTAP-6477
Upgrade GitOps 1.20
2 parents 2e91a87 + 13dc633 commit f75e4e7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

installer/charts/tssc-gitops/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: tssc-gitops
44
description: TSSC OpenShift GitOps
55
type: application
66
version: "1.9.0"
7-
appVersion: "1.19"
7+
appVersion: "1.20"
88
annotations:
99
helmet.redhat-appstudio.github.com/product-name: OpenShift GitOps
1010
helmet.redhat-appstudio.github.com/depends-on: tssc-openshift, tssc-subscriptions

installer/charts/tssc-gitops/templates/job-post-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
# file which is later stored as a Kubernetes secret.
3737
#
3838
- name: argocd-generate-token
39-
image: registry.redhat.io/openshift-gitops-1/argocd-rhel8:{{ .Chart.AppVersion }}
39+
image: registry.redhat.io/openshift-gitops-1/argocd-rhel9:{{ .Chart.AppVersion }}
4040
env:
4141
- name: ARGOCD_HOSTNAME
4242
value: {{ include "argoCD.serverHostname" . }}

installer/charts/tssc-gitops/templates/tests/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Tests the ArgoCD instance login.
2727
#
2828
- name: {{ printf "argocd-login-%s" $argoCD.name }}
29-
image: registry.redhat.io/openshift-gitops-1/argocd-rhel8:{{ .Chart.AppVersion }}
29+
image: registry.redhat.io/openshift-gitops-1/argocd-rhel9:{{ .Chart.AppVersion }}
3030
env:
3131
- name: ARGOCD_HOSTNAME
3232
value: {{ include "argoCD.serverHostname" . }}

installer/charts/tssc-subscriptions/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subscriptions:
66
apiResource: gitopsservices.pipelines.openshift.io
77
namespace: openshift-operators
88
name: openshift-gitops-operator
9-
channel: gitops-1.19
9+
channel: gitops-1.20
1010
source: redhat-operators
1111
sourceNamespace: openshift-marketplace
1212
config:

0 commit comments

Comments
 (0)