Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reference mesosphere hosted image #173

Merged
merged 3 commits into from
Oct 8, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions staging/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
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
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
4 changes: 2 additions & 2 deletions staging/dex-k8s-authenticator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down