Skip to content

Commit

Permalink
feat: Bump kubernetes-dashboard 6.0.6 (#1094)
Browse files Browse the repository at this point in the history
* chore: Update kubernetes-dashboard 6.0.0 => 6.0.6

Signed-off-by: Casey Buto <[email protected]>

* fix: rename k8s-dashboard cm generator file

Signed-off-by: Tarun Gupta Akirala <[email protected]>
Signed-off-by: Casey Buto <[email protected]>

* fix: updated container_image

Signed-off-by: Casey Buto <[email protected]>

---------

Signed-off-by: Casey Buto <[email protected]>
Signed-off-by: Tarun Gupta Akirala <[email protected]>
Co-authored-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
karishmagadiya and takirala authored Apr 5, 2023
1 parent 834fd6d commit 6d7d551
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions common/values/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
configMapGenerator:
- name: kubernetes-dashboard-6.0.0-combined-defaults
- name: kubernetes-dashboard-6.0.6-combined-defaults
namespace: kommander-flux
files:
- values.yaml=kubernetes-dashboard-6.0.0.yaml
- values.yaml=kubernetes-dashboard-6.0.6.yaml
options:
disableNameSuffixHash: true
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ resources:
- url: https://github.com/kubernetes/dashboard
ref: ${image_tag}
license_path: LICENSE
- container_image: docker.io/kubernetesui/metrics-scraper:v1.0.8
- container_image: docker.io/kubernetesui/metrics-scraper:v1.0.9
sources:
- url: https://github.com/kubernetes-sigs/dashboard-metrics-scraper
ref: ${image_tag}
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.6.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ data:
defaultApps:
reloader: "1.0.18"
traefik: "20.8.0"
kubernetes-dashboard: "6.0.0"
kubernetes-dashboard: "6.0.6"
kubecost: "0.33.1"
kube-prometheus-stack: "44.2.1"
prometheus-adapter: "4.0.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubernetes-dashboard-6.0.0-d2iq-defaults
name: kubernetes-dashboard-6.0.6-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: kubernetes-github-io-dashboard
namespace: kommander-flux
version: 6.0.0
version: 6.0.6
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: kubernetes-dashboard
valuesFrom:
- kind: ConfigMap
name: kubernetes-dashboard-6.0.0-d2iq-defaults
name: kubernetes-dashboard-6.0.6-d2iq-defaults
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit 6d7d551

Please sign in to comment.