generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 |
--- 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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.4.0
->7.5.0
Release Notes
kubernetes/dashboard (kubernetes-dashboard)
v7.5.0
Compare Source
What's Changed
GOMAXPROCS
andGOMEMLIMIT
environment variables by @jnoordsij in https://github.com/kubernetes/dashboard/pull/8989API/UI
Chart
New Contributors
Full Changelog: kubernetes/dashboard@kubernetes-dashboard-7.4.0...kubernetes-dashboard-7.5.0
Installation
Compatibility
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.Images
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.
This PR has been generated by Mend Renovate. View repository job log here.