Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.95 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.95 KB

k8s-resources

Version: 0.1.0 Type: application AppVersion: 1.0.0

Helm chart for provisioning arbitrary Kubernetes resources.

Homepage: https://github.com/stevehipwell/helm-charts/

Maintainers

Name Email Url
stevehipwell steve.hipwell@gmail.com

Source Code

Installing the Chart

OCI Repository

To install the chart using the recommended OCI method you can use the following command.

helm upgrade --install k8s-resources oci://ghcr.io/stevehipwell/helm-charts/k8s-resources --version 0.1.0

Verification

As the OCI chart release is signed by Cosign you can verify the chart before installing it by running the following command.

cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/k8s-resources:0.1.0

Non-OCI Repository

Alternatively you can use the legacy non-OCI method via the following commands.

helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm upgrade --install k8s-resources stevehipwell/k8s-resources --version 0.1.0

Values

Key Type Default Description
resources list [] Kubernetes resources to create.

Autogenerated from chart metadata using helm-docs.