Skip to content

Commit

Permalink
chore(maestro): bump maestro's image tag to c9a36e110a32c0c25aa5025cf…
Browse files Browse the repository at this point in the history
…e6d51af797e6d4b (#1087)

This include the following notable changes;
- purge status events (openshift-online/maestro#232)
- update sdk to support using two topics for kafka (openshift-online/maestro#238)
- multiple instances support for grpc broker. (openshift-online/maestro#235)
- Recreate listener if error is occured (openshift-online/maestro#236)
- fix maestro resource status hash getter. (openshift-online/maestro#245)

The last two contain fixes needed by ARO-HCP as well.
  • Loading branch information
machi1990 authored Jan 13, 2025
1 parent 718d551 commit 5765c08
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 @@ -139,7 +139,7 @@ clouds:
# the following vars need approprivate overrides:
defaults:
maestro:
imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce
imageTag: c9a36e110a32c0c25aa5025cfe6d51af797e6d4b
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 @@ -150,7 +150,7 @@ clouds:
armHelperFPAPrincipalId: bc17c825-6cf8-40d0-8bd6-5536a993115e
# Maestro
maestro:
imageTag: eddc46d1f49ccc2d3298fed0d4b8ab25c159e357
imageTag: c9a36e110a32c0c25aa5025cfe6d51af797e6d4b
# Cluster Service
clusterService:
imageTag: a51079c
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 @@ -107,7 +107,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "eddc46d1f49ccc2d3298fed0d4b8ab25c159e357",
"imageTag": "c9a36e110a32c0c25aa5025cfe6d51af797e6d4b",
"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 @@ -107,7 +107,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "eddc46d1f49ccc2d3298fed0d4b8ab25c159e357",
"imageTag": "c9a36e110a32c0c25aa5025cfe6d51af797e6d4b",
"postgres": {
"deploy": true,
"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 @@ -107,7 +107,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"imageTag": "c9a36e110a32c0c25aa5025cfe6d51af797e6d4b",
"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 @@ -107,7 +107,7 @@
"private": false
},
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "eddc46d1f49ccc2d3298fed0d4b8ab25c159e357",
"imageTag": "c9a36e110a32c0c25aa5025cfe6d51af797e6d4b",
"postgres": {
"deploy": false,
"minTLSVersion": "TLSV1.2",
Expand Down

0 comments on commit 5765c08

Please sign in to comment.