From 93b58e093616c485741814a15ca5cc8baee1c3ca Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Wed, 26 Jul 2023 23:41:13 +0530 Subject: [PATCH] chore: always upgrade router deployment --- charts/galoy/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/galoy/values.yaml b/charts/galoy/values.yaml index 49bd75fff3..36e78f89ef 100644 --- a/charts/galoy/values.yaml +++ b/charts/galoy/values.yaml @@ -1167,6 +1167,8 @@ router: extraEnvVars: - name: APOLLO_ROUTER_SUPERGRAPH_PATH value: /etc/apollo/supergraph-schema.graphql + - name: ALWAYS_UPGRADE_DEPLOYMENT + value: "{{ now }}" extraVolumeMounts: - name: supergraph