Skip to content

Commit

Permalink
Merge pull request #29 from eformat/fix/dex
Browse files Browse the repository at this point in the history
♻️ Fix/dex ♻️
  • Loading branch information
ckavili authored Apr 23, 2020
2 parents 9c7720e + fca4825 commit e52f7de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion charts/argocd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ apiVersion: v2
appVersion: "v0.0.2"
description: A Helm chart for customising the deployment of the ArgoCD Operator ⚓️
name: argocd-operator
version: 0.0.2
version: 0.0.3
home: https://github.com/rht-labs/helm-charts
maintainers:
- name: springdo
- name: ckavili
- name: eformat
4 changes: 2 additions & 2 deletions charts/argocd-operator/templates/ArgoCD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ spec:
applicationInstanceLabelKey: {{ .Values.instancelabel }}
dex:
config: ""
image: quay.io/ablock/dex
image: quay.io/redhat-cop/dex
openShiftOAuth: true
version: "openshift-connector"
version: "v2.22.0-openshift"
ha:
enabled: {{ .Values.ha.enabled }}
grafana:
Expand Down

0 comments on commit e52f7de

Please sign in to comment.