sealed-secrets

A Kubernetes controller and tool for one-way encrypted Secrets

APACHE-2.0 License

Downloads
791
Stars
7.1K
Committers
161

Bot releases are visible (Hide)

sealed-secrets - helm-v2.1.2

Published by github-actions[bot] over 2 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - sealed-secrets-v0.17.3

Published by github-actions[bot] over 2 years ago

v0.17.3 (2022-01-27T15:53:31Z)

New v0.17.3 release!

Release Notes

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

Thanks!

sealed-secrets - helm-v2.1.1

Published by github-actions[bot] over 2 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - helm-v2.1.0

Published by github-actions[bot] almost 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - sealed-secrets-v0.17.2

Published by github-actions[bot] almost 3 years ago

v0.17.2 (2022-01-13T15:03:33Z)

New v0.17.2 release!

Release Notes

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

Thanks!

sealed-secrets - helm-v2.0.2

Published by github-actions[bot] almost 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - helm-v2.0.1

Published by github-actions[bot] almost 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - helm-v2.0.0

Published by github-actions[bot] almost 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - sealed-secrets-v0.17.1

Published by github-actions[bot] almost 3 years ago

v0.17.1 (2021-12-16T11:16:24Z)

New v0.17.1 release!

Release Notes

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

Thanks!

sealed-secrets - sealed-secrets-v0.17.0

Published by github-actions[bot] almost 3 years ago

v0.17.0 (2021-12-14T13:39:44Z)

New v0.17.0 release!

Release Notes

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

Thanks!

sealed-secrets - helm-v1.16.1

Published by github-actions[bot] over 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - helm-v1.16.0

Published by github-actions[bot] over 3 years ago

NOTE: sorry this release is botched; will soon release 1.16.1 (where soon depends on time zones, day light cycle and other celestial conjunctions)

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - v0.16.0

Published by mkmik over 3 years ago

Release Notes

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

Install

Client side

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

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.16.0/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

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

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

sealed-secrets - helm-v1.15.0-r3

Published by github-actions[bot] over 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - helm-v1.15.0-r2

Published by github-actions[bot] over 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - helm-v1.15.0-r1

Published by github-actions[bot] over 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

sealed-secrets - v0.15.0

Published by mkmik over 3 years ago

Release Notes

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

Install

Client side

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

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.15.0/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

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

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

sealed-secrets - helm-v1.14.1-r1

Published by github-actions[bot] over 3 years ago

Helm chart for the sealed-secrets controller.

sealed-secrets - v0.14.1

Published by mkmik over 3 years ago

Release Notes

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

Install

Client side

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

  • Linux x86_64:
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.14.1/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
  • Macos: (might lag a few hours behind a new release, this icon will reflect that latest release)

brew install kubeseal
  • Other OS/arch: you might find binaries for your OS/arch combo attached to this release below.

Cluster side

Install SealedSecret CRD, server-side controller into kube-system namespace.

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

NOTE: If you can't (or don't want) to use the kube-system namespace, please consider this approach

NOTE: if you want to install it on a GKE cluster for which your user account doesn't have admin rights, please read this

NOTE: since the helm chart is currently maintained elsewhere (see https://github.com/helm/charts/tree/master/stable/sealed-secrets) the update of the helm chart might not happen in sync with releases here.

sealed-secrets - helm-v1.14.0-r1

Published by github-actions[bot] over 3 years ago

Helm chart for the sealed-secrets controller.

(this GH release is marked as pre-release so it doesn't get confused with the Sealed Secrets main releases; it's still a real helm chart release)

Package Rankings
Top 0.78% on Proxy.golang.org
Top 7.32% on Alpine-edge
Top 10.93% on Formulae.brew.sh
Badges
Extracted from project README
Build Status Download Status Go Report Card
Related Projects