Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1Password op-scim-bridge to v2.8.2 #469

Merged
merged 3 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions stacks/op-scim-bridge/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,26 @@ helm repo add "$REPO_NAME" "$REPO_URL"
helm repo update > /dev/null

CHART_NAME="op-scim-bridge"
CHART_VERSION="2.10.2"
CHART_VERSION="2.10.3"

RELEASE="op-scim-bridge"
NAMESPACE="op-scim-bridge"
STORAGE_CLASS="do-block-storage"

if [ -z "${MP_KUBERNETES}" ]; then
# use local version of values.yml
ROOT_DIR=$(git rev-parse --show-toplevel)
VALUES_FILE="$ROOT_DIR/stacks/op-scim-bridge/values.yml"
else
# use github hosted master version of values.yml
VALUES_FILE="https://raw.githubusercontent.com/digitalocean/marketplace-kubernetes/master/stacks/op-scim-bridge/values.yml"
fi

helm upgrade "$RELEASE" "$REPO_NAME/$CHART_NAME" \
--atomic \
--install \
--timeout 8m0s \
--create-namespace \
--namespace "$NAMESPACE" \
--version "$CHART_VERSION" \
--set scim.credentialsVolume.storageClass="$STORAGE_CLASS"
--values "$VALUES_FILE"
7 changes: 7 additions & 0 deletions stacks/op-scim-bridge/values.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
scim:
credentials:
volume:
enabled: true
storageClass: "do-block-storage"
secrets:
enabled: false