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
fix(helm): update kubernetes-dashboard ( 7.10.0 → 7.10.1 ) #3616
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
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | helm | kubernetes-dashboard | 7.10.0 | 7.10.1 |
--- kubernetes/tivoli/apps/monitoring/kubernetes-dashboard/app Kustomization: flux-system/kubernetes-dashboard HelmRelease: monitoring/kubernetes-dashboard
+++ kubernetes/tivoli/apps/monitoring/kubernetes-dashboard/app Kustomization: flux-system/kubernetes-dashboard HelmRelease: monitoring/kubernetes-dashboard
@@ -12,13 +12,13 @@
spec:
chart: kubernetes-dashboard
sourceRef:
kind: HelmRepository
name: kubernetes-dashboard-charts
namespace: flux-system
- version: 7.10.0
+ version: 7.10.1
install:
createNamespace: true
remediation:
retries: 3
interval: 30m
maxHistory: 2 |
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-kong
+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-kong
@@ -8,12 +8,13 @@
app.kubernetes.io/name: kong
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: app
spec:
replicas: 1
+ revisionHistoryLimit: 10
selector:
matchLabels:
app.kubernetes.io/name: kong
app.kubernetes.io/component: app
app.kubernetes.io/instance: kubernetes-dashboard
template:
@@ -25,19 +26,19 @@
labels:
app.kubernetes.io/name: kong
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: app
app: kubernetes-dashboard-kong
- version: '3.6'
+ version: '3.8'
spec:
serviceAccountName: kubernetes-dashboard-kong
automountServiceAccountToken: false
initContainers:
- name: clear-stale-pid
- image: kong:3.6
+ image: kong:3.8
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -110,13 +111,13 @@
- name: kubernetes-dashboard-kong-tmp
mountPath: /tmp
- name: kong-custom-dbless-config-volume
mountPath: /kong_dbless/
containers:
- name: proxy
- image: kong:3.6
+ image: kong:3.8
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- 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.10.1
+ image: docker.io/kubernetesui/dashboard-api:1.10.2
imagePullPolicy: IfNotPresent
args:
- --namespace=monitoring
- --metrics-scraper-service-name=kubernetes-dashboard-metrics-scraper
env:
- name: CSRF_KEY
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-auth
+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-auth
@@ -25,13 +25,13 @@
app.kubernetes.io/part-of: kubernetes-dashboard
app.kubernetes.io/name: kubernetes-dashboard-auth
app.kubernetes.io/component: auth
spec:
containers:
- name: kubernetes-dashboard-auth
- image: docker.io/kubernetesui/dashboard-auth:1.2.2
+ image: docker.io/kubernetesui/dashboard-auth:1.2.3
imagePullPolicy: IfNotPresent
args: null
env:
- name: CSRF_KEY
valueFrom:
secretKeyRef:
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-metrics-scraper
+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-metrics-scraper
@@ -26,13 +26,13 @@
app.kubernetes.io/name: kubernetes-dashboard-metrics-scraper
app.kubernetes.io/component: metrics-scraper
annotations: null
spec:
containers:
- name: kubernetes-dashboard-metrics-scraper
- image: docker.io/kubernetesui/dashboard-metrics-scraper:1.2.1
+ image: docker.io/kubernetesui/dashboard-metrics-scraper:1.2.2
imagePullPolicy: IfNotPresent
env:
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: limits.cpu
--- HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-web
+++ HelmRelease: monitoring/kubernetes-dashboard Deployment: monitoring/kubernetes-dashboard-web
@@ -26,13 +26,13 @@
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.6.0
+ image: docker.io/kubernetesui/dashboard-web:1.6.1
imagePullPolicy: IfNotPresent
args:
- --namespace=monitoring
- --settings-config-map-name=kubernetes-dashboard-web-settings
env:
- name: GOMAXPROCS
--- HelmRelease: monitoring/kubernetes-dashboard ServiceMonitor: monitoring/kubernetes-dashboard
+++ HelmRelease: monitoring/kubernetes-dashboard ServiceMonitor: monitoring/kubernetes-dashboard
@@ -13,11 +13,11 @@
scheme: https
tlsConfig:
insecureSkipVerify: true
path: /metrics
selector:
matchLabels:
- helm.sh/chart: kubernetes-dashboard-7.10.0
+ helm.sh/chart: kubernetes-dashboard-7.10.1
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kubernetes-dashboard
|
negative-7-bot
bot
deleted the
renovate/tivoli-kubernetes-dashboard-7.x
branch
January 13, 2025 04:13
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.10.0
->7.10.1
Release Notes
kubernetes/dashboard (kubernetes-dashboard)
v7.10.1
Compare Source
What's Changed
New Contributors
Full Changelog: kubernetes/dashboard@kubernetes-dashboard-7.10.0...kubernetes-dashboard-7.10.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
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.