From 07223ff1a01068894b3f28662111d63aaeef54a7 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 29 Sep 2020 09:40:22 -0700 Subject: [PATCH] Update the 1Password SCIM Bridge to v1.6.0 (#163) * Version bump to 1.6.0 Co-authored-by: Kristi Burnette --- 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 27e6a4a5..847a4767 100755 --- a/stacks/op-scim-bridge/deploy.sh +++ b/stacks/op-scim-bridge/deploy.sh @@ -7,7 +7,7 @@ helm repo update STACK="op-scim-bridge" CHART="op-scim-bridge/op-scim" -CHART_VERSION="1.5.0" +CHART_VERSION="1.6.0" NAMESPACE="op-scim-bridge" helm upgrade "$STACK" "$CHART" \