Skip to content

Kubeapps Carvel package 8.0.14

Compare
Choose a tag to compare
@absoludity absoludity released this 28 Apr 19:33
· 39 commits to main since this release

Manual installation without repository

You can download the metadata.yaml and package.yaml and apply them to your cluster (with kapp-controller installed) with:

kubectl apply -n kapp-controller-packaging-global -f metadata.yaml -f package.yaml

You can then install with:

tanzu package install kubeapps --package-name kubeapps.community.tanzu.vmware.com --version VERSION

where VERSION is the version specified in the package.yaml.