From 43bea09dd4411a09635798e2abb2834eae809b1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:49:15 +0000 Subject: [PATCH] kubeseal: Update to version 0.17.4 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 50770b140b..23a97cfd3c 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.17.3", + "version": "0.17.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.17.3/kubeseal-0.17.3-windows-amd64.tar.gz", - "hash": "ea47eea876494cc115215f606b725a5027456402963407b7611ec56b9538aa68" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.17.4/kubeseal-0.17.4-windows-amd64.tar.gz", + "hash": "dbb39b8ac6a71478fbc87ed90db15fa7139cbe3a93915e4f92b3252323cf029e" } }, "bin": "kubeseal.exe",