Skip to content

Commit

Permalink
bump maestro's image tag to bc2f131579c6ffc664c15f48c50a9936f1b4a7ce
Browse files Browse the repository at this point in the history
The following changes are included in the bump;

- ensure spec is returned in the status change event when a maestro bundle is being deleted (openshift-online/maestro#225)
- support entra auth for postgres (openshift-online/maestro#221)
- fix maestro agent resync unstable (openshift-online/maestro#220)
- register cloud events metrics(openshift-online/maestro#217)
- avoid nil point in go-sdk (openshift-online/maestro#212)
- update mqtt lib to resolve mqtt pinger problem (openshift-online/maestro#200)
- support print date in log (openshift-online/maestro#195)
- avoid race conditions on maestro-agent (openshift-online/maestro#196)
- use  orphan delete option as default option for read only update strategy (openshift-online/maestro#189)
  • Loading branch information
machi1990 committed Dec 12, 2024
1 parent 37c60e0 commit 1b994cf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ clouds:
# the following vars need approprivate overrides:
defaults:
maestro:
imageTag: ea066c250a002f0cc458711945165591bc9f6d3f
imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce
clusterService:
imageTag: ecd15ad
imageRepo: app-sre/uhc-clusters-service
Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ clouds:
maestro:
postgres:
deploy: false
imageTag: ea066c250a002f0cc458711945165591bc9f6d3f
imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce
# Cluster Service
clusterService:
imageTag: 6157c57
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 @@ -83,7 +83,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"postgres": {
"deploy": false,
"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 @@ -83,7 +83,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"postgres": {
"deploy": false,
"minTLSVersion": "TLSV1.2",
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"postgres": {
"deploy": false,
"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 @@ -83,7 +83,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"postgres": {
"deploy": false,
"minTLSVersion": "TLSV1.2",
Expand Down

0 comments on commit 1b994cf

Please sign in to comment.