rancher-charts/packages/epinio/dex/generated-changes/patch/values.yaml.patch

29 lines
1006 B
Diff
Raw Normal View History

--- charts-original/values.yaml
+++ charts/values.yaml
@@ -7,14 +7,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
# -- [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node.
pullPolicy: IfNotPresent
- # -- Image tag override for the default value (chart appVersion).
- tag: ""
-
# -- 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 @@
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template.
- name: ""
+ name: "dex-sa"
rbac:
# -- Specifies whether RBAC resources should be created.