forked from argoproj/argo-helm
parent
7dff7e23ae
commit
fd5a3e3896
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: "1.2.4"
|
appVersion: "1.2.4"
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.dex.name }}
|
- name: {{ .Values.dex.name }}
|
||||||
image: {{ .Values.dex.image.repository }}:{{ .Values.dex.image.tag }}
|
image: {{ .Values.dex.image.repository }}:{{ .Values.dex.image.tag }}
|
||||||
imagePullPolicy: {{ .Values.dex.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.dex.image.imagePullPolicy }}
|
||||||
command:
|
command:
|
||||||
- /shared/argocd-util
|
- /shared/argocd-util
|
||||||
- rundex
|
- rundex
|
||||||
|
|
Loading…
Reference in New Issue