3 Commits

Author SHA1 Message Date
4aec5219bd Update dependency node to v24
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-11-06 19:52:24 +00:00
18a37d1e47 remove secret
All checks were successful
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 1m21s
2025-11-06 13:50:22 -06:00
40d44047ee upgrade
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-11-06 13:49:24 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '24'
- name: Lint Docker Compose - name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'

View File

@@ -14,7 +14,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: headlamp - name: headlamp
version: 0.36.0 version: 0.37.0
repository: https://kubernetes-sigs.github.io/headlamp/ repository: https://kubernetes-sigs.github.io/headlamp/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png
appVersion: 0.36.0 appVersion: 0.37.0