2 Commits

Author SHA1 Message Date
7ebf6f7687 Update actions/checkout action to v5
Some checks failed
lint-test-helm / helm-lint (pull_request) Failing after 4s
2025-09-09 16:37:00 +00:00
da28a2cef5 add config
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-09-09 11:35:20 -05:00
4 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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