[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:
Cédric de Saint Martin
2019-05-08 12:20:35 -07:00
committed by Kubernetes Prow Robot
parent d095f272fd
commit af19146e72
4 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
approvers:
- desaintmartin
reviewers:
- desaintmartin
+2
View File
@@ -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:
+1 -1
View File
@@ -4,7 +4,7 @@
# name: value
image: quay.io/dexidp/dex
imageTag: "v2.14.0"
imageTag: "v2.16.0"
imagePullPolicy: "IfNotPresent"
inMiniKube: false