We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e3c29 commit 03b43adCopy full SHA for 03b43ad
charts/kubernetes-dashboard/Chart.yaml
@@ -14,7 +14,7 @@
14
15
apiVersion: v2
16
name: kubernetes-dashboard
17
-version: 7.11.0
+version: 7.11.1
18
description: General-purpose web UI for Kubernetes clusters
19
keywords:
20
- kubernetes
charts/kubernetes-dashboard/values.yaml
@@ -145,7 +145,7 @@ auth:
145
role: auth
146
image:
147
repository: docker.io/kubernetesui/dashboard-auth
148
- tag: 1.2.3
+ tag: 1.2.4
149
scaling:
150
replicas: 1
151
revisionHistoryLimit: 10
@@ -187,7 +187,7 @@ api:
187
role: api
188
189
repository: docker.io/kubernetesui/dashboard-api
190
- tag: 1.11.0
+ tag: 1.11.1
191
192
193
0 commit comments