Helm chart for provisioning arbitrary Kubernetes resources.
Homepage: https://github.com/stevehipwell/helm-charts/
Name | Url | |
---|---|---|
stevehipwell | steve.hipwell@gmail.com |
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
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
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
Key | Type | Default | Description |
---|---|---|---|
resources | list | [] |
Kubernetes resources to create. |
Autogenerated from chart metadata using helm-docs.