mirror of https://git.rancher.io/charts
bump dex dependency
parent
5989b94841
commit
b9fc3c1959
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/templates/deployment.yaml
|
||||
+++ charts/templates/deployment.yaml
|
||||
@@ -55,7 +55,7 @@
|
||||
@@ -56,7 +56,7 @@
|
||||
- name: {{ .Chart.Name }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
|
@ -9,7 +9,7 @@
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args:
|
||||
- dex
|
||||
@@ -126,10 +126,8 @@
|
||||
@@ -127,10 +127,8 @@
|
||||
{{- with .Values.volumes }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
@ -21,7 +21,7 @@
|
|||
{{- with .Values.affinity }}
|
||||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
@@ -138,7 +136,8 @@
|
||||
@@ -139,7 +137,8 @@
|
||||
topologySpreadConstraints:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# -- Name of the image repository to pull the container image from.
|
||||
- repository: ghcr.io/dexidp/dex
|
||||
+ repository: rancher/mirrored-dexidp-dex
|
||||
+ tag: v2.36.0
|
||||
+ tag: v2.37.0
|
||||
|
||||
# -- [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node.
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: https://github.com/dexidp/helm-charts/releases/download/dex-0.14.3/dex-0.14.3.tgz
|
||||
version: 101.0.2
|
||||
url: https://github.com/dexidp/helm-charts/releases/download/dex-0.15.2/dex-0.15.2.tgz
|
||||
version: 101.0.3
|
||||
doNotRelease: true
|
||||
|
|
Loading…
Reference in New Issue