From 5867a5f3b0e2f0f4e6af48c2f3c2b1b2a75f5f12 Mon Sep 17 00:00:00 2001 From: De Ville Weppenaar Date: Fri, 9 Apr 2021 07:58:50 -0700 Subject: [PATCH] update SCIM bridge version to 2.0.0 (#210) --- stacks/op-scim-bridge/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/op-scim-bridge/deploy.sh b/stacks/op-scim-bridge/deploy.sh index 57254226..ec10ce45 100755 --- a/stacks/op-scim-bridge/deploy.sh +++ b/stacks/op-scim-bridge/deploy.sh @@ -7,7 +7,7 @@ helm repo update > /dev/null STACK="op-scim-bridge" CHART="op-scim-bridge/op-scim" -CHART_VERSION="1.6.2" +CHART_VERSION="2.0.0" NAMESPACE="op-scim-bridge" helm upgrade "$STACK" "$CHART" \