File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2- $HOST = kubectl port-forward service/ph-ee-zeebe-ops 5000:80
2+ $HOST = " kubectl port-forward service/ph-ee-zeebe-ops 5000:80 -n paymenthub "
33HOST=" $HOST /zeebe/upload"
44deploy (){
55 cmd=" curl --insecure --location --request POST $HOST \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ph-ee-g2psandbox:
2323
2424 ph_ee_connector_ams_mifos :
2525 enabled : true
26- image : docker.io/openmf/ph-ee-connector-ams-mifos:v1.3 .0
26+ image : docker.io/openmf/ph-ee-connector-ams-mifos:v1.5 .0
2727 ingress :
2828 enabled : false
2929
@@ -87,7 +87,7 @@ ph-ee-g2psandbox:
8787
8888 connector_bulk :
8989 enabled : true
90- image : docker.io/openmf/ph-ee-bulk-processor:v1.9 .0
90+ image : docker.io/openmf/ph-ee-bulk-processor:v1.10 .0
9191 LOGGING_LEVEL_ROOT : " DEBUG"
9292 tenants : " rhino,gorilla"
9393 aws :
@@ -103,7 +103,7 @@ ph-ee-g2psandbox:
103103
104104 zeebe_ops :
105105 enabled : true
106- image : docker.io/openmf/ph-ee-zeebe-ops:v1.2 .0
106+ image : docker.io/openmf/ph-ee-zeebe-ops:v1.3 .0
107107 tenants : " rhino,gorilla"
108108 ingress :
109109 enabled : false
You can’t perform that action at this time.
0 commit comments