Skip to content

Commit

Permalink
fix: multiple chart linting failing (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Palesandro authored Oct 25, 2023
1 parent 94e0e08 commit e4c51d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/charts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ package() {
lint() {
logGroupStart "Linting charts"

helm lint "${CHARTS[*]}"
helm lint "${CHARTS[@]}"

logGroupEnd
}
Expand Down
2 changes: 1 addition & 1 deletion stable/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: dex
version: 2.13.3
version: 2.13.4
appVersion: 2.37.0
description: Dex
keywords:
Expand Down
2 changes: 1 addition & 1 deletion staging/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4c51d3

Please sign in to comment.