Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.8.0
version: v0.8.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ controllerManager:
## puaseImage: is the image used for the pause container in the operator controller.
pauseImage: registry.k8s.io/pause:3.10
image:
repository: ghcr.io/nvidia/skyhook/operator
repository: nvcr.io/nvidia/skyhook/operator
tag: "" ## if omitted, default to the chart appVersion
## 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.
agent:
repository: ghcr.io/nvidia/skyhook/agent
tag: "v6.2.0"
repository: nvcr.io/nvidia/skyhook/agent
tag: "v6.3.0"

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