Compare commits

...

3 Commits

Author SHA1 Message Date
7345cc00e1 Merge pull request 'chore(deps): update docker/login-action action to v3.6.0' (#124) from renovate/actions into master
All checks were successful
Build / build-amd64 (push) Successful in 27s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m7s
2025-09-29 13:40:11 +00:00
f019cf5e4d chore(deps): update docker/login-action action to v3.6.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 1m5s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 25s
2025-09-29 13:09:18 +00:00
c0d15516e2 chore(deps): update dependency helm/helm to v3.19.0
All checks were successful
Build / build-amd64 (push) Successful in 26s
Lint Markdown files / markdown-lint (push) Successful in 4s
Release / push-amd64 (push) Successful in 40s
Build / build-arm64 (push) Successful in 1m10s
Release / push-arm64 (push) Successful in 1m40s
Release / push-manifest (push) Successful in 6s
Release / sync-to-hub-docker-io (push) Successful in 52s
2025-09-21 12:43:23 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.11.1
- uses: docker/login-action@v3.5.0 - uses: docker/login-action@v3.6.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -39,7 +39,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.11.1
- uses: docker/login-action@v3.5.0 - uses: docker/login-action@v3.6.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -64,7 +64,7 @@ jobs:
- push-arm64 - push-arm64
- push-amd64 - push-amd64
steps: steps:
- uses: docker/login-action@v3.5.0 - uses: docker/login-action@v3.6.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@@ -1,6 +1,6 @@
# HELM_VERSION # HELM_VERSION
# Only required to install a specify version # Only required to install a specify version
HELM_VERSION?=v3.18.6 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.19.0 # renovate: datasource=github-releases depName=helm/helm
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a