We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3815562 commit f0c5495Copy full SHA for f0c5495
.travis.yml
@@ -24,7 +24,7 @@ before_deploy:
24
- docker login -u="$DOCKER_LOGIN" -p="$DOCKER_PASSWORD"
25
- docker tag "$IMAGE_NAME" "${IMAGE_NAME}:latest"
26
- docker tag "$IMAGE_NAME" "${IMAGE_NAME}:${TRAVIS_TAG}"
27
- - yq write --inplace charts/api-gateway/values.yaml image.tag "${TRAVIS_TAG}""
+ - yq write --inplace charts/api-gateway/values.yaml image.tag "${TRAVIS_TAG}"
28
- helm package charts/$NAME --version="${TRAVIS_TAG}" --dependency-update --destination charts
29
- helm repo index --url $HELM_URL --merge charts/index.yaml charts
30
0 commit comments