diff --git a/values-changes.yaml b/values-changes.yaml index 2729bdf9be..b1f852df23 100644 --- a/values-changes.yaml +++ b/values-changes.yaml @@ -136,6 +136,7 @@ changes: - 'apps.harbor.database.importHarborDb' - 'apps.harbor.database.name' - 'apps.harbor.database.user' + - 'apps.harbor.database' - 'databases.keycloak.useOtomiDB' additions: - databases.harbor.replicas: 2 diff --git a/values/harbor/harbor.gotmpl b/values/harbor/harbor.gotmpl index ba3cb66343..8d888868ad 100644 --- a/values/harbor/harbor.gotmpl +++ b/values/harbor/harbor.gotmpl @@ -69,8 +69,8 @@ database: password: null coreDatabase: {{ $db.coreDatabase }} username: harbor - host: harbor-rw.harbor.svc.cluster.local - existingSecret: harbor-app + host: harbor-otomi-db-rw.harbor.svc.cluster.local + existingSecret: harbor-otomi-db-app podAnnotations: # this exception allows the chmod fix to pass, which needs root access: policy.otomi.io/ignore.data-migrator: psp-allowed-users