Skip to content

Commit

Permalink
Merge pull request #155 from lauraseidler/renovate/bitnami-labs-seale…
Browse files Browse the repository at this point in the history
…d-secrets-0.x

Update dependency bitnami-labs/sealed-secrets to v0.24.1
  • Loading branch information
renovate[bot] authored Oct 5, 2023
2 parents 847b527 + ad234ca commit 2e1eca7
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.24.0
ARG KUBESEAL_VERSION=v0.24.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 2e1eca7

Please sign in to comment.