diff --git a/charts/dex/Chart.yaml b/charts/dex/Chart.yaml index e894eee5..04a2cc8a 100644 --- a/charts/dex/Chart.yaml +++ b/charts/dex/Chart.yaml @@ -21,8 +21,8 @@ maintainers: url: https://sagikazarmark.hu annotations: artifacthub.io/changes: | - - kind: fixed - description: "Fixed error stemming from the formatting of the new autoscaling API version" + - kind: added + description: "Added supplementalGroups feature" artifacthub.io/images: | - name: dex - image: ghcr.io/dexidp/dex:v2.37.0 + image: ghcr.io/dexidp/dex:v2.37.1 diff --git a/charts/dex/values.yaml b/charts/dex/values.yaml index 9033b239..86ff0bc7 100644 --- a/charts/dex/values.yaml +++ b/charts/dex/values.yaml @@ -137,6 +137,7 @@ priorityClassName: "" # See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) for details. podSecurityContext: {} # fsGroup: 2000 + # supplementalGroups: [] # -- Define the [count of deployment revisions](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy) to be kept. # May be set to 0 in case of GitOps deployment approach.