oracle-helm-charts

Oracle 12C Database Single Instance Helm Charts on Red Hat OpenShift

Redhat kubernetes Helm shell linkedin Artifact Hub

Installation

Charts Values Parameters

Add repository

helm repo add oracle12c https://maximilianopizarro.github.io/oracle-helm-charts/

Install Chart with parameters

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

Test connection

Example:
sqlplus sys/Oradoc_db1 as sysdba

Uninstall Chart

helm uninstall oracle12c

Package Info

Package Steps

helm package . -d charts
helm repo index .