File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: tssc-gitops
44description : TSSC OpenShift GitOps
55type : application
66version : " 1.9.0"
7- appVersion : " 1.19 "
7+ appVersion : " 1.20 "
88annotations :
99 helmet.redhat-appstudio.github.com/product-name : OpenShift GitOps
1010 helmet.redhat-appstudio.github.com/depends-on : tssc-openshift, tssc-subscriptions
Original file line number Diff line number Diff line change 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" . }}
Original file line number Diff line number Diff line change 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" . }}
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments