Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
[release/3][BACKPORT] [auto-bump][chart] dex-k8s-authenticator-1.2.8 (#…
Browse files Browse the repository at this point in the history
…1041)

* Bump dex-k8s-authenticator to 1.2.8

* use service account

* fix bad regex

Co-authored-by: Dispatch CI <[email protected]>
Co-authored-by: Joe Julian <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2021
1 parent 8e88dc1 commit 7eb3834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions addons/dex-k8s-authenticator/dex-k8s-authenticator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: kubeaddons.mesosphere.io/v1beta1
kind: Addon
metadata:
Expand All @@ -7,9 +6,9 @@ metadata:
labels:
kubeaddons.mesosphere.io/name: dex-k8s-authenticator
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "1.2.2-5"
catalog.kubeaddons.mesosphere.io/addon-revision: "1.2.2-6"
appversion.kubeaddons.mesosphere.io/dex-k8s-authenticator: "v1.2.2"
values.chart.helm.kubeaddons.mesosphere.io/dex-k8s-authenticator: "https://raw.githubusercontent.com/mesosphere/charts/f44c645c6bc843b254bb0f4f97d516f2cfee4707/staging/dex-k8s-authenticator/values.yaml"
values.chart.helm.kubeaddons.mesosphere.io/dex-k8s-authenticator: "https://raw.githubusercontent.com/mesosphere/charts/679ae2a/staging/dex-k8s-authenticator/values.yaml"
spec:
kubernetes:
minSupportedVersion: v1.15.6
Expand All @@ -34,12 +33,14 @@ spec:
chartReference:
chart: dex-k8s-authenticator
repo: https://mesosphere.github.io/charts/staging
version: 1.2.6
version: 1.2.8
values: |
---
image:
repository: mesosphere/dex-k8s-authenticator
tag: v1.2.2-d2iq
rbac:
create: true
ingress:
enabled: true
annotations:
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/test-wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (

type addonName string

var re = regexp.MustCompile(`^addons/([a-zA-Z-]+)/?`)
var re = regexp.MustCompile(`^addons/([a-zA-Z0-9-]+)/?`)

func main() {
upstreamRemote := defaultUpstreamRemote
Expand Down

0 comments on commit 7eb3834

Please sign in to comment.