From 16af718f2a760ea195e44878388c17d7bc660314 Mon Sep 17 00:00:00 2001 From: Jared Rodriguez Date: Mon, 7 Oct 2019 13:21:35 -0500 Subject: [PATCH 1/2] reference mesosphere hosted image --- staging/dex-k8s-authenticator/Chart.yaml | 2 +- staging/dex-k8s-authenticator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/staging/dex-k8s-authenticator/Chart.yaml b/staging/dex-k8s-authenticator/Chart.yaml index 6af57ae55..e5915b269 100644 --- a/staging/dex-k8s-authenticator/Chart.yaml +++ b/staging/dex-k8s-authenticator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "v1.1.0" +appVersion: "v1.1.1" description: "Authenticator for using Dex with Kubernetes" name: dex-k8s-authenticator version: 1.1.7 diff --git a/staging/dex-k8s-authenticator/values.yaml b/staging/dex-k8s-authenticator/values.yaml index 28290bd2a..f2a9a9269 100644 --- a/staging/dex-k8s-authenticator/values.yaml +++ b/staging/dex-k8s-authenticator/values.yaml @@ -7,8 +7,8 @@ global: replicaCount: 1 image: - repository: mintel/dex-k8s-authenticator - tag: 1.1.0 + repository: mesosphere/dex-k8s-authenticator + tag: v1.1.1-5e9e952-mesosphere pullPolicy: Always dexK8sAuthenticator: From 0f1afdf7774aad84b85be09b201578106cdad8be Mon Sep 17 00:00:00 2001 From: Jared Rodriguez Date: Mon, 7 Oct 2019 13:28:40 -0500 Subject: [PATCH 2/2] Bump version --- staging/dex-k8s-authenticator/Chart.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/staging/dex-k8s-authenticator/Chart.yaml b/staging/dex-k8s-authenticator/Chart.yaml index e5915b269..1ae4f2ddc 100644 --- a/staging/dex-k8s-authenticator/Chart.yaml +++ b/staging/dex-k8s-authenticator/Chart.yaml @@ -2,10 +2,12 @@ apiVersion: v1 appVersion: "v1.1.1" description: "Authenticator for using Dex with Kubernetes" name: dex-k8s-authenticator -version: 1.1.7 +version: 1.1.8 home: https://github.com/mesosphere/charts sources: - https://github.com/mintel/dex-k8s-authenticator maintainers: - name: mhrabovcin email: mhrabovcin.c@mesosphere.com +- name: jr0d + email: jrodriguez@d2iq.com