diff --git a/chart/Chart.yaml b/chart/Chart.yaml index fae34c08..6b6c858e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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. diff --git a/chart/values.yaml b/chart/values.yaml index 783d8aa0..cf657b97 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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