Skip to content

Commit

Permalink
Update dependency bitnami-labs/sealed-secrets to v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 00c7875 commit 28c8f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean

# renovate: datasource=github-releases depName=bitnami-labs/sealed-secrets
ARG KUBESEAL_VERSION=v0.27.0
ARG KUBESEAL_VERSION=v0.27.1
RUN curl -fsSL "https://github.com/bitnami-labs/sealed-secrets/releases/download/${KUBESEAL_VERSION}/kubeseal-${KUBESEAL_VERSION#?}-linux-amd64.tar.gz" \
-o /tmp/kubeseal.tar.gz \
&& tar xf /tmp/kubeseal.tar.gz -C /usr/local/bin kubeseal \
Expand Down

0 comments on commit 28c8f13

Please sign in to comment.