8fb5b97e75
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | | minor | `4.1.4` → `4.2.0` | | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | container | minor | `4.1.4` → `4.2.0` | | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.1.0` → `2.1.1` | | [helm-unittest/helm-unittest](https://github.com/helm-unittest/helm-unittest) | | minor | `v1.0.3` → `v1.1.0` | --- ### Release Notes <details> <summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary> ### [`v2.1.1`](https://github.com/thegeeklab/git-sv/releases/tag/v2.1.1) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.1.0...v2.1.1) #### v2.1.1 (2026-05-11) ##### Bug Fixes - **deps:** update module github.com/go-git/go-git/v6 to v6.0.0-alpha.3 ([#​314](https://github.com/thegeeklab/git-sv/issues/314)) ([`e343165`](https://github.com/thegeeklab/git-sv/commit/e343165)) - **deps:** update module github.com/go-git/go-git/v5 to v6 ([#​313](https://github.com/thegeeklab/git-sv/issues/313)) ([`67b142e`](https://github.com/thegeeklab/git-sv/commit/67b142e)) - **deps:** update module github.com/masterminds/semver/v3 to v3.5.0 ([#​311](https://github.com/thegeeklab/git-sv/issues/311)) ([`aad3c98`](https://github.com/thegeeklab/git-sv/commit/aad3c98)) ##### Others - **deps:** update golang patch version ([#​315](https://github.com/thegeeklab/git-sv/issues/315)) ([`73bf180`](https://github.com/thegeeklab/git-sv/commit/73bf180)) - **deps:** update golang devdeps non-major ([`40cb4e5`](https://github.com/thegeeklab/git-sv/commit/40cb4e5)) - **deps:** update ci tools non-major ([#​310](https://github.com/thegeeklab/git-sv/issues/310)) ([`03a7f7e`](https://github.com/thegeeklab/git-sv/commit/03a7f7e)) - **docker:** update docker.io/library/golang:1.26.2 docker digest to [`b54cbf5`](https://github.com/thegeeklab/git-sv/commit/b54cbf5) ([#​309](https://github.com/thegeeklab/git-sv/issues/309)) ([`d72f6d2`](https://github.com/thegeeklab/git-sv/commit/d72f6d2)) ##### CI Pipeline - disable goconst linter on test files ([`3bb9954`](https://github.com/thegeeklab/git-sv/commit/3bb9954)) </details> <details> <summary>helm-unittest/helm-unittest (helm-unittest/helm-unittest)</summary> ### [`v1.1.0`](https://github.com/helm-unittest/helm-unittest/releases/tag/v1.1.0) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v1.0.3...v1.1.0) **Fixes** - Fix handling skipped tests in output properly (resolves [#​838](https://github.com/helm-unittest/helm-unittest/issues/838)) - Fix documentSelector on unset YAML keys (resolves [#​812](https://github.com/helm-unittest/helm-unittest/issues/812), credits [@​Semih702](https://github.com/Semih702)) - Fix isType assertion on unset YAML keys (resolves [#​794](https://github.com/helm-unittest/helm-unittest/issues/794), credits [@​SAY-5](https://github.com/SAY-5)) - Fix skip tests when subcharts are disabled via conditions (resolves [#​792](https://github.com/helm-unittest/helm-unittest/issues/792), credits [@​bebosudo](https://github.com/bebosudo)) **Improvements** - Enable native windows installation (resolves [#​748](https://github.com/helm-unittest/helm-unittest/issues/748)) - Signed release (resolves [#​362](https://github.com/helm-unittest/helm-unittest/issues/362)) **Features** - Add skip schema validation with a flag to enable and disable it (resolves [#​772](https://github.com/helm-unittest/helm-unittest/issues/772), credits [@​FinnHuelsbusch](https://github.com/FinnHuelsbusch)) - Add support for testing CRDs (credits [@​blacksd](https://github.com/blacksd)) **Updates** - Update release and package process, so the plugin can also be installed using helm 4 (resolves [#​785](https://github.com/helm-unittest/helm-unittest/issues/785)) - Update packages to latest patch versions - Update pipeline actions - Update documentation (credits [@​pratikshmalik05](https://github.com/pratikshmalik05)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJraW5kL2RlcGVuZGVuY3kiXX0=--> Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/146 Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
83 lines
3.0 KiB
YAML
83 lines
3.0 KiB
YAML
name: generate-chart
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "*"
|
|
|
|
env:
|
|
# renovate: datasource=docker depName=alpine/helm
|
|
HELM_VERSION: "4.2.0"
|
|
|
|
jobs:
|
|
generate-chart-publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
|
|
- name: install Docker CLI
|
|
uses: https://github.com/docker/setup-buildx-action@v4 # Gitea
|
|
#uses: docker/setup-buildx-action@v4 # Github / Act
|
|
|
|
- name: install Helm
|
|
uses: https://github.com/Azure/setup-helm@v5 # Gitea
|
|
#uses: Azure/setup-helm@v5 # Github / Act
|
|
with:
|
|
version: "${{ env.HELM_VERSION }}"
|
|
|
|
- name: install tools
|
|
run: |
|
|
apt update
|
|
apt install -y curl ca-certificates curl gnupg python3 python3-pip apt-transport-https
|
|
pip install awscli --break-system-packages
|
|
|
|
- name: import GPG key
|
|
id: import_gpg
|
|
uses: https://github.com/crazy-max/ghaction-import-gpg@v7 # Gitea
|
|
#uses: crazy-max/ghaction-import-gpg@v7 # Github / Act
|
|
with:
|
|
gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
|
|
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}
|
|
fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0
|
|
|
|
- name: log into Docker Hub
|
|
uses: https://github.com/docker/login-action@v4 # Gitea
|
|
#uses: docker/login-action@v4 # Github / Act
|
|
with:
|
|
username: ${{ secrets.DOCKER_CHARTS_USERNAME }}
|
|
password: ${{ secrets.DOCKER_CHARTS_PASSWORD }}
|
|
|
|
# Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
|
|
- name: package chart
|
|
run: |
|
|
# Install Helm GPG plugin
|
|
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false
|
|
helm dependency build
|
|
helm package --version "${GITHUB_REF#refs/tags/v}" ./
|
|
|
|
# Package the chart
|
|
mkdir actions
|
|
mv actions*.tgz actions/
|
|
curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml
|
|
helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml
|
|
|
|
# Push to Docker Hub
|
|
echo ${{ secrets.DOCKER_CHARTS_PASSWORD }} | helm registry login -u ${{ secrets.DOCKER_CHARTS_USERNAME }} registry-1.docker.io --password-stdin
|
|
helm push actions/actions-${GITHUB_REF#refs/tags/v}.tgz oci://registry-1.docker.io/giteacharts
|
|
helm registry logout registry-1.docker.io
|
|
env:
|
|
TAR_OPTIONS: "--wildcards"
|
|
|
|
- name: aws credential configure
|
|
uses: https://github.com/aws-actions/configure-aws-credentials@v6 # Gitea
|
|
#uses: aws-actions/configure-aws-credentials@v6 # Github / Act
|
|
with:
|
|
aws-access-key-id: ${{ secrets.AWS_KEY_ID }}
|
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
|
aws-region: ${{ secrets.AWS_REGION }}
|
|
|
|
- name: copy files to S3 and clear cache
|
|
if: startsWith(github.ref, 'refs/tags/')
|
|
run: |
|
|
aws s3 sync actions/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/
|