Sign inSign up

vikadata/bika-helm-chart

By vikadata

Updated 11 months ago

Helm
0

384

vikadata/bika-helm-chart repository overview

Prerequisites

  • Kubernetes 1.23+
  • Helm 3.8.0+
  • PV provisioner support in the underlying infrastructure

Manual Install

Install postgres operator

Optional, to be installed separately when enabling postgres

kubectl apply --server-side -f https://raw.githubusercontent.com/percona/percona-postgresql-operator/refs/tags/v2.4.0/deploy/bundle.yaml --namespace <namespace>
Install mongodb operator

Optional, to be installed separately when enabling mongodb

kubectl apply --server-side -f https://raw.githubusercontent.com/percona/percona-server-mongodb-operator/v1.16.0/deploy/bundle.yaml --namespace <namespace>
Install bika helm

To install/upgrade the chart with the release name bika-release:

helm upgrade --install bika-release oci://registry-1.docker.io/vikadata/bika-helm-chart

These commands deploy Bika on the Kubernetes cluster in the default configuration. The section lists the parameters that can be configured during installation. Tip: List all releases using helm list.

Uninstall bika helm

To uninstall:

helm uninstall bika-release

Tag summary

Content type

Helm

Digest

sha256:d2c7af893

Size

582.1 kB

Last updated

11 months ago

helm pull oci://registry-1.docker.io/vikadata/bika-helm-chart --version 1.5.2