From 323d5b868ff19fee33e2201823a19ea5b3085a9b Mon Sep 17 00:00:00 2001 From: Manyanda Chitimbo Date: Mon, 13 Jan 2025 10:24:43 +0100 Subject: [PATCH] chore(maestro): bump maestro's image tag to c9a36e110a32c0c25aa5025cfe6d51af797e6d4b (#1087) This include the following notable changes; - purge status events (https://github.com/openshift-online/maestro/pull/232) - update sdk to support using two topics for kafka (https://github.com/openshift-online/maestro/pull/238) - multiple instances support for grpc broker. (https://github.com/openshift-online/maestro/pull/235) - Recreate listener if error is occured (https://github.com/openshift-online/maestro/pull/236) - fix maestro resource status hash getter. (https://github.com/openshift-online/maestro/pull/245) The last two contain fixes needed by ARO-HCP as well. --- config/config.msft.yaml | 2 +- config/config.yaml | 2 +- config/public-cloud-cs-pr.json | 2 +- config/public-cloud-dev.json | 2 +- config/public-cloud-msft-int.json | 2 +- config/public-cloud-personal-dev.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.msft.yaml b/config/config.msft.yaml index 9b768c0e0..7db6d7a83 100644 --- a/config/config.msft.yaml +++ b/config/config.msft.yaml @@ -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 diff --git a/config/config.yaml b/config/config.yaml index 818734f67..4c7364c46 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -150,7 +150,7 @@ clouds: armHelperFPAPrincipalId: bc17c825-6cf8-40d0-8bd6-5536a993115e # Maestro maestro: - imageTag: eddc46d1f49ccc2d3298fed0d4b8ab25c159e357 + imageTag: c9a36e110a32c0c25aa5025cfe6d51af797e6d4b # Cluster Service clusterService: imageTag: a51079c diff --git a/config/public-cloud-cs-pr.json b/config/public-cloud-cs-pr.json index 424cf2dde..0b5a8fcab 100644 --- a/config/public-cloud-cs-pr.json +++ b/config/public-cloud-cs-pr.json @@ -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", diff --git a/config/public-cloud-dev.json b/config/public-cloud-dev.json index 7f1d8ef75..08529c722 100644 --- a/config/public-cloud-dev.json +++ b/config/public-cloud-dev.json @@ -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", diff --git a/config/public-cloud-msft-int.json b/config/public-cloud-msft-int.json index d86eb90a5..b7ef8e6fe 100644 --- a/config/public-cloud-msft-int.json +++ b/config/public-cloud-msft-int.json @@ -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", diff --git a/config/public-cloud-personal-dev.json b/config/public-cloud-personal-dev.json index bd5e140bf..3da25eb05 100644 --- a/config/public-cloud-personal-dev.json +++ b/config/public-cloud-personal-dev.json @@ -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",