From 3a5f6bb8775dd1a292be0f4af853741aeeb955f5 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 12 Jan 2023 08:07:19 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.17.1 (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine | patch | `3.17.0` -> `3.17.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Michael Kriese Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/28 --- .woodpecker/lint.yml | 8 ++++---- .woodpecker/release-version.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 9f5a68c..0992fc2 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -11,7 +11,7 @@ when: pipeline: deps: - image: alpine:3.17.0 + image: alpine:3.17.1 pull: true commands: - apk add --no-cache helm @@ -19,21 +19,21 @@ pipeline: - helm dependency build helm-lint: - image: alpine:3.17.0 + image: alpine:3.17.1 pull: true commands: - apk add --no-cache helm - helm lint helm-template: - image: alpine:3.17.0 + image: alpine:3.17.1 pull: true commands: - apk add --no-cache helm - helm template --debug gitea-helm . verify-readme: - image: alpine:3.17.0 + image: alpine:3.17.1 pull: true commands: - apk add --no-cache make nodejs npm git diff --git a/.woodpecker/release-version.yml b/.woodpecker/release-version.yml index 91c4a8f..cab8625 100644 --- a/.woodpecker/release-version.yml +++ b/.woodpecker/release-version.yml @@ -10,7 +10,7 @@ when: pipeline: generate-chart: - image: alpine:3.17.0 + image: alpine:3.17.1 pull: true commands: - apk add --no-cache git nodejs npm helm @@ -36,7 +36,7 @@ pipeline: note: tmp/changelog.md publish-chart: - image: alpine:3.17.0 + image: alpine:3.17.1 pull: true commands: - apk add --no-cache helm