Skip to content

Commit

Permalink
removed CHART_VERSION (digitalocean#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Anunda committed Mar 23, 2021
1 parent 87d3295 commit 7c7d468
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stacks/cockroachdb/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ helm repo update > /dev/null
################################################################################
STACK="cockroachdb"
CHART="cockroachdb/cockroachdb"
CHART_VERSION="5.0.0"
NAMESPACE="cockroachdb"
# CHART_VERSION is intentionally unset to guarantee customers get the latest patch release of cockroachdb. Unfortunately, there's a hard linkage between chart version and db version so we don't want to lock the chart version.

if [ -z "${MP_KUBERNETES}" ]; then
# use local version of values.yml
Expand All @@ -29,8 +29,7 @@ helm upgrade "$STACK" "$CHART" \
--install \
--create-namespace \
--namespace "$NAMESPACE" \
--values "$values" \
--version "$CHART_VERSION"
--values "$values"

sleep 30

Expand Down

0 comments on commit 7c7d468

Please sign in to comment.