Skip to content

Commit

Permalink
feat(chart): bump kubernetes-dashboard chart dep to latest version (#811
Browse files Browse the repository at this point in the history
)
  • Loading branch information
floreks authored Apr 5, 2024
1 parent 6c093c0 commit 23b4e1b
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/console/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.0.28
- name: kubernetes-dashboard
repository: https://kubernetes.github.io/dashboard
version: 7.1.2
version: 7.2.0
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.11.1
digest: sha256:dba91431253e0f432e8509217f364650b20867824b0bb6e8051433b876003ce6
generated: "2024-04-02T16:26:04.615331762+02:00"
digest: sha256:ec111e60df2eff5dee7bfcd2440f1e4fa543896e8663cdeef352399ea942e3ed
generated: "2024-04-05T15:35:01.975113131+02:00"
4 changes: 2 additions & 2 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: console
description: >-
deploys the plural console and additional dependencies, for use in bring-your-own-kube setups
appVersion: 0.9.2
version: 0.2.0
version: 0.3.0
dependencies:
- name: kas
version: 0.0.6
Expand All @@ -13,7 +13,7 @@ dependencies:
repository: file://../controller
- name: kubernetes-dashboard
alias: dashboard
version: 7.1.2
version: 7.2.0
repository: https://kubernetes.github.io/dashboard
condition: dashboard.enabled
- name: flux2
Expand Down
Binary file modified charts/console/charts/controller-0.0.28.tgz
Binary file not shown.
Binary file modified charts/console/charts/kas-0.0.6.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 6 additions & 3 deletions plural/helm/console/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ dependencies:
version: 0.1.10
- name: controller
repository: file://../../../charts/controller
version: 0.0.27
digest: sha256:c70175d6324473ce86f0fba420d68812cebcc25ba5592440aa4dfb0eaffa1962
generated: "2024-03-27T15:51:45.858777597Z"
version: 0.0.28
- name: kubernetes-dashboard
repository: https://kubernetes.github.io/dashboard
version: 7.2.0
digest: sha256:a83b65066593f10a1c7609f9231a5e327dc023499d00f243048110586f609587
generated: "2024-04-05T15:38:08.493113132+02:00"
6 changes: 3 additions & 3 deletions plural/helm/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: v2
name: console
description: A chart for plural console
appVersion: 0.9.2
version: 0.9.0
version: 0.10.0
dependencies:
- name: test-base
version: 0.1.10
repository: https://pluralsh.github.io/module-library
condition: test-base.enabled
- name: controller
version: 0.0.27
version: 0.0.28
repository: file://../../../charts/controller
- name: kubernetes-dashboard
alias: dashboard
version: 7.1.2
version: 7.2.0
repository: https://kubernetes.github.io/dashboard
condition: dashboard.enabled
Binary file removed plural/helm/console/charts/controller-0.0.27.tgz
Binary file not shown.
Binary file added plural/helm/console/charts/controller-0.0.28.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 9 additions & 1 deletion templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@ kas:

redis:
auth:
password: {{ .Values.kasRedis }}
password: {{ .Values.kasRedis }}

dashboard:
api:
containers:
args:
- --apiserver-host=https://{{ .Values.kasDns }}/k8s-proxy
- --apiserver-skip-tls-verify=true
- --act-as-proxy

0 comments on commit 23b4e1b

Please sign in to comment.