Skip to content

Commit

Permalink
v7.9.0 (#9562)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Oct 22, 2024
1 parent 029a119 commit 4b66aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

apiVersion: v2
name: kubernetes-dashboard
version: 7.8.0
version: 7.9.0
description: General-purpose web UI for Kubernetes clusters
keywords:
- kubernetes
Expand Down
8 changes: 4 additions & 4 deletions charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ auth:
role: auth
image:
repository: docker.io/kubernetesui/dashboard-auth
tag: 1.2.0
tag: 1.2.1
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -182,7 +182,7 @@ api:
role: api
image:
repository: docker.io/kubernetesui/dashboard-api
tag: 1.9.0
tag: 1.10.0
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -239,7 +239,7 @@ web:
role: web
image:
repository: docker.io/kubernetesui/dashboard-web
tag: 1.5.0
tag: 1.5.1
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -299,7 +299,7 @@ metricsScraper:
role: metrics-scraper
image:
repository: docker.io/kubernetesui/dashboard-metrics-scraper
tag: 1.2.0
tag: 1.2.1
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down

0 comments on commit 4b66aa1

Please sign in to comment.