diff --git a/badhouseplants/helmfile.yaml b/badhouseplants/helmfile.yaml index 0378438..3e661d5 100644 --- a/badhouseplants/helmfile.yaml +++ b/badhouseplants/helmfile.yaml @@ -72,6 +72,11 @@ releases: namespace: database-service createNamespace: true + - <<: *db-operator + installed: true + namespace: database-service + createNamespace: true + bases: - ../environments.yaml - ../repositories.yaml diff --git a/releases.yaml b/releases.yaml index a993cd5..4348e63 100644 --- a/releases.yaml +++ b/releases.yaml @@ -291,3 +291,8 @@ templates: inherit: - template: default-env-values - template: default-env-secrets + + db-operator: &db-operator + name: db-operator + chart: db-operator/db-operator + version: 1.9.1 diff --git a/repositories.yaml b/repositories.yaml index 8a7e150..abaff21 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -33,4 +33,6 @@ repositories: - name: grafana url: https://grafana.github.io/helm-charts - name: bitwarden - url: https://constin.github.io/vaultwarden-helm/ \ No newline at end of file + url: https://constin.github.io/vaultwarden-helm/ + - name: db-operator + url: https://db-operator.github.io/charts