Skip to content

Commit 77ea092

Browse files
authored
chore(chart): bump images to latest versions (#8902)
1 parent fbcde7d commit 77ea092

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/kubernetes-dashboard/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
apiVersion: v2
1616
name: kubernetes-dashboard
17-
version: 7.3.0
17+
version: 7.3.1
1818
description: General-purpose web UI for Kubernetes clusters
1919
keywords:
2020
- kubernetes

charts/kubernetes-dashboard/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ auth:
127127
role: auth
128128
image:
129129
repository: docker.io/kubernetesui/dashboard-auth
130-
tag: 1.1.2
130+
tag: 1.1.3
131131
scaling:
132132
replicas: 1
133133
revisionHistoryLimit: 10
@@ -164,7 +164,7 @@ api:
164164
role: api
165165
image:
166166
repository: docker.io/kubernetesui/dashboard-api
167-
tag: 1.4.1
167+
tag: 1.4.3
168168
scaling:
169169
replicas: 1
170170
revisionHistoryLimit: 10
@@ -219,7 +219,7 @@ web:
219219
role: web
220220
image:
221221
repository: docker.io/kubernetesui/dashboard-web
222-
tag: 1.2.3
222+
tag: 1.3.0
223223
scaling:
224224
replicas: 1
225225
revisionHistoryLimit: 10
@@ -347,7 +347,7 @@ kong:
347347
enabled: true
348348
## Configuration reference: https://docs.konghq.com/gateway/3.6.x/reference/configuration
349349
env:
350-
dns_order: A,CNAME,LAST,AAAA,SRV
350+
dns_order: LAST,A,CNAME,AAAA,SRV
351351
plugins: 'off'
352352
nginx_worker_processes: 1
353353
ingressController:

0 commit comments

Comments
 (0)