Skip to content

Commit

Permalink
feat(chart): bump chart to 7.1.3 (#8841)
Browse files Browse the repository at this point in the history
* feat(chart): bump chart to 7.1.3

* scale api to 1 replica by default

* fix web version
  • Loading branch information
floreks authored Mar 28, 2024
1 parent 172d5e0 commit 759ab97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.2
version: 7.1.3
description: General-purpose web UI for Kubernetes clusters
keywords:
- kubernetes
Expand Down
10 changes: 5 additions & 5 deletions charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ auth:
role: auth
image:
repository: docker.io/kubernetesui/dashboard-auth
tag: 1.1.1
tag: 1.1.2
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -157,9 +157,9 @@ api:
role: api
image:
repository: docker.io/kubernetesui/dashboard-api
tag: 1.3.0
tag: 1.4.0
scaling:
replicas: 3
replicas: 1
revisionHistoryLimit: 10
containers:
ports:
Expand Down Expand Up @@ -211,7 +211,7 @@ web:
role: web
image:
repository: docker.io/kubernetesui/dashboard-web
tag: 1.2.2
tag: 1.2.3
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -336,7 +336,7 @@ metrics-server:
kong:
enabled: true
env:
dns_order: LAST,A,SRV,CNAME
dns_order: A,CNAME,LAST,SRV
ingressController:
enabled: false
dblessConfig:
Expand Down

0 comments on commit 759ab97

Please sign in to comment.