Default helm template for OneCX Quarkus application.
Add latest 0.x.x
version.
dependencies:
- name: helm-quarkus-app
alias: app
version: ^0
repository: oci://ghcr.io/onecx/charts
- inject_maps - inject custom map environment variables
- env_secrets - map of env key and value which will be put in the secrets
{{ .Release.Name }}-{{ .Values.name | default .Chart.Name }}-env
The password for the database is store in the {{ .Release.Name }}-{{ .Values.name | default .Chart.Name }}-db-config
secrets.
The database is created by the tkit-db-operator
External database.
- global.host, global.port will be use to setup the JDBC connection.
- Username, password and database will be set to Release.Name
app:
image:
repository: "onecx/onecx-app"
db:
enabled: true