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

Commit

Permalink
[auto-bump][chart] kubernetes-dashboard-4.5.0 (#1257)
Browse files Browse the repository at this point in the history
* Bump kubernetes-dashboard to 4.5.0

* fix bad revision bump automation

Co-authored-by: Joe Julian <[email protected]>
  • Loading branch information
d2iq-dispatch and joejulian authored Aug 13, 2021
1 parent 9b81edb commit c7b478a
Showing 1 changed file with 4 additions and 4 deletions.
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-1"
appversion.kubeaddons.mesosphere.io/dashboard: "2.2.0"
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: 4.0.3
version: 4.5.0
valuesRemap:
"ingress.annotations.traefik\\.ingress\\.kubernetes\\.io/auth-url": "ingress.auth.auth-url"
values: |
Expand Down

0 comments on commit c7b478a

Please sign in to comment.