From e7da9c789722ce8725dbddaaae4ae1698f8fb5f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:31:36 +0000 Subject: [PATCH] kubeseal: Update to version 0.30.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 70738d954a..dabc834eb1 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.29.0", + "version": "0.30.0", "description": "With kubeseal you can encrypt your Kubernetes Secret into a SealedSecret, which is safe to store - even to a public repository. The SealedSecret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original Secret from the SealedSecret.", "homepage": "https://github.com/bitnami-labs/sealed-secrets", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.29.0/kubeseal-0.29.0-windows-amd64.tar.gz", - "hash": "3fd4887a6c1458ab6194645c2f7ea14c13e4a835670cab8bbfc1bf941cfd6c04" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.30.0/kubeseal-0.30.0-windows-amd64.tar.gz", + "hash": "8849d3dafd729118585fc2e9e9cdc518efa5f75c6d5d2292c596ab3bc16744b4" } }, "bin": "kubeseal.exe",