diff --git a/src/bin/auto-deploy b/src/bin/auto-deploy index 6b4fe238cf015c67b3c89b961d4e8c0e7145749d..ff525af4fc05c326130e6ebbae2a4da0d358c508 100755 --- a/src/bin/auto-deploy +++ b/src/bin/auto-deploy @@ -172,7 +172,6 @@ function deploy() { --set releaseOverride="$RELEASE_NAME" \ --set image.repository="$image_repository" \ --set image.tag="$image_tag" \ - --set image.pullPolicy=IfNotPresent \ --set image.secrets[0].name="$secret_name" \ --set application.track="stable" \ --set application.database_url="$DATABASE_URL" \ @@ -211,7 +210,6 @@ function deploy() { --set releaseOverride="$RELEASE_NAME" \ --set image.repository="$image_repository" \ --set image.tag="$image_tag" \ - --set image.pullPolicy=IfNotPresent \ --set image.secrets[0].name="$secret_name" \ --set application.track="$track" \ --set application.database_url="$DATABASE_URL" \