Compare commits

..
9 Commits
Author SHA1 Message Date
CSRBot 9b8cc3922d Merge pull request 'chore(deps): update docker.io/library/node docker tag to v26.10.0' (#202) from renovate/update-docker.iolibrarynode into master
Helm / helm-lint (push) Successful in 8s
Helm / helm-unittest (push) Successful in 14s
2026-09-22 22:04:54 +00:00
CSRBot d3c04e1b5e chore(deps): update docker.io/library/node docker tag to v26.10.0
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 14s
2026-09-22 22:04:03 +00:00
CSRBot 5609942592 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v26.9.0' (#201) from renovate/update-docker.iolibrarynode into master
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 28s
2026-09-17 01:04:36 +00:00
CSRBot 9d07f9092a chore(deps): update docker.io/library/node docker tag to v26.9.0
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 20s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 17s
2026-09-17 01:03:51 +00:00
CSRBot fc579e3849 Merge pull request 'chore(deps): update actions/checkout action to v7' (#200) from renovate/actions-checkout-7.x into master
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 25s
2026-09-15 15:57:02 +00:00
CSRBot 7008ab149e Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.3' (#199) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 25s
2026-09-15 15:54:20 +00:00
CSRBot ec8bf9b866 chore(deps): update actions/checkout action to v7
Helm / helm-unittest (push) Successful in 26s
Helm / helm-lint (pull_request) Successful in 12s
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 17s
2026-09-15 15:30:06 +00:00
CSRBot b1b067ce25 chore(deps): update volker-raschek/ah-annotations action to v0.2.3
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 26s
Helm / helm-lint (pull_request) Successful in 12s
Helm / helm-unittest (pull_request) Successful in 24s
2026-09-15 15:27:55 +00:00
volker.raschek fe9818d92b revert(ci): enable upload of helm signature file
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 18s
This reverts commit 2cfe8ddb2c.
2026-09-15 13:07:30 +02:00
5 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
name: "Upload artifacthub-repo.yml to OCI registry"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ${{ github.server_url }}
+2 -2
View File
@@ -15,14 +15,14 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:26.8.2-alpine
image: docker.io/library/node:26.10.0-alpine
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
apk update
apk add git npm
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Generate parameter section in README
run: |
npm install
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
helm-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v4.3.0 # renovate: datasource=github-releases depName=helm/helm
@@ -25,7 +25,7 @@ jobs:
helm-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v4.3.0 # renovate: datasource=github-releases depName=helm/helm
+4 -4
View File
@@ -15,14 +15,14 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:26.8.2-alpine
image: docker.io/library/node:26.10.0-alpine
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
apk update
apk add git npm
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Verify links in markdown files
run: |
npm install
@@ -30,14 +30,14 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:26.8.2-alpine
image: docker.io/library/node:26.10.0-alpine
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: |
apk update
apk add git
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Lint markdown files
run: |
npm install
+17 -11
View File
@@ -65,11 +65,11 @@ jobs:
gpg --batch --yes --export "${GPG_PRIVATE_KEY_FINGERPRINT}" 1> "${HOME}/.gnupg/pubring.gpg"
gpg --batch --yes --passphrase-fd 0 --export-secret-keys "${GPG_PRIVATE_KEY_FINGERPRINT}" 1> "${HOME}/.gnupg/secring.gpg" <<< "${GPG_PRIVATE_KEY_PASSPHRASE}"
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- uses: volker-raschek/ah-annotations@7959e52208294befed11210aef0c8e9299cc6a23 # v0.2.2
- uses: volker-raschek/ah-annotations@db3cdb4828f664cd195bf4fd660aaa6f4959234c # v0.2.3
- name: Extract meta information
run: |
@@ -117,15 +117,21 @@ jobs:
--upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz" \
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/charts
if [ -f "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" ]; then
curl \
--fail \
--show-error \
--request POST \
--user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \
--upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" \
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/prov
fi
# NOTE:
# Gitea does currently not support uploading Helm chart provenance files, so we skip this step for now. Once
# Gitea supports this, we can simply uncomment the following lines to upload the provenance file as well.
#
# https://github.com/helm/helm/issues/31866
#
# if [ -f "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" ]; then
# curl \
# --fail \
# --show-error \
# --request POST \
# --user "${CHARTMUSEUM_USERNAME}:${CHARTMUSEUM_PASSWORD}" \
# --upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" \
# https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/prov
# fi
- name: Upload Chart to Chartmuseum (Helm)
env: