Skip to content

Commit 7e215f8

Browse files
committed
chore: version bump
1 parent 5c0a51b commit 7e215f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ helm search repo skyhook ## should show the latest version
7272

7373
# basic install
7474
helm install skyhook skyhook/skyhook-operator \
75-
--version v0.11.0 \
75+
--version v0.11.1 \
7676
--namespace skyhook \
7777
--create-namespace
7878
```

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.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.
1313
kubeVersion: ">=1.30.0-0"

0 commit comments

Comments
 (0)