Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent d270001 commit 1cdf0a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Expand Up @@ -26,12 +26,12 @@ npm clean-install
EOF

# kubectl
COPY --from=docker.io/bitnami/kubectl:1.29.3@sha256:f5fc0d561d9ef931f9ecb2e8b65d93eb92767c57f64897c56a100bfe28102c74 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=docker.io/bitnami/kubectl:1.29.4@sha256:decffac45904acbf7de30b16f31be76c1cfd9319ecd85a296bb0521d983d7fcb /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
RUN kubectl version --client

# Helm
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=3.14.3
ARG HELM_VERSION=3.14.4
ENV HELM_URL=https://get.helm.sh/helm-v"${HELM_VERSION}"-linux-amd64.tar.gz
RUN <<EOF
curl -LSs "$HELM_URL" | tar xz
Expand Down Expand Up @@ -264,7 +264,7 @@ EOF

# cosign
# renovate: datasource=github-releases depName=sigstore/cosign
ARG COSIGN_VERSION=2.2.3
ARG COSIGN_VERSION=2.2.4
ENV COSIGN_URL=https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign-linux-amd64
RUN <<EOF
curl -LSsO "$COSIGN_URL"
Expand Down Expand Up @@ -309,7 +309,7 @@ EOF

# ah cli
# renovate: datasource=github-releases depName=artifacthub/hub
ARG AH_CLI_VERSION=1.17.0
ARG AH_CLI_VERSION=1.18.0
ENV AH_CLI_URL=https://github.com/artifacthub/hub/releases/download/v${AH_CLI_VERSION}/ah_${AH_CLI_VERSION}_linux_amd64.tar.gz
RUN <<EOF
curl -LSs "$AH_CLI_URL" | tar xz
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
yamale==5.1.0
yamllint==1.35.1
pre-commit==3.7.0
checkov==3.2.54
checkov==3.2.73
2 changes: 1 addition & 1 deletion samples/charts/sample/values.yaml
Expand Up @@ -8,7 +8,7 @@ image:
repository: docker.io/nginxinc/nginx-unprivileged
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.25.4@sha256:7e36111660f0dc116a6af1ab053b0b8091f8399ed2e07bd7083635573ffd69b6"
tag: "1.25.5@sha256:7296e8ef16c0d708de99dbb2d29ecb408329a19f87856a7375efd1a87da39f8a"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 1cdf0a1

Please sign in to comment.