Skip to content

Commit 67dcd43

Browse files
Allow pre-release (EKS) kubernetes versions (#70)
* Allow pre-release (EKS) kubernetes versions As described in helm/helm#9371, adding `-0` to the SemVer string allows pre-release versions to be included in the permitted versions. This is necessary for installing the chart on EKS. * fix: add explanation for kubeVersion format As requested by @ordovicia in code review. * fix: typo --------- Co-authored-by: Hidehito Yabuuchi <[email protected]>
1 parent 36fc696 commit 67dcd43

File tree

1 file changed

+3
-1
lines changed
  • charts/gcp-workload-identity-federation-webhook

1 file changed

+3
-1
lines changed

charts/gcp-workload-identity-federation-webhook/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: v2
22
name: gcp-workload-identity-federation-webhook
33
description: A Helm chart for gcp-workload-identity-federation-webhook
4-
kubeVersion: "^1.21.0"
4+
# EKS versions don't follow SemVer Rules (see https://github.com/helm/helm/issues/9371),
5+
# so allow pre-release kubeVersions with -0 suffix.
6+
kubeVersion: "^1.21.0-0"
57
home: https://github.com/pfnet-research/gcp-workload-identity-federation-webhook/
68
# A chart can be either an 'application' or a 'library' chart.
79
#

0 commit comments

Comments
 (0)