Commit e6645dee authored by Bryan H's avatar Bryan H Committed by Bryan H
Browse files

fix: Use `--set-string` on image tags.

If using the Git short SHA, and it is all numeric, Helm may interpret it as Scientific Notation.
parent 1c17b7b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ channel 1 database.'
      --set gitlab.envURL="$CI_ENVIRONMENT_URL" \
      --set releaseOverride="$RELEASE_NAME" \
      --set image.repository="$image_repository" \
      --set image.tag="$image_tag" \
      --set-string image.tag="$image_tag" \
      --set image.secrets[0].name="$secret_name" \
      --set application.track="stable" \
      --set application.database_url="$database_url" \
@@ -330,7 +330,7 @@ channel 1 database.'
    --set gitlab.envURL="$CI_ENVIRONMENT_URL" \
    --set releaseOverride="$RELEASE_NAME" \
    --set image.repository="$image_repository" \
    --set image.tag="$image_tag" \
    --set-string image.tag="$image_tag" \
    --set image.secrets[0].name="$secret_name" \
    --set application.track="$track" \
    --set application.database_url="$database_url" \