Compare commits
2 Commits
edae8fe5d7
...
7ebf6f7687
| Author | SHA1 | Date | |
|---|---|---|---|
|
7ebf6f7687
|
|||
| da28a2cef5 |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
container: ghcr.io/renovatebot/renovate:41
|
container: ghcr.io/renovatebot/renovate:41
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
run: renovate
|
run: renovate
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ etcd-defrag:
|
|||||||
- etcd
|
- etcd
|
||||||
- defrag
|
- defrag
|
||||||
- -n 10.232.1.13
|
- -n 10.232.1.13
|
||||||
|
- --talosconfig /tmp/configuration/config
|
||||||
workingDir: /tmp
|
workingDir: /tmp
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@@ -196,7 +197,7 @@ etcd-defrag:
|
|||||||
advancedMounts:
|
advancedMounts:
|
||||||
defrag:
|
defrag:
|
||||||
main:
|
main:
|
||||||
- path: ~/.talos/config
|
- path: /tmp/configuration/config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: config
|
subPath: config
|
||||||
|
|||||||
Reference in New Issue
Block a user