Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 9394316

Browse files
authored
fix(helm): add patch version to semverCompare (#637)
1 parent 9214c54 commit 9394316

File tree

1 file changed

+1
-1
lines changed
  • charts/kubernetes-external-secrets/templates

1 file changed

+1
-1
lines changed

charts/kubernetes-external-secrets/templates/rbac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.rbac.create -}}
2-
{{- if semverCompare ">=1.17.0" .Capabilities.KubeVersion.GitVersion -}}
2+
{{- if semverCompare ">=1.17.0-0" .Capabilities.KubeVersion.GitVersion -}}
33
apiVersion: rbac.authorization.k8s.io/v1
44
{{- else -}}
55
apiVersion: rbac.authorization.k8s.io/v1beta1

0 commit comments

Comments
 (0)