From 0782f0a8abad6aba41ec0ffb5af25a42589eddbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:25:57 +0000 Subject: [PATCH] kubeseal: Update to version 0.26.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 634df37856..00da9fa5b7 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.25.0", + "version": "0.26.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.25.0/kubeseal-0.25.0-windows-amd64.tar.gz", - "hash": "adc9c1b059ad12c93ca500a12a289fbea8bd17500812c957eaac33dbe8890cde" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.26.0/kubeseal-0.26.0-windows-amd64.tar.gz", + "hash": "366c81598fe364073980c3116ab78a210d16a91a22c1c5972a5280e81a062556" } }, "bin": "kubeseal.exe",