Skip to content

Commit f9b9e8b

Browse files
authored
chore: version bump (#173)
includes work_dir agent fix
1 parent 661073c commit f9b9e8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.12.1 \
75+
--version v0.13.1 \
7676
--namespace skyhook \
7777
--create-namespace
7878
```

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.13.0
8+
version: v0.13.1
99
# This is the version number operator container being deployed.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1111
appVersion: v0.13.0

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ controllerManager:
8989
## agentImage: is the image used for the agent container. This image is the default for this install, but can be overridden in the CR at package level.
9090
agent:
9191
repository: nvcr.io/nvidia/skyhook/agent
92-
tag: "v6.4.0"
93-
digest: "sha256:2bc0fe8c5c11130c843859dd0c8325e316bf4a9bb1d5883554c90a7a0574a771" # manifest list digest (multi-arch) - update after CI publishes images
92+
tag: "v6.4.1"
93+
digest: "sha256:dedf73c19455444e2663671368eaf3fcd657ea1417f0d8738c6133ed738b9c52" # manifest list digest (multi-arch) - update after CI publishes images
9494

9595
# resources: If this is defined it will override the default calculation for resources
9696
# from estimatedNodeCount and estimatedPackageCount. The below values are

0 commit comments

Comments
 (0)