Compare commits
3 Commits
029c21202f
...
9c60a153b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
9c60a153b0
|
|||
| d4f60e7dbc | |||
| 35ec08b025 |
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
container: ghcr.io/renovatebot/renovate:41
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
|
||||
@@ -168,16 +168,13 @@ etcd-defrag:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: alpine
|
||||
tag: 3.22.1
|
||||
repository: ghcr.io/siderolabs/talosctl
|
||||
tag: v1.10.4
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
wget -O /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/v1.10.4/talosctl-linux-amd64
|
||||
chmod +x /usr/local/bin/talosctl
|
||||
while true; talosctl -n 10.232.1.11 version; do sleep 1; done
|
||||
args:
|
||||
- etcd
|
||||
- defrag
|
||||
- -n 10.232.1.11
|
||||
workingDir: /tmp
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
|
||||
Reference in New Issue
Block a user