Skip to content

Commit

Permalink
Update dependency bitnami-labs/sealed-secrets to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent cebb866 commit 89d586a
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 @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
procps

# renovate: datasource=github-releases depName=bitnami-labs/sealed-secrets
ARG KUBESEAL_VERSION=v0.23.1
ARG KUBESEAL_VERSION=v0.24.0
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 89d586a

Please sign in to comment.