Skip to content
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

chore(deps): update helm release kubernetes-dashboard to v7.9.0 #8

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Renovate

on:
push

jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.TMP_SECRET }}
configurationFile: renovate.json
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
LOG_LEVEL: debug
RENOVATE_ONBOARDING: false
6 changes: 3 additions & 3 deletions charts/harmony-chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ dependencies:
version: 56.6.2
- name: kubernetes-dashboard
repository: https://kubernetes.github.io/dashboard
version: 7.3.1
version: 7.9.0
- name: velero
repository: https://vmware-tanzu.github.io/helm-charts
version: 5.2.0
- name: openfaas
repository: https://openfaas.github.io/faas-netes
version: 14.2.34
digest: sha256:b636bd16d732d51544ca7223f460e22f45a7132e31e874a789c5fc0cac460a45
generated: "2024-05-02T12:32:49.796635+04:00"
digest: sha256:882efe63fdfb12f6c8ef2fb04e46e398916f032af327134d9d44d54aded8e986
generated: "2024-10-25T16:10:14.32967558Z"
2 changes: 1 addition & 1 deletion charts/harmony-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts

- name: kubernetes-dashboard
version: "7.3.1"
version: "7.9.0"
repository: https://kubernetes.github.io/dashboard
alias: k8sdashboard
condition: k8sdashboard.enabled
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"branchPrefix": "renovate/",
"pinDigests": false,
"prHourlyLimit": 20,
"labels": ["global", "dependencies"]
}