File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ helm search repo skyhook ## should show the latest version
7272
7373# basic install
7474helm install skyhook skyhook/skyhook-operator \
75- --version v0.11.0 \
75+ --version v0.11.1 \
7676 --namespace skyhook \
7777 --create-namespace
7878```
Original file line number Diff line number Diff 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.11.0
8+ version : v0.11.1
99# This is the version number operator container being deployed.
1010# Versions are expected to follow Semantic Versioning (https://semver.org/)
11- appVersion : v0.11.0
11+ appVersion : v0.11.1
1212# this is the minimum version of kubernetes that the operator supports/tested against.
1313kubeVersion : " >=1.30.0-0"
You can’t perform that action at this time.
0 commit comments