Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Oct 7, 2024
1 parent f8b5af5 commit da59768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mta-v6.x/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.30
version: 0.2.31

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v1
data:
application.properties: |
# MTA
mta.url = ${MTA_URL:http://mta-ui.openshift-mta.svc.cluster.local:8080}
mta.url = ${MTA_URL}
quarkus.rest-client.mta_json.url = ${mta.url}
# Backstage Notifications service
quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}
quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL}
quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN}
# This property is used to select the log level, which controls the amount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-mta-v6.x:1b229014c6a773cf075c1ef0fd346cfb1fd2d86b
image: quay.io/orchestrator/serverless-workflow-mta-v6.x:f17740898cfb4255b88f76a8a3cd321cd157cb06
envFrom:
- secretRef:
name: mta-analysis-v6-creds
Expand Down

0 comments on commit da59768

Please sign in to comment.