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

[release/4][BACKPORT] [auto-bump][chart] kubernetes-dashboard-4.5.0 #1273

Merged
merged 5 commits into from
Aug 13, 2021
Merged
Changes from 3 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
8 changes: 4 additions & 4 deletions addons/dashboard/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
labels:
kubeaddons.mesosphere.io/name: dashboard
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "3.0.2-0"
appversion.kubeaddons.mesosphere.io/dashboard: "3.0.2"
catalog.kubeaddons.mesosphere.io/addon-revision: "3.1.0-1"
appversion.kubeaddons.mesosphere.io/dashboard: "2.3.1"
endpoint.kubeaddons.mesosphere.io/dashboard: "/ops/portal/kubernetes/"
docs.kubeaddons.mesosphere.io/dashboard: "https://github.com/kubernetes/dashboard/blob/master/README.md"
values.chart.helm.kubeaddons.mesosphere.io/dashboard: "https://raw.githubusercontent.com/helm/charts/7e45e67/stable/kubernetes-dashboard/values.yaml"
values.chart.helm.kubeaddons.mesosphere.io/dashboard: "https://raw.githubusercontent.com/helm/charts/f4f301a/stable/kubernetes-dashboard/values.yaml"
# versions of the dashboard older than v2 are not directly compatible and so a delete uprade is needed in this case to avoid conflicts with the older resources.
helm.kubeaddons.mesosphere.io/upgrade-strategy: "[{\"upgradeFrom\": \"<=2.0.0\", \"strategy\": \"delete\"}]"
helm2.kubeaddons.mesosphere.io/upgrade-strategy: "[{\"upgradeFrom\": \"<=2.0.0\", \"strategy\": \"delete\"}]"
Expand All @@ -33,7 +33,7 @@ spec:
chartReference:
chart: kubernetes-dashboard
repo: https://kubernetes.github.io/dashboard/
version: 3.0.2
version: 4.5.0
valuesRemap:
"ingress.annotations.traefik\\.ingress\\.kubernetes\\.io/auth-url": "ingress.auth.auth-url"
values: |
Expand Down