Skip to content

Commit

Permalink
Speculative workaround for a AWS K8s bug preventing helm installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Nov 10, 2022
1 parent 26a6769 commit 717b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: contrast-agent-operator
version: 0.0.1
appVersion: 0.0.1
kubeVersion: '>= 1.21.0'
kubeVersion: '>= 1.21.0-0' # This must include pre-releases due to a AWS bug. https://github.com/aws/containers-roadmap/issues/1404
description: A K8s operator to inject agents into existing K8s workloads.
home: https://docs.contrastsecurity.com/en/agent-operator.html
sources:
Expand Down

0 comments on commit 717b164

Please sign in to comment.