Skip to content

Commit

Permalink
Merge pull request #186 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.4
  • Loading branch information
renovate[bot] authored Nov 15, 2023
2 parents 641100e + 318bd9a commit 6fbb90f
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.24.3
ARG KUBESEAL_VERSION=v0.24.4
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 6fbb90f

Please sign in to comment.