Skip to content

Commit e52f7de

Browse files
authored
Merge pull request #29 from eformat/fix/dex
♻️ Fix/dex ♻️
2 parents 9c7720e + fca4825 commit e52f7de

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/argocd-operator/Chart.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ apiVersion: v2
22
appVersion: "v0.0.2"
33
description: A Helm chart for customising the deployment of the ArgoCD Operator ⚓️
44
name: argocd-operator
5-
version: 0.0.2
5+
version: 0.0.3
66
home: https://github.com/rht-labs/helm-charts
77
maintainers:
88
- name: springdo
99
- name: ckavili
10+
- name: eformat

charts/argocd-operator/templates/ArgoCD.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ spec:
1111
applicationInstanceLabelKey: {{ .Values.instancelabel }}
1212
dex:
1313
config: ""
14-
image: quay.io/ablock/dex
14+
image: quay.io/redhat-cop/dex
1515
openShiftOAuth: true
16-
version: "openshift-connector"
16+
version: "v2.22.0-openshift"
1717
ha:
1818
enabled: {{ .Values.ha.enabled }}
1919
grafana:

0 commit comments

Comments
 (0)