From c0a7520c7d460032bb3f4113d3257ec52fe6affc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:31:43 +0000 Subject: [PATCH] kubeseal: Update to version 0.19.1 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 0fe012d2c8..479d30018f 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.19.0", + "version": "0.19.1", "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.0/kubeseal-0.19.0-windows-amd64.tar.gz", - "hash": "d7fa7c381afc57fafc51770f078f6fb7d5adf5266f9d622a1f6174b85424986b" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.19.1/kubeseal-0.19.1-windows-amd64.tar.gz", + "hash": "6ec83627fe27f94681f9ee5700a6c30662fea295c4ea64b2e17550d305dde0e8" } }, "bin": "kubeseal.exe",