From a0acd0c77c730df89c679bcf79b5077ec965049e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:31:12 +0000 Subject: [PATCH] kubeseal: Update to version 0.19.4 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 9381c96d78..9d625b69b7 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.19.3", + "version": "0.19.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.19.3/kubeseal-0.19.3-windows-amd64.tar.gz", - "hash": "e3ff57735eb16790ac17e8a0a6ddd8129cb265887d74fa55539b0257d35a3138" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.19.4/kubeseal-0.19.4-windows-amd64.tar.gz", + "hash": "0e2d69300ff8ba9a3bef9cf2036c93eb4d9102dec95fd6f54d5bce65484149fa" } }, "bin": "kubeseal.exe",