Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gciavarrini authored and masayag committed Sep 1, 2024
1 parent 5a6cd30 commit 00f3ace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/move2kube/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.3.16
version: 0.3.17

# 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
4 changes: 2 additions & 2 deletions charts/move2kube/templates/01-configmap_m2k-props.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ data:
mp.messaging.incoming.kogito_incoming_stream.method=POST
# This property is used when sending the notification while waiting for Q&A
move2kube_url=${MOVE2KUBE_URL:http://move2kube-svc.default.svc.cluster.local:8080}
move2kube_url=${MOVE2KUBE_URL:http://move2kube-svc.move2kube.svc.cluster.local:8080}
move2kube_get_plan_max_retries=${MOVE2KUBE_GET_PLAN_MAX_RETRIES:10}
# This property is used to send requests to the move2kube instance
quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL:http://move2kube-svc.default.svc.cluster.local:8080}
quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL:http://move2kube-svc.move2kube.svc.cluster.local:8080}
# This property is used to send requests to the backstage notification plugin
quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}
Expand Down
2 changes: 1 addition & 1 deletion charts/move2kube/templates/04-sonataflow_m2k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-move2kube:607b08ff9b44175ffec10d377b0a0ee602b08a0f
image: quay.io/orchestrator/serverless-workflow-move2kube:a4cd5d27782d1b912e1a4a614901b7f4c1337c8f
envFrom:
- secretRef:
name: m2k-creds
Expand Down

0 comments on commit 00f3ace

Please sign in to comment.