Skip to content

Commit

Permalink
Pin upgrade v2 migration script url to release-v2.0 branch (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek-sumo authored Jan 15, 2021
1 parent e8db292 commit 41923b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM alpine:3.12
ENV HELM_VERSION="3.4.2"
ENV YQ_VERSION="3.4.1"
ENV KUBECTL_VERSION="v1.18.14"
ENV UPGRADE_2_0_SCRIPT_URL="https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/main/deploy/helm/sumologic/upgrade-2.0.0.sh"
ENV UPGRADE_2_0_SCRIPT_URL="https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/release-v2.0/deploy/helm/sumologic/upgrade-2.0.0.sh"
RUN set -ex \
&& apk update \
&& apk upgrade \
Expand Down

0 comments on commit 41923b6

Please sign in to comment.