From fde09ec4572fa83656ce8e2c1045744a5ed4871d Mon Sep 17 00:00:00 2001 From: Chas Lynch Date: Thu, 25 Apr 2024 09:45:02 -0400 Subject: [PATCH] Release for 2.9.3 --- 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 683401ed..888614b0 100755 --- a/stacks/op-scim-bridge/deploy.sh +++ b/stacks/op-scim-bridge/deploy.sh @@ -9,7 +9,7 @@ helm repo add "$REPO_NAME" "$REPO_URL" helm repo update > /dev/null CHART_NAME="op-scim-bridge" -CHART_VERSION="2.11.1" +CHART_VERSION="2.11.2" RELEASE="op-scim-bridge" NAMESPACE="op-scim-bridge"