diff --git a/hack/charts/publish.sh b/hack/charts/publish.sh index 2cb4edc9e..a4d5d0c74 100755 --- a/hack/charts/publish.sh +++ b/hack/charts/publish.sh @@ -76,7 +76,7 @@ package() { lint() { logGroupStart "Linting charts" - helm lint "${CHARTS[*]}" + helm lint "${CHARTS[@]}" logGroupEnd } diff --git a/stable/dex/Chart.yaml b/stable/dex/Chart.yaml index 66b39e73b..8a8abd6dc 100644 --- a/stable/dex/Chart.yaml +++ b/stable/dex/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dex -version: 2.13.3 +version: 2.13.4 appVersion: 2.37.0 description: Dex keywords: diff --git a/staging/dex-k8s-authenticator/Chart.yaml b/staging/dex-k8s-authenticator/Chart.yaml index 810013606..497c3f190 100644 --- a/staging/dex-k8s-authenticator/Chart.yaml +++ b/staging/dex-k8s-authenticator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v1.2.4" description: "Authenticator for using Dex with Kubernetes" name: dex-k8s-authenticator -version: 1.2.17 +version: 1.2.18 home: https://github.com/mesosphere/charts sources: - https://github.com/mesosphere/dex-k8s-authenticator