Skip to content

Commit

Permalink
0.26.24
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Sep 22, 2022
1 parent 17aafa4 commit 320b41b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/01_build_and_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: lint
uses: luke142367/Docker-Lint-Action@v1.0.0
uses: luke142367/Docker-Lint-Action@v1.1.1
with:
target: Dockerfile
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/01_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: lint
uses: luke142367/Docker-Lint-Action@v1.0.0
uses: luke142367/Docker-Lint-Action@v1.1.1
with:
target: Dockerfile
env:
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.16.2 AS build
ENV KUBE_VERSION=v1.22.13
ENV HELM_VERSION=v3.9.4
ENV KUBE_VERSION=v1.22.15
ENV HELM_VERSION=v3.10.0
ENV HELM_FILENAME=helm-${HELM_VERSION}-linux-amd64.tar.gz
ENV TZ=Europe/Warsaw
LABEL version="v0.25.23"
LABEL version="v0.26.24"
LABEL release="pipetools-k8s"
LABEL maintainer="marcinbojko"
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
COPY --from=datree/datree:1.6.6 /datree /bin/datree
COPY --from=datree/datree:1.6.33 /datree /bin/datree
# shellcheck disable=SC2169
RUN apk add --no-cache --update -t deps ca-certificates curl bash gettext tar gzip openssl gnupg openssh rsync python3 python3-dev py3-pip py3-wheel tzdata\
&& pip3 install --upgrade --no-cache-dir pip yamllint dos2unix jmespath \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Small helper for CI/CD Helm/Kubernetes interactions
|0.22.21|v3.9.0 |v1.22.9 |
|0.23.22|v3.9.1 |v1.22.12 |
|0.24.23|v3.9.3 |v1.22.13 |
|0.25.23|v3.9.3 |v1.22.13 |
|0.25.23|v3.9.4 |v1.22.13 |
|0.26.24|v3.10.0 |v1.22.15 |
|||

0 comments on commit 320b41b

Please sign in to comment.