Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cfe44135bc | |||
| df09a8a752 |
@@ -0,0 +1,14 @@
|
||||
name: Renovate
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: renovatebot/github-action@v40.3.0
|
||||
with:
|
||||
configurationFile: renovate.json
|
||||
renovate-json5: true
|
||||
@@ -121,11 +121,11 @@ spec:
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
volumeMounts:
|
||||
- name: headlamp-kube-vip-plugin
|
||||
- name: rook-plugin
|
||||
mountPath: /headlamp/plugins/headlamp-kube-vip
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: headlamp-kube-vip-plugin
|
||||
- name: rook-plugin
|
||||
configMap:
|
||||
name: headlamp-kube-vip-plugin
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user