generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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 kubernetes-dashboard ( 7.5.0 → 7.6.1 ) #2927
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
unhesitatingeffectivebot
bot
requested a review
from ahgraber
as a code owner
September 13, 2024 12:32
unhesitatingeffectivebot
bot
added
renovate/helm
type/minor
area/kubernetes
Changes made in the kubernetes directory
labels
Sep 13, 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.5.0
+ version: 7.6.1
driftDetection:
ignore:
- paths:
- /spec/containers/resources/limits
target:
kind: Pod |
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-api
+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-api
@@ -25,13 +25,13 @@
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.7.0
+ image: docker.io/kubernetesui/dashboard-api:1.8.1
imagePullPolicy: IfNotPresent
args:
- --namespace=monitoring
- --metrics-scraper-service-name=kubernetes-dashboard-metrics-scraper
env:
- name: CSRF_KEY
@@ -40,16 +40,18 @@
name: kubernetes-dashboard-csrf
key: private.key
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: limits.cpu
+ divisor: 1m
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
resource: limits.memory
+ divisor: 1Mi
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
@@ -38,16 +38,18 @@
name: kubernetes-dashboard-csrf
key: private.key
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: limits.cpu
+ divisor: 1m
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
resource: limits.memory
+ divisor: 1Mi
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
@@ -33,16 +33,18 @@
imagePullPolicy: IfNotPresent
env:
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: limits.cpu
+ divisor: 1m
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
resource: limits.memory
+ divisor: 1Mi
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
@@ -36,16 +36,18 @@
- --settings-config-map-name=kubernetes-dashboard-web-settings
env:
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: limits.cpu
+ divisor: 1m
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
resource: limits.memory
+ divisor: 1Mi
ports:
- containerPort: 8000
name: web
protocol: TCP
volumeMounts:
- mountPath: /tmp |
unhesitatingeffectivebot
bot
force-pushed
the
renovate/kubernetes-dashboard-7.x
branch
from
September 13, 2024 15:19
a5fe7a4
to
ffe9441
Compare
unhesitatingeffectivebot
bot
changed the title
feat(helm): update kubernetes-dashboard ( 7.5.0 → 7.6.0 )
feat(helm): update kubernetes-dashboard ( 7.5.0 → 7.6.1 )
Sep 13, 2024
ahgraber
approved these changes
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.5.0
->7.6.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes/dashboard (kubernetes-dashboard)
v7.6.1
Compare Source
What's Changed
Full Changelog: kubernetes/dashboard@kubernetes-dashboard-7.6.0...kubernetes-dashboard-7.6.1
Installation
Compatibility
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.Images
v7.6.0
Compare Source
What's Changed
kubectl proxy
access method by @gerardnico in https://github.com/kubernetes/dashboard/pull/9199New Contributors
Full Changelog: kubernetes/dashboard@kubernetes-dashboard-7.5.0...kubernetes-dashboard-7.6.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 Renovate Bot.