From fc4a8971f8f518aa418e959140a75fb11af6cf9e Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:57:19 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- actions/helm/generate-docs/README.md | 2 +- actions/helm/release-chart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/helm/generate-docs/README.md b/actions/helm/generate-docs/README.md index 2645008a..00e2080a 100644 --- a/actions/helm/generate-docs/README.md +++ b/actions/helm/generate-docs/README.md @@ -35,7 +35,7 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0 with: # Working directory # Default: `${{ github.workspace }}` diff --git a/actions/helm/release-chart/README.md b/actions/helm/release-chart/README.md index 2eda3a91..69702d72 100644 --- a/actions/helm/release-chart/README.md +++ b/actions/helm/release-chart/README.md @@ -42,7 +42,7 @@ This action requires the following permissions on the repository: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@e68cac9a52f0a24cd3800fc723dc4899f647e42b # 0.33.0 with: # OCI registry where to push chart. # See https://github.com/appany/helm-oci-chart-releaser#usage.