Skip to content

vngcloud/vks-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VKS Helm Charts

Kubernetes Helm Go Github Pages Shell Script

Artifact Hub

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add vks-helm-charts https://vngcloud.github.io/vks-helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages.

You can then run helm search repo vks-helm-charts to see the charts.

Cert Manager

  • The cert-manager chart is a wrapper around the upstream cert-manager chart. It adds some additional configuration options and a few extra resources.
  • The upstream chart is available at GitHub.
  • Clone this repo and run make release-manifests to generate the upstream chart.
  • Rewrite the defalut repository in the values.yaml.

To install the chart:

helm install \
  cert-manager oci://vcr.vngcloud.vn/81-vks-public/vks-helm-charts/cert-manager \
  --namespace cert-manager \
  --create-namespace \
  --version v1.17.2 \
  --set crds.enabled=true