diff --git a/Dockerfile b/Dockerfile index 42b00fb54ddca580444c50c3624f16773f544a70..251eec82d4fc93db6fa5806a882e737de33b89bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN mkdir -p $SDP_HOME \ && groupadd -g ${gid} ${group} \ && useradd -d "$SDP_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user} -ARG TARBALL=helm-dependencies-dcar-0.5.tar.gz +ARG TARBALL=helm-dependencies-dcar-0.8.tar.gz RUN mkdir /root/tmp COPY ./${TARBALL} /root/tmp diff --git a/download.yaml b/download.yaml index 8bd81c02128340e84809dcbe5aa091719f72cb9a..c3db57434384dd1cee5eb24c7217a6faa69cc6ef 100644 --- a/download.yaml +++ b/download.yaml @@ -1,6 +1,7 @@ resources: - - url: "https://github.com/boozallen/sdp-images/releases/download/dcar-0.5/helm-dependencies-dcar-0.5.tar.gz" - filename: "helm-dependencies-dcar-0.5.tar.gz" # [required field] desired staging name for the build context + - url: "https://github.com/boozallen/sdp-images/releases/download/dcar-0.8/helm-dependencies-dcar-0.8.tar.gz" + filename: "helm-dependencies-dcar-0.8.tar.gz" # [required field] desired staging name for the build context validation: type: "sha256" # supported: sha256, sha1, sha224, sha512, PGP - value: "a1255aeda4dacc3b0abecd90c3e421a17abfcdca21ff5a05c1c0374703f85c43" + value: "d9a758c9088fe37408d04179af1c31dc3748efbb9b07a29de743c68f6ebf0422" +