Skip to content

Commit

Permalink
bump(maestro): bump maestro to 15b3dcff1c9a96a02c516b787e847757dac8c1af
Browse files Browse the repository at this point in the history
This adds support for entra token refreshing (openshift-online/maestro#231)
  • Loading branch information
machi1990 committed Dec 17, 2024
1 parent f26a94a commit 41fec51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ clouds:
armHelperFPAPrincipalId: bc17c825-6cf8-40d0-8bd6-5536a993115e
# Maestro
maestro:
imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce
imageTag: 15b3dcff1c9a96a02c516b787e847757dac8c1af
# Cluster Service
clusterService:
imageTag: 9f7fef3
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"imageTag": "15b3dcff1c9a96a02c516b787e847757dac8c1af",
"postgres": {
"deploy": true,
"minTLSVersion": "TLSV1.2",
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"imageTag": "15b3dcff1c9a96a02c516b787e847757dac8c1af",
"postgres": {
"deploy": true,
"minTLSVersion": "TLSV1.2",
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"imageTag": "15b3dcff1c9a96a02c516b787e847757dac8c1af",
"postgres": {
"deploy": false,
"minTLSVersion": "TLSV1.2",
Expand Down
3 changes: 2 additions & 1 deletion maestro/server/helm/templates/maestro.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
- --db-user-file=/secrets/db/db.user
- --db-password-file=/secrets/db/db.password
- --db-name-file=/secrets/db/db.name
- --db-rootcert=
- --db-sslmode={{ .Values.database.ssl }}
- --alsologtostderr
- -v={{ .Values.maestro.glog_v }}
Expand Down Expand Up @@ -88,7 +89,7 @@ spec:
- --db-user-file=/secrets/db/db.user
- --db-password-file=/secrets/db/db.password
- --db-name-file=/secrets/db/db.name
- --db-rootcert=/secrets/db/db.ca_cert
- --db-rootcert=
- --db-sslmode={{ .Values.database.ssl }}
- --db-max-open-connections={{ .Values.database.maxOpenConnections }}
- --message-broker-config-file=/secrets/maestro/config.yaml
Expand Down

0 comments on commit 41fec51

Please sign in to comment.