Skip to content

Commit

Permalink
Merge pull request #22 from rimusz/chart-testing-v3.7.1
Browse files Browse the repository at this point in the history
Chart testing v3.7.1
  • Loading branch information
rimusz authored Sep 27, 2022
2 parents 6f96bd6 + ebeecd7 commit faf138d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/helmpack/chart-testing:v3.7.0
FROM quay.io/helmpack/chart-testing:v3.7.1

# Override kubectl
# https://github.com/aws/aws-cli/issues/6920
Expand All @@ -25,7 +25,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
RUN apk add bash tree curl wget

ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=398.0.0
ARG CLOUD_SDK_VERSION=403.0.0
RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
Expand Down

0 comments on commit faf138d

Please sign in to comment.