2 Commits

Author SHA1 Message Date
f8e5471d35 Update alpine Docker tag to v3.23.0
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Failing after 13s
2025-12-03 23:33:43 +00:00
fe89b91887 fix name
Some checks failed
renovate / renovate (push) Has been cancelled
2025-12-03 17:32:16 -06:00
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ env:
jobs: jobs:
render-manifests-push: render-manifests-push:
runs-on: ubuntu-js runs-on: ubuntu-js
if: gitea.event.commits[0].author.name != 'renovate-bot' if: gitea.event.commits[0].author.username != 'renovate-bot'
steps: steps:
- name: Checkout Main - name: Checkout Main
uses: actions/checkout@v6 uses: actions/checkout@v6

View File

@@ -11,7 +11,7 @@ freshrss:
runAsUser: 0 runAsUser: 0
image: image:
repository: alpine repository: alpine
tag: 3.22.2 tag: 3.23.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh
@@ -35,7 +35,7 @@ freshrss:
runAsUser: 0 runAsUser: 0
image: image:
repository: alpine repository: alpine
tag: 3.22.2 tag: 3.23.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh
@@ -59,7 +59,7 @@ freshrss:
runAsUser: 0 runAsUser: 0
image: image:
repository: alpine repository: alpine
tag: 3.22.2 tag: 3.23.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh