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.29.0
Name Modified Size InfoDownloads / Week
Parent folder
controller-norbac.yaml 2025-03-27 8.5 kB
controller.yaml 2025-03-27 11.3 kB
cosign.pub 2025-03-27 178 Bytes
sealed-secrets_0.29.0_checksums.txt.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-darwin-amd64.tar.gz.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-darwin-arm64.tar.gz.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-linux-amd64.tar.gz.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-linux-arm64.tar.gz.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-linux-arm.tar.gz.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-windows-amd64.tar.gz.sig 2025-03-27 96 Bytes
kubeseal-0.29.0-linux-arm.tar.gz 2025-03-27 21.8 MB
kubeseal-0.29.0-windows-amd64.tar.gz 2025-03-27 24.1 MB
sealed-secrets_0.29.0_checksums.txt 2025-03-27 608 Bytes
kubeseal-0.29.0-darwin-amd64.tar.gz 2025-03-27 23.7 MB
kubeseal-0.29.0-darwin-arm64.tar.gz 2025-03-27 22.5 MB
kubeseal-0.29.0-linux-amd64.tar.gz 2025-03-27 23.7 MB
kubeseal-0.29.0-linux-arm64.tar.gz 2025-03-27 22.0 MB
README.md 2025-03-27 3.6 kB
sealed-secrets-v0.29.0 source code.tar.gz 2025-03-27 1.3 MB
sealed-secrets-v0.29.0 source code.zip 2025-03-27 1.5 MB
Totals: 20 Items   140.6 MB 1

v0.29.0 (2025-03-27T12:17:52Z)

New v0.29.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.29.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.29.0/kubeseal-0.29.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.29.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-03-27