From 92a2c0c580fa1c202fa9cbb9e19a79d07ffe4a28 Mon Sep 17 00:00:00 2001 From: Chas Lynch Date: Mon, 21 Aug 2023 08:39:58 -0400 Subject: [PATCH] Version bump helm chart to 2.8.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 c069fa6c..c69e790d 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.10.3" +CHART_VERSION="2.10.4" RELEASE="op-scim-bridge" NAMESPACE="op-scim-bridge"