Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart kubernetes-dashboard to 7.5.0 #416

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
kubernetes-dashboard minor 7.4.0 -> 7.5.0 OpenSSF Scorecard

Release Notes

kubernetes/dashboard (kubernetes-dashboard)

v7.5.0

Compare Source

What's Changed

API/UI
Chart

New Contributors

Full Changelog: kubernetes/dashboard@kubernetes-dashboard-7.4.0...kubernetes-dashboard-7.5.0

Installation

helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard

Compatibility

Kubernetes version 1.27 1.28 1.29
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

docker.io/kubernetesui/dashboard-api:1.7.0
docker.io/kubernetesui/dashboard-auth:1.1.3
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.4.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Jun 4, 2024

--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-api

+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-api

@@ -25,23 +25,31 @@

         app.kubernetes.io/part-of: kubernetes-dashboard
         app.kubernetes.io/name: kubernetes-dashboard-api
         app.kubernetes.io/component: api
     spec:
       containers:
       - name: kubernetes-dashboard-api
-        image: docker.io/kubernetesui/dashboard-api:1.6.0
+        image: docker.io/kubernetesui/dashboard-api:1.7.0
         imagePullPolicy: IfNotPresent
         args:
         - --namespace=monitoring
         - --metrics-scraper-service-name=kubernetes-dashboard-metrics-scraper
         env:
         - name: CSRF_KEY
           valueFrom:
             secretKeyRef:
               name: kubernetes-dashboard-csrf
               key: private.key
+        - name: GOMAXPROCS
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.cpu
+        - name: GOMEMLIMIT
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.memory
         ports:
         - containerPort: 8000
           name: api
           protocol: TCP
         volumeMounts:
         - mountPath: /tmp
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-auth

+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-auth

@@ -34,12 +34,20 @@

         env:
         - name: CSRF_KEY
           valueFrom:
             secretKeyRef:
               name: kubernetes-dashboard-csrf
               key: private.key
+        - name: GOMAXPROCS
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.cpu
+        - name: GOMEMLIMIT
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.memory
         ports:
         - containerPort: 8000
           name: auth
           protocol: TCP
         volumeMounts:
         - mountPath: /tmp
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-metrics-scraper

+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-metrics-scraper

@@ -28,12 +28,21 @@

       annotations: null
     spec:
       containers:
       - name: kubernetes-dashboard-metrics-scraper
         image: docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
         imagePullPolicy: IfNotPresent
+        env:
+        - name: GOMAXPROCS
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.cpu
+        - name: GOMEMLIMIT
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.memory
         ports:
         - containerPort: 8000
           protocol: TCP
         volumeMounts:
         - mountPath: /tmp
           name: tmp-volume
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-web

+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-web

@@ -26,17 +26,26 @@

         app.kubernetes.io/name: kubernetes-dashboard-web
         app.kubernetes.io/component: web
       annotations: null
     spec:
       containers:
       - name: kubernetes-dashboard-web
-        image: docker.io/kubernetesui/dashboard-web:1.3.0
+        image: docker.io/kubernetesui/dashboard-web:1.4.0
         imagePullPolicy: IfNotPresent
         args:
         - --namespace=monitoring
         - --settings-config-map-name=kubernetes-dashboard-web-settings
+        env:
+        - name: GOMAXPROCS
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.cpu
+        - name: GOMEMLIMIT
+          valueFrom:
+            resourceFieldRef:
+              resource: limits.memory
         ports:
         - containerPort: 8000
           name: web
           protocol: TCP
         volumeMounts:
         - mountPath: /tmp

Copy link

github-actions bot commented Jun 4, 2024

--- kubernetes/apps/monitoring/kubernetes-dashboard/app Kustomization: flux-system/kubernetes-dashboard HelmRelease: monitoring/kubernetes-dashboard

+++ kubernetes/apps/monitoring/kubernetes-dashboard/app Kustomization: flux-system/kubernetes-dashboard HelmRelease: monitoring/kubernetes-dashboard

@@ -13,13 +13,13 @@

     spec:
       chart: kubernetes-dashboard
       sourceRef:
         kind: HelmRepository
         name: kubernetes-dashboard
         namespace: flux-system
-      version: 7.4.0
+      version: 7.5.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@chrisbsmith chrisbsmith merged commit c24237c into main Jun 6, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the renovate/kubernetes-dashboard-7.x branch June 6, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant