Skip to content

Commit

Permalink
Dependency updates for kubeseal, python deps and npm deps (#243)
Browse files Browse the repository at this point in the history
* Bump version in README

* Update kubeseal version to 0.25.0

* Update python dependencies

* Update npm dependencies
  • Loading branch information
Jaydee94 authored Feb 4, 2024
1 parent 68eb83a commit 6879ff3
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 348 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.api
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:latest as deps

ARG KUBESEAL_VERSION=0.24.5
ARG KUBESEAL_VERSION=0.25.0
ARG KUBESEAL_ARCH=amd64
ENV KUBESEAL_BINARY=/deps/kubeseal \
PRIVATE_KEY=/dev/null \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a python based webapp for using Bitnami-Sealed-Secrets in a web-gui.

This app uses the kubeseal binary of the original project: <https://github.com/bitnami-labs/sealed-secrets>

Currently using version `0.24.4` of the kubeseal-binary.
Currently using version `0.25.0` of the kubeseal-binary.

The docker images can be found here:

Expand Down
Loading

0 comments on commit 6879ff3

Please sign in to comment.