Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(maestro): bump maestro to eddc46d1f49ccc2d3298fed0d4b8ab25c159e357 #1003

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 15b3dcff1c9a96a02c516b787e847757dac8c1af
imageTag: eddc46d1f49ccc2d3298fed0d4b8ab25c159e357
# 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": "15b3dcff1c9a96a02c516b787e847757dac8c1af",
"imageTag": "eddc46d1f49ccc2d3298fed0d4b8ab25c159e357",
"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": "15b3dcff1c9a96a02c516b787e847757dac8c1af",
"imageTag": "eddc46d1f49ccc2d3298fed0d4b8ab25c159e357",
"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": "15b3dcff1c9a96a02c516b787e847757dac8c1af",
"imageTag": "eddc46d1f49ccc2d3298fed0d4b8ab25c159e357",
"postgres": {
"deploy": false,
"minTLSVersion": "TLSV1.2",
Expand Down
Loading