grim/kube-lint

dc872bbd197f
Parents 355e550f3510
Children
Update kubeval and then disable it because it's being a pain
  • +2 -2
    Dockerfile
  • +2 -1
    run.sh
  • --- a/Dockerfile Sat Jan 04 08:18:34 2020 -0600
    +++ b/Dockerfile Tue Sep 28 01:44:21 2021 -0500
    @@ -1,7 +1,7 @@
    FROM debian:buster-slim
    -ENV KUBEVAL_VERSION=0.14.0
    -ENV KUBEVAL_CHECKSUM=8b1b8c63df9ee3206113a3352e07474ea071610cfacf40a64db74c56e163f1e2
    +ENV KUBEVAL_VERSION=v0.16.1
    +ENV KUBEVAL_CHECKSUM=2d6f9bda1423b93787fa05d9e8dfce2fc1190fefbcd9d0936b9635f3f78ba790
    RUN set -ex && \
    apt-get update && \
    --- a/run.sh Sat Jan 04 08:18:34 2020 -0600
    +++ b/run.sh Tue Sep 28 01:44:21 2021 -0500
    @@ -6,5 +6,6 @@
    rm -f convey.yml convey.yaml
    yamllint -s .
    -kubeval -d . --strict --ignore-missing-schemas
    +# kubeval -d . --strict --ignore-missing-schemas --ignored-filename-patterns kustomization.yaml,kustomization.yml --ignored-path-patterns .+secrets.+
    +