Skip to content

Commit 46072b5

Browse files
authored
chore: update chart k8s version requirement (#93)
1 parent 938be0a commit 46072b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ type: application
55
# This is the chart version. This version number must be incremented each time you make changes to the helm chart. OR
66
# it the agent version is updated, or operator version is updated.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: v0.9.1
8+
version: v0.9.2
99
# This is the version number operator container being deployed.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1111
appVersion: v0.9.0
1212
# this is the minimum version of kubernetes that the operator supports/tested against.
13-
kubeVersion: ">=1.30.0"
13+
kubeVersion: ">=1.30.0-0"

0 commit comments

Comments
 (0)