Skip to content

Commit

Permalink
Fix migration for version v5_4.25 [SMAR-2514]
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-nereca committed Apr 3, 2024
1 parent b8a37b9 commit b2b0de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Init container to perform database migration before starting the main container
"--rmq-pass", "$(RabbitMQ__Password)",
"--rmq-port", "$(RabbitMQ__Port)",
"--rmq-use-ssl", "$(RabbitMQ__UseSsl)",
"--rmq-streams-port", "$(RabbitMQ__StreamsPort)",
"--rmq-virtual-host", "/"]
env:
{{- include "smartface.dbConfig" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ authApi:

dbSynchronizationLeader:
# -- features.multitenancy needs to be enabled since tenant operator is responsible for populating wlStream
enabled: true
enabled: false
name: "db-synchronization-leader"
servicePort: 8100
containerPort: 80
Expand Down

0 comments on commit b2b0de4

Please sign in to comment.