From f255b92a0a2595b9b5bb4c7b4185d223fd5ad7dc Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:48:45 +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> --- .github/workflows/docker-build-images.md | 3 ++- .../workflows/prune-pull-requests-images-tags.md | 3 ++- actions/docker/build-image/README.md | 2 +- actions/docker/clean-images/README.md | 7 ++++--- actions/docker/cleanup-builder/README.md | 3 ++- actions/docker/create-images-manifests/README.md | 3 ++- actions/docker/get-image-metadata/README.md | 3 ++- actions/docker/get-image-name/README.md | 3 ++- .../docker/prune-pull-requests-image-tags/README.md | 3 ++- actions/docker/setup/README.md | 2 +- actions/docker/sign-images/README.md | 3 ++- actions/helm/generate-docs/README.md | 10 +++++++++- actions/helm/parse-chart-uri/README.md | 3 ++- actions/helm/prepare-chart/README.md | 3 ++- actions/helm/release-chart/README.md | 9 ++++++++- actions/helm/test-chart/README.md | 3 ++- actions/helm/update-chart-values/README.md | 13 +++++++------ 17 files changed, 52 insertions(+), 24 deletions(-) diff --git a/.github/workflows/docker-build-images.md b/.github/workflows/docker-build-images.md index 21cbf7a7..b17b5dc7 100644 --- a/.github/workflows/docker-build-images.md +++ b/.github/workflows/docker-build-images.md @@ -16,6 +16,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -50,7 +51,7 @@ on: permissions: {} jobs: docker-build-images: - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 permissions: contents: read id-token: write diff --git a/.github/workflows/prune-pull-requests-images-tags.md b/.github/workflows/prune-pull-requests-images-tags.md index 1a1fa788..8a272673 100644 --- a/.github/workflows/prune-pull-requests-images-tags.md +++ b/.github/workflows/prune-pull-requests-images-tags.md @@ -16,6 +16,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -47,7 +48,7 @@ on: permissions: {} jobs: prune-pull-requests-images-tags: - uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1 + uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 permissions: contents: read packages: write diff --git a/actions/docker/build-image/README.md b/actions/docker/build-image/README.md index 2ca20c9f..48006d2c 100644 --- a/actions/docker/build-image/README.md +++ b/actions/docker/build-image/README.md @@ -47,7 +47,7 @@ permissions: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 +- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # OCI registry configuration used to pull, push and cache images. # Accepts either a registry hostname string (default format) or a JSON object. diff --git a/actions/docker/clean-images/README.md b/actions/docker/clean-images/README.md index 1d349828..5fed608c 100644 --- a/actions/docker/clean-images/README.md +++ b/actions/docker/clean-images/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -45,7 +46,7 @@ permissions: ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 +- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Comma-separated list of packages to cleanup. # Example: "application-1,application-2" @@ -109,7 +110,7 @@ jobs: permissions: packages: write steps: - - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: package: my-app delete-tags: pr-${{ github.event.pull_request.number }}-* @@ -131,7 +132,7 @@ jobs: permissions: packages: write steps: - - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 + - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: package: my-app delete-untagged: true diff --git a/actions/docker/cleanup-builder/README.md b/actions/docker/cleanup-builder/README.md index e2da624a..7593414e 100644 --- a/actions/docker/cleanup-builder/README.md +++ b/actions/docker/cleanup-builder/README.md @@ -21,7 +21,7 @@ Register a post-job step that removes a Docker Buildx builder after later post s ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/cleanup-builder@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/cleanup-builder@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Docker Buildx builder name to remove during post-job cleanup. builder: "" @@ -78,6 +78,7 @@ For more details, see the [license](http://choosealicense.com/licenses/mit/). [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) diff --git a/actions/docker/create-images-manifests/README.md b/actions/docker/create-images-manifests/README.md index 27658f10..ed1f32e3 100644 --- a/actions/docker/create-images-manifests/README.md +++ b/actions/docker/create-images-manifests/README.md @@ -16,6 +16,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -45,7 +46,7 @@ permissions: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # OCI registry configuration used to pull, push and cache images. # Accepts either a registry hostname string (default format) or a JSON object. diff --git a/actions/docker/get-image-metadata/README.md b/actions/docker/get-image-metadata/README.md index a20e1503..6dd8c2f0 100644 --- a/actions/docker/get-image-metadata/README.md +++ b/actions/docker/get-image-metadata/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -35,7 +36,7 @@ It uses the [docker/metadata-action](https://github.com/docker/metadata-action) ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 +- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # OCI registry where to pull and push images # This input is required. diff --git a/actions/docker/get-image-name/README.md b/actions/docker/get-image-name/README.md index 9dc9d325..907657a5 100644 --- a/actions/docker/get-image-name/README.md +++ b/actions/docker/get-image-name/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -33,7 +34,7 @@ Action to forge the name of a given image including registry, repository and giv ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # OCI registry to prefix the image full name oci-registry: "" diff --git a/actions/docker/prune-pull-requests-image-tags/README.md b/actions/docker/prune-pull-requests-image-tags/README.md index a43bb528..133840c8 100644 --- a/actions/docker/prune-pull-requests-image-tags/README.md +++ b/actions/docker/prune-pull-requests-image-tags/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -44,7 +45,7 @@ permissions: ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Image name image: "" diff --git a/actions/docker/setup/README.md b/actions/docker/setup/README.md index 55182890..aadbec57 100644 --- a/actions/docker/setup/README.md +++ b/actions/docker/setup/README.md @@ -31,7 +31,7 @@ Shared action to configure Docker tooling and OCI registry authentication. ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@8e63086f032651bcd1d44c8f4fcd61b902ebb99f # 0.35.0 +- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # OCI registry configuration used to pull, push and cache images. # Accepts either a registry hostname string (default format) or a JSON object. diff --git a/actions/docker/sign-images/README.md b/actions/docker/sign-images/README.md index 7eb303f9..baf7c30a 100644 --- a/actions/docker/sign-images/README.md +++ b/actions/docker/sign-images/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -45,7 +46,7 @@ permissions: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Images to sign. # Can be a single image or a list of images separated by commas or newlines or spaces. diff --git a/actions/helm/generate-docs/README.md b/actions/helm/generate-docs/README.md index 6c4ae11f..82cbe538 100644 --- a/actions/helm/generate-docs/README.md +++ b/actions/helm/generate-docs/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -35,7 +36,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@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2 +- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Working directory # Default: `${{ github.workspace }}` @@ -98,6 +99,13 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d + +## Outputs + +| **Output** | **Description** | +| ---------------- | ----------------------------------------------------------------------------------------------------------------- | +| **`merged-sha`** | The SHA of the commit that was merged to the base branch. Will be empty if no pull request was created or merged. | + diff --git a/actions/helm/parse-chart-uri/README.md b/actions/helm/parse-chart-uri/README.md index d0910cf8..4927bff6 100644 --- a/actions/helm/parse-chart-uri/README.md +++ b/actions/helm/parse-chart-uri/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -40,7 +41,7 @@ The output will be: ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Chart URI to parse. # This input is required. diff --git a/actions/helm/prepare-chart/README.md b/actions/helm/prepare-chart/README.md index b5d3f93e..92d13b03 100644 --- a/actions/helm/prepare-chart/README.md +++ b/actions/helm/prepare-chart/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -34,7 +35,7 @@ for all charts found under a path. ## Usage ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/prepare-chart@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0 +- uses: hoverkraft-tech/ci-github-container/actions/helm/prepare-chart@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Path containing the chart(s) to prepare # This input is required. diff --git a/actions/helm/release-chart/README.md b/actions/helm/release-chart/README.md index ae5f4773..a1edf5d1 100644 --- a/actions/helm/release-chart/README.md +++ b/actions/helm/release-chart/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -42,7 +43,7 @@ This action requires the following permissions on the repository: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # OCI registry where to push chart. # See https://github.com/appany/helm-oci-chart-releaser#usage. @@ -102,6 +103,10 @@ This action requires the following permissions on the repository: # # Default: `.version,.appVersion` update-tag-paths: .version,.appVersion + + # The git ref to checkout before releasing the chart. + # Can be a branch, tag or commit SHA. + ref: "" ```` @@ -132,6 +137,8 @@ This action requires the following permissions on the repository: | **`tag`** | The release tag to set to chart | **true** | - | | **`update-tag-paths`** | List of YAML paths to update with the tag. | **false** | `.version,.appVersion` | | | Comma separated list of paths. | | | +| **`ref`** | The git ref to checkout before releasing the chart. | **false** | - | +| | Can be a branch, tag or commit SHA. | | | diff --git a/actions/helm/test-chart/README.md b/actions/helm/test-chart/README.md index 1386db2d..59cf4096 100644 --- a/actions/helm/test-chart/README.md +++ b/actions/helm/test-chart/README.md @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -34,7 +35,7 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Working directory # Default: `${{ github.workspace }}` diff --git a/actions/helm/update-chart-values/README.md b/actions/helm/update-chart-values/README.md index 7466ac41..30ed9b2f 100644 --- a/actions/helm/update-chart-values/README.md +++ b/actions/helm/update-chart-values/README.md @@ -1,6 +1,6 @@ -# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZWRpdCIgY29sb3I9ImJsdWUiPjxwYXRoIGQ9Ik0xMSA0SDRhMiAyIDAgMCAwLTIgMnYxNGEyIDIgMCAwIDAgMiAyaDE0YTIgMiAwIDAgMCAyLTJ2LTciPjwvcGF0aD48cGF0aCBkPSJNMTguNSAyLjVhMi4xMjEgMi4xMjEgMCAwIDEgMyAzTDEyIDE1bC00IDEgMS00IDEwLjUtMTAuNXoiPjwvcGF0aD48L3N2Zz4=) GitHub Action: Update chart values +# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZWRpdCIgY29sb3I9ImJsdWUiPjxwYXRoIGQ9Ik0xMSA0SDRhMiAyIDAgMCAwLTIgMnYxNGEyIDIgMCAwIDAgMiAyaDE0YTIgMiAwIDAgMCAyLTJ2LTciPjwvcGF0aD48cGF0aCBkPSJNMTguNSAyLjVhMi4xMjEgMi4xMjEgMCAwIDEgMyAzTDEyIDE1bC00IDEgMS00IDkuNS05LjV6Ij48L3BhdGg+PC9zdmc+) GitHub Action: Update chart values
Update chart values @@ -17,6 +17,7 @@ [![License](https://img.shields.io/github/license/hoverkraft-tech/ci-github-container)](http://choosealicense.com/licenses/mit/) [![Stars](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) +[![codecov](https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA)](https://codecov.io/gh/hoverkraft-tech/compose-action) @@ -33,7 +34,7 @@ Updates Helm chart values files before release. ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/update-chart-values@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/update-chart-values@6931f4886bf8af8570acbace09db06a639cbae6f # 0.36.0 with: # Path to the chart to update # This input is required. @@ -47,10 +48,10 @@ Updates Helm chart values files before release. # # ```json # [ - # { - # "file": "charts/application/charts/api/values.yaml", - # "path": ".image.registry", "value": "ghcr.io" - # } + # { + # "file": "charts/application/charts/api/values.yaml", + # "path": ".image.registry", "value": "ghcr.io" + # } # ] # ``` values: ""