Skip to content

Commit

Permalink
Merge pull request #148 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.0
  • Loading branch information
renovate[bot] authored Sep 15, 2023
2 parents cebb866 + 89d586a commit 5976d71
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 5976d71

Please sign in to comment.