helm repo add oracle12c https://maximilianopizarro.github.io/oracle-helm-charts/
helm install oracle12c oracle-helm-charts/oracle-helm-charts --version "VERSION"
Example:
helm install oracle12c oracle-helm-charts/oracle-helm-charts --version 0.1.0
Example:
sqlplus sys/Oradoc_db1 as sysdba
helm uninstall oracle12c
helm package . -d charts
helm repo index .