mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/dex] Update dex to 2.16.0, rollout deployment when configuration change (#13277)
* [stable/dex] Update dex to 2.16.0, rollout deployment when configuration change. Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr> * Add OWNERS and add desaintmartin to OWNERS. Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d095f272fd
commit
af19146e72
@@ -1,6 +1,6 @@
|
||||
name: dex
|
||||
version: 1.1.0
|
||||
appVersion: 2.14.0
|
||||
version: 1.2.0
|
||||
appVersion: 2.16.0
|
||||
description: CoreOS Dex
|
||||
keywords:
|
||||
- dex
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
approvers:
|
||||
- desaintmartin
|
||||
reviewers:
|
||||
- desaintmartin
|
||||
@@ -31,6 +31,8 @@ spec:
|
||||
labels:
|
||||
app: {{ template "dex.name" . }}
|
||||
release: "{{ .Release.Name }}"
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
||||
spec:
|
||||
serviceAccountName: {{ template "dex.serviceAccountName" . }}
|
||||
nodeSelector:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# name: value
|
||||
|
||||
image: quay.io/dexidp/dex
|
||||
imageTag: "v2.14.0"
|
||||
imageTag: "v2.16.0"
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
|
||||
inMiniKube: false
|
||||
|
||||
Reference in New Issue
Block a user