diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f4fe366..f62d4abd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ include: team: skyhook artifact_map: artifacts.json email: ${NOTIFY_EMAIL} - action: FULL + action: UPDATE_VERSION public: True needs: - job: bootstrap @@ -186,6 +186,7 @@ create-operator-json: } ], "nspect_id": "${OPERATOR_NSPECT_ID}" + "release_version": "${CI_COMMIT_TAG#operator/}" } } EOF @@ -220,6 +221,7 @@ create-agent-json: } ], "nspect_id": "${AGENT_NSPECT_ID}" + "release_version": "${CI_COMMIT_TAG#agent/}" } } EOF @@ -254,6 +256,7 @@ create-chart-json: } ], "nspect_id": "${OPERATOR_NSPECT_ID}" + "release_version": "${CI_COMMIT_TAG#chart/}" } } EOF diff --git a/README.md b/README.md index b46cf3f0..0bd624ec 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ helm search repo skyhook ## should show the latest version # basic install helm install skyhook skyhook/skyhook-operator \ - --version v0.13.1 \ + --version v0.14.0 \ --namespace skyhook \ --create-namespace ``` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 66056e36..df93369d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -5,9 +5,9 @@ type: application # This is the chart version. This version number must be incremented each time you make changes to the helm chart. OR # it the agent version is updated, or operator version is updated. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.13.1 +version: v0.14.0 # This is the version number operator container being deployed. # Versions are expected to follow Semantic Versioning (https://semver.org/) -appVersion: v0.13.0 +appVersion: v0.14.0 # this is the minimum version of kubernetes that the operator supports/tested against. kubeVersion: ">=1.30.0-0" diff --git a/chart/values.yaml b/chart/values.yaml index 3d850d73..031d987a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -84,8 +84,8 @@ controllerManager: pauseImage: registry.k8s.io/pause:3.10 image: repository: nvcr.io/nvidia/skyhook/operator - tag: "v0.13.0" ## if both tag and digest are omitted, defaults to the chart appVersion - digest: "sha256:1529ebb47f9a7848d5065c716b4f7eb68029287b9ed06968f9cc0b0d4ed81b87" # manifest list digest (multi-arch) + tag: "v0.14.0" ## if both tag and digest are omitted, defaults to the chart appVersion + digest: "sha256:d9f50c5d8203a28be6acb88a845c32191829b3a92923de74977e22a81398aae1" # manifest list digest (multi-arch) ## 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: nvcr.io/nvidia/skyhook/agent