Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

[release/3][BACKPORT] [auto-bump][chart] nvidia-0.4.0 #1205

Merged
merged 1 commit into from
Jun 15, 2021
Merged
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
6 changes: 3 additions & 3 deletions addons/nvidia/nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
kubeaddons.mesosphere.io/name: nvidia
kubeaddons.mesosphere.io/provides: nvidia
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "0.2.1-0"
catalog.kubeaddons.mesosphere.io/addon-revision: "0.2.2-0"
appversion.kubeaddons.mesosphere.io/nvidia: "0.2.0"
values.chart.helm.kubeaddons.mesosphere.io/nvidia: "https://raw.githubusercontent.com/mesosphere/charts/a41acbd/staging/nvidia/values.yaml"
values.chart.helm.kubeaddons.mesosphere.io/nvidia: "https://raw.githubusercontent.com/mesosphere/charts/957a9a2/staging/nvidia/values.yaml"
# The nvidia addon requires its underlying driver to be completely removed before adding an upgraded one, as two versions of the driver can no cleanly
# co-exist in version v0.3.x of the chart. For this reason we do a delete upgrade to ensure the driver is fully purged before installing the new one.
helm.kubeaddons.mesosphere.io/upgrade-strategy: '[{"upgradeFrom": "<=0.4.0", "strategy": "delete"}]'
Expand All @@ -29,7 +29,7 @@ spec:
chartReference:
chart: nvidia
repo: https://mesosphere.github.io/charts/staging
version: 0.3.6
version: 0.4.0
values: |
---
grafana:
Expand Down