Skip to content

Commit 717b164

Browse files
committed
Speculative workaround for a AWS K8s bug preventing helm installs.
1 parent 26a6769 commit 717b164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: contrast-agent-operator
33
version: 0.0.1
44
appVersion: 0.0.1
5-
kubeVersion: '>= 1.21.0'
5+
kubeVersion: '>= 1.21.0-0' # This must include pre-releases due to a AWS bug. https://github.com/aws/containers-roadmap/issues/1404
66
description: A K8s operator to inject agents into existing K8s workloads.
77
home: https://docs.contrastsecurity.com/en/agent-operator.html
88
sources:

0 commit comments

Comments
 (0)