diff options
Diffstat (limited to 'kubernetes/portal/charts/portal-mariadb/values.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-mariadb/values.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-mariadb/values.yaml b/kubernetes/portal/charts/portal-mariadb/values.yaml index 629ec86c7f..54267fe2e8 100644 --- a/kubernetes/portal/charts/portal-mariadb/values.yaml +++ b/kubernetes/portal/charts/portal-mariadb/values.yaml @@ -23,12 +23,19 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/portal-db:latest +image: onap/portal-db:2.1-STAGING-latest pullPolicy: Always +#mariadbInitImage: oomk8s/flyway:1.0 +dockerhubRepository: registry.hub.docker.com +mariadbInitImage: oomk8s/mariadb-client-init:2.0.0 + # application configuration config: + mariadbUser: root mariadbRootPassword: Aa123456 + #The directory where sql files are found in the projects gerrit repo. + sqlSourceDirectory: portal/deliveries # default number of instances |