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