Skip to content

Commit 3ef6c8f

Browse files
committed
chore(helm): update versions
1 parent befbe91 commit 3ef6c8f

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

chart/Chart.yaml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
apiVersion: v2
22
name: skyhook-operator
3-
description: A Helm chart for Kubernetes
4-
# A chart can be either an 'application' or a 'library' chart.
5-
#
6-
# Application charts are a collection of templates that can be packaged into versioned archives
7-
# to be deployed.
8-
#
9-
# Library charts provide useful utilities or functions for the chart developer. They're included as
10-
# a dependency of application charts to inject those utilities and functions into the rendering
11-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
3+
description: A Helm chart for the Skyhook Operator.
124
type: application
13-
# This is the chart version. This version number should be incremented each time you make changes
14-
# to the chart and its templates, including the app version.
5+
# This is the chart version. This version number must be incremented each time you make changes to the helm chart. OR
6+
# it the agent version is updated, or operator version is updated.
157
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: v0.8.0
17-
# This is the version number of the application being deployed. This version number should be
18-
# incremented each time you make changes to the application. Versions are not expected to
19-
# follow Semantic Versioning. They should reflect the version the application is using.
20-
# It is recommended to use it with quotes.
21-
appVersion: v0.8.0
22-
## TODO: not sure how we want to manage this version
23-
#kubeVersion: ">=1.28.0"
8+
version: v0.9.0
9+
# This is the version number operator container being deployed.
10+
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11+
appVersion: v0.9.0
12+
# this is the minimum version of kubernetes that the operator supports/tested against.
13+
kubeVersion: ">=1.30.0"

chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ controllerManager:
8080
## puaseImage: is the image used for the pause container in the operator controller.
8181
pauseImage: registry.k8s.io/pause:3.10
8282
image:
83-
repository: ghcr.io/nvidia/skyhook/operator
83+
repository: nvcr.io/nvidia/skyhook/operator
8484
tag: "" ## if omitted, default to the chart appVersion
8585
## 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.
8686
agent:
87-
repository: ghcr.io/nvidia/skyhook/agent
88-
tag: "v6.1.4"
87+
repository: nvcr.io/nvidia/skyhook/agent
88+
tag: "v6.3.0"
8989

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

0 commit comments

Comments
 (0)