Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masayag committed Mar 31, 2024
1 parent a2a5d0e commit 0106bd2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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.2.12
version: 0.2.13

# 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
2 changes: 1 addition & 1 deletion charts/move2kube/templates/01-sonataflow_m2k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-move2kube:d7a24f210495d1703d8c855b0c8343f265dd8972
image: quay.io/orchestrator/serverless-workflow-move2kube:1e05fa404664a56ca33b425ee8d1d4e2571373d4
resources:
configMaps:
- configMap:
Expand Down
3 changes: 2 additions & 1 deletion charts/move2kube/templates/03-configmap_m2k-props.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ data:
# 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}
# 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/api/notifications/}quarkus.flyway.migrate-at-start=true
quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator/api/notifications/}
quarkus.flyway.migrate-at-start=true
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down
6 changes: 3 additions & 3 deletions charts/workflows/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 0.2.8
- name: move2kube
repository: file://../move2kube
version: 0.2.12
version: 0.2.13
- name: mta
repository: file://../mta
version: 0.2.14
digest: sha256:87d2df1d90e05a83b97c1454823d4acdc5caf7a064386aacd89c97aa528b4e51
generated: "2024-03-28T20:12:06.264540233Z"
digest: sha256:d6f86164613c161d0473ba23d1e71646daf4ff1f9cc2c33de641583151372406
generated: "2024-03-30T22:01:53.589449671Z"
4 changes: 2 additions & 2 deletions charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.2.23
version: 0.2.24

# 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 All @@ -22,7 +22,7 @@ dependencies:
condition: greeting.enabled
- name: move2kube
repository: "file://../move2kube"
version: "0.2.12"
version: "0.2.13"
condition: move2kube.enabled
- name: mta
repository: "file://../mta"
Expand Down

0 comments on commit 0106bd2

Please sign in to comment.