From 47f50f048edb42ff7f1e272aa2246922c0493bdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:29:46 +0000 Subject: [PATCH] kubeseal: Update to version 0.26.3 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 49e13c9a5d..72261b6d35 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.26.2", + "version": "0.26.3", "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.26.2/kubeseal-0.26.2-windows-amd64.tar.gz", - "hash": "9184af486e65392279493b981f932c4b76c198c098314f448567bda0c3094ab3" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.26.3/kubeseal-0.26.3-windows-amd64.tar.gz", + "hash": "26341078d311bffa342a2681b9df06fce9dbcdfa4babc0ab2a450239e439a271" } }, "bin": "kubeseal.exe",