feat(helm): update chart headlamp ( 0.39.0 ➔ 0.40.0 )#542
Open
mortyops[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart headlamp ( 0.39.0 ➔ 0.40.0 )#542mortyops[bot] wants to merge 1 commit intomainfrom
mortyops[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ---------- | -------- | ------ | ------ | | helm | headlamp | 0.39.0 | 0.40.0 |
Contributor
Author
--- HelmRelease: flux-system/headlamp Deployment: flux-system/headlamp
+++ HelmRelease: flux-system/headlamp Deployment: flux-system/headlamp
@@ -21,12 +21,13 @@
labels:
app.kubernetes.io/name: headlamp
app.kubernetes.io/instance: headlamp
spec:
serviceAccountName: headlamp-admin
automountServiceAccountToken: true
+ hostUsers: true
securityContext: {}
initContainers:
- command:
- /bin/sh
- -c
- mkdir -p /build/plugins && cp -rf /plugins/* /build/plugins/
@@ -41,19 +42,20 @@
- name: headlamp
securityContext:
privileged: false
runAsGroup: 101
runAsNonRoot: true
runAsUser: 100
- image: ghcr.io/headlamp-k8s/headlamp:v0.39.0
+ image: ghcr.io/headlamp-k8s/headlamp:v0.40.0
imagePullPolicy: IfNotPresent
env:
- name: HEADLAMP_CONFIG_BACKEND_PROXY_TIMEOUT
value: 30s
args:
- -in-cluster
+ - -in-cluster-context-name=main
- -plugins-dir=/build/plugins
ports:
- name: http
containerPort: 4466
protocol: TCP
livenessProbe: |
Contributor
Author
--- kubernetes/apps/flux-system/headlamp/app Kustomization: flux-system/headlamp HelmRelease: flux-system/headlamp
+++ kubernetes/apps/flux-system/headlamp/app Kustomization: flux-system/headlamp HelmRelease: flux-system/headlamp
@@ -13,13 +13,13 @@
spec:
chart: headlamp
sourceRef:
kind: HelmRepository
name: headlamp-charts
namespace: flux-system
- version: 0.39.0
+ version: 0.40.0
install:
crds: CreateReplace
remediation:
retries: 3
strategy:
name: RetryOnFailure |
This file contains hidden or 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
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:
0.39.0→0.40.0Release Notes
kubernetes-sigs/headlamp (headlamp)
v0.40.0: 0.40.0Compare Source
✨ Enhancements:
Appearance Configuration per cluster
Add service info from a8r.io metadata
🧩 Shipped Plugins
🐞 Bug fixes
💻 Development
📖 Documentation
🛡️ Security
Full Changelog: kubernetes-sigs/headlamp@v0.39.0...v0.40.0
Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.40.0
Desktop Apps:
🐧 Flatpak / Linux (AMD64)
🐧 Linux AppImage AMD64, ARM64, ARMv7l
🐧 Linux Tarball AMD64, ARM64, ARMv7l
🐧 Debian / Linux AMD64
🍏 Mac (AMD64)
🍏 Mac (ARM/M1)
🟦 Windows (AMD64)
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.