File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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.10.0 \
75+ --version v0.10.1 \
7676 --namespace skyhook \
7777 --create-namespace
7878```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.10.0
8+ version : v0.10.1
99# This is the version number operator container being deployed.
1010# Versions are expected to follow Semantic Versioning (https://semver.org/)
1111appVersion : v0.10.0
You can’t perform that action at this time.
0 commit comments