From d8192edd14a6be758d9fe92dc1d4e58f541129b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:31:35 +0000 Subject: [PATCH] kubeseal: Update to version 0.24.1 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index d91e31f54a..469bf60561 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.24.0", + "version": "0.24.1", "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.24.0/kubeseal-0.24.0-windows-amd64.tar.gz", - "hash": "c3bbe789bc3ff4bb27aa1bd48d3fe469813f6ad99a9e75bb01ae1cfac28d6e52" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.24.1/kubeseal-0.24.1-windows-amd64.tar.gz", + "hash": "2d1bea6069314d5f392bbfc15742224989215fd912c8212992eef6d0845932d3" } }, "bin": "kubeseal.exe",