From 41f9fd4e5c2258fb56b98273e6a77b2dd889f754 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:30:10 +0000 Subject: [PATCH] kubeseal: Update to version 0.24.4 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 7107537b13..62b9c469c9 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.24.3", + "version": "0.24.4", "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.3/kubeseal-0.24.3-windows-amd64.tar.gz", - "hash": "aaa830dc8393cde023476fb82c69636086b91ebb0c2c09aa110a1331563c516e" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.24.4/kubeseal-0.24.4-windows-amd64.tar.gz", + "hash": "a12c77c50301e86be4beda23cf81af082caed5653ac33ddd6e97cefddbee4ae5" } }, "bin": "kubeseal.exe",