Skip to content

Commit

Permalink
chore(deps): update dependency open-policy-agent/conftest to v0.55.0 (#…
Browse files Browse the repository at this point in the history
…876)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 532be8a commit a41d1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-conftest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047@sha256:081c96d1b1c7
SHELL ["/bin/bash", "-c"]

# renovate: datasource=github-releases depName=open-policy-agent/conftest
ARG CONFTEST_VERSION=v0.54.0
ARG CONFTEST_VERSION=v0.55.0
RUN curl -L "https://github.com/open-policy-agent/conftest/releases/download/${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION//v}_Linux_x86_64.tar.gz" -o /tmp/conftest.tar.gz && \
tar -xzf /tmp/conftest.tar.gz && \
mv conftest /usr/local/bin/conftest && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG YQ_VERSION=v4.44.2
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.16.1
# renovate: datasource=github-releases depName=open-policy-agent/conftest
ARG CONFTEST_VERSION=v0.54.0
ARG CONFTEST_VERSION=v0.55.0
# renovate: datasource=github-releases depName=stackrox/kube-linter
ARG KUBE_LINTER_VERSION=v0.6.8
# renovate: datasource=github-releases depName=helm/chart-testing
Expand Down
2 changes: 1 addition & 1 deletion tekton-task-images/conftest/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases depName=open-policy-agent/conftest
CONFTEST_VERSION=v0.54.0
CONFTEST_VERSION=v0.55.0

0 comments on commit a41d1ec

Please sign in to comment.