Skip to content

Commit

Permalink
chore(chart): bump images to latest versions (#8902)
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Apr 10, 2024
1 parent fbcde7d commit 77ea092
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.3.0
version: 7.3.1
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 @@ -127,7 +127,7 @@ auth:
role: auth
image:
repository: docker.io/kubernetesui/dashboard-auth
tag: 1.1.2
tag: 1.1.3
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -164,7 +164,7 @@ api:
role: api
image:
repository: docker.io/kubernetesui/dashboard-api
tag: 1.4.1
tag: 1.4.3
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -219,7 +219,7 @@ web:
role: web
image:
repository: docker.io/kubernetesui/dashboard-web
tag: 1.2.3
tag: 1.3.0
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -347,7 +347,7 @@ kong:
enabled: true
## Configuration reference: https://docs.konghq.com/gateway/3.6.x/reference/configuration
env:
dns_order: A,CNAME,LAST,AAAA,SRV
dns_order: LAST,A,CNAME,AAAA,SRV
plugins: 'off'
nginx_worker_processes: 1
ingressController:
Expand Down

0 comments on commit 77ea092

Please sign in to comment.