mirror of https://git.rancher.io/charts
bumped dependent chart `dex` to version 0.14.1.
parent
9115e9ddd9
commit
e8ffa4cddf
|
@ -1,6 +1,6 @@
|
|||
--- charts-original/templates/_helpers.tpl
|
||||
+++ charts/templates/_helpers.tpl
|
||||
@@ -71,3 +71,33 @@
|
||||
@@ -74,3 +74,33 @@
|
||||
{{- default "default" .Values.configSecret.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
--- charts-original/values.yaml
|
||||
+++ charts/values.yaml
|
||||
@@ -7,14 +7,12 @@
|
||||
@@ -11,14 +11,12 @@
|
||||
|
||||
image:
|
||||
# -- Name of the image repository to pull the container image from.
|
||||
- repository: ghcr.io/dexidp/dex
|
||||
+ repository: rancher/mirrored-dexidp-dex
|
||||
+ tag: v2.35.3
|
||||
+ tag: v2.36.0
|
||||
|
||||
# -- [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node.
|
||||
pullPolicy: IfNotPresent
|
||||
|
@ -17,7 +17,7 @@
|
|||
# -- Reference to one or more secrets to be used when [pulling images](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) (from private registries).
|
||||
imagePullSecrets: []
|
||||
|
||||
@@ -92,7 +90,7 @@
|
||||
@@ -96,7 +94,7 @@
|
||||
|
||||
# -- The name of the service account to use.
|
||||
# If not set and create is true, a name is generated using the fullname template.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: https://github.com/dexidp/helm-charts/releases/download/dex-0.12.1/dex-0.12.1.tgz
|
||||
version: 101.0.0
|
||||
url: https://github.com/dexidp/helm-charts/releases/download/dex-0.14.1/dex-0.14.1.tgz
|
||||
version: 101.0.1
|
||||
doNotRelease: true
|
||||
|
|
Loading…
Reference in New Issue