diff --git a/manifests/core/worker-script.yaml b/manifests/core/worker-script.yaml index bfd1dfb..6894684 100644 --- a/manifests/core/worker-script.yaml +++ b/manifests/core/worker-script.yaml @@ -56,10 +56,10 @@ data: "/live/api/v2/deliveries/createdeliverylog": f"{BASE_URL}/live/api/v2/deliveries/createdeliverylog", "/live/api/v2/partners/createbreaklog": f"{BASE_URL}/live/api/v2/partners/createbreaklog", "/live/api/v2/partners/updatebreaklog": f"{BASE_URL}/live/api/v2/partners/updatebreaklog", - "/live/api/v1/mob/orders/createorder": f"{BASE_URL}/live/api/v1/mob/orders/createorder", - "/live/api/v1/web/products/create": f"{BASE_URL}/live/api/v1/web/products/create", - "/live/api/v1/mob/customers/login": f"{BASE_URL}/live/api/v1/mob/customers/login", - "/live/api/v1/mob/customers/create": f"{BASE_URL}/live/api/v1/mob/customers/create", + "/live/api/v1/mob/orders/createorder": f"{BASE_URL}/live/api/v1/orders/createorder", + "/live/api/v1/web/products/create": f"{BASE_URL}/live/api/v1/products/create", + "/live/api/v1/mob/customers/login": f"{BASE_URL}/live/api/v1/customers/login", + "/live/api/v1/mob/customers/create": f"{BASE_URL}/live/api/v1/customers/create", } # Global State diff --git a/manifests/nearle/nearle-jupiter.yaml b/manifests/nearle/nearle-jupiter.yaml index 7366aa9..bbe41db 100644 --- a/manifests/nearle/nearle-jupiter.yaml +++ b/manifests/nearle/nearle-jupiter.yaml @@ -47,7 +47,7 @@ spec: app: jupiter containers: - name: jupiter - image: nearlecommerce/jupiter:v2.7.58 + image: nearlecommerce/jupiter:v2.7.59 imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false