Download Latest Version helm-v2.17.3 source code.tar.gz (1.3 MB)
Email in envelope

Get an email when there's a new version of Sealed Secrets for Kubernetes

Home / v0.30.0
Name Modified Size InfoDownloads / Week
Parent folder
controller-norbac.yaml 2025-06-12 8.5 kB
controller.yaml 2025-06-12 11.3 kB
cosign.pub 2025-06-12 178 Bytes
kubeseal-0.30.0-linux-amd64.tar.gz.sig 2025-06-12 96 Bytes
kubeseal-0.30.0-linux-arm.tar.gz.sig 2025-06-12 96 Bytes
kubeseal-0.30.0-windows-amd64.tar.gz.sig 2025-06-12 96 Bytes
sealed-secrets_0.30.0_checksums.txt.sig 2025-06-12 96 Bytes
kubeseal-0.30.0-darwin-amd64.tar.gz.sig 2025-06-12 96 Bytes
kubeseal-0.30.0-darwin-arm64.tar.gz.sig 2025-06-12 96 Bytes
kubeseal-0.30.0-linux-arm64.tar.gz.sig 2025-06-12 96 Bytes
kubeseal-0.30.0-linux-arm.tar.gz 2025-06-12 22.8 MB
kubeseal-0.30.0-windows-amd64.tar.gz 2025-06-12 25.1 MB
sealed-secrets_0.30.0_checksums.txt 2025-06-12 608 Bytes
kubeseal-0.30.0-darwin-amd64.tar.gz 2025-06-12 24.8 MB
kubeseal-0.30.0-darwin-arm64.tar.gz 2025-06-12 23.4 MB
kubeseal-0.30.0-linux-amd64.tar.gz 2025-06-12 24.8 MB
kubeseal-0.30.0-linux-arm64.tar.gz 2025-06-12 23.0 MB
README.md 2025-06-12 3.2 kB
sealed-secrets-v0.30.0 source code.tar.gz 2025-06-12 1.3 MB
sealed-secrets-v0.30.0 source code.zip 2025-06-12 1.5 MB
Totals: 20 Items   146.7 MB 2

v0.30.0 (2025-06-12T10:04:50Z)

New v0.30.0 release!

Changelog

Installation Instructions

Cluster-side

Install the SealedSecret CRD and server-side controller into the kube-system namespace:

:::sh
kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.30.0/controller.yaml

Client-side

Install the client-side tool into /usr/local/bin/:

Linux x86_64:

:::sh
curl -OL "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.30.0/kubeseal-0.30.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.30.0-linux-amd64.tar.gz kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal

macOS: The kubeseal client is available on homebrew:

:::sh
brew install kubeseal

MacPorts:

The kubeseal client is available on MacPorts:

:::sh
port install kubeseal

Nixpkgs

The kubeseal client is available on Nixpkgs: (DISCLAIMER: Not maintained by bitnami-labs)

:::sh
nix-env -iA nixpkgs.kubeseal

Other OS/Arch: Binaries for other OS/arch combinations are attached to this release below.

If you just want the latest client tool, it can be installed into $GOPATH/bin with:

:::sh
go install github.com/bitnami-labs/sealed-secrets/cmd/kubeseal@main

You can specify a release tag or a commit SHA instead of main.

The go install command will place the kubeseal binary at $GOPATH/bin:

:::sh
$(go env GOPATH)/bin/kubeseal

Release Notes

Please read the RELEASE_NOTES which contain among other things important information for those upgrading from previous releases.

Thanks!

Source: README.md, updated 2025-06-12