From ab74f27283dadf04d539a7f7e648d8afe72bfc82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:30:36 +0000 Subject: [PATCH] kubeseal: Update to version 0.22.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 5506e3a7a0..51db8920f3 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.21.0", + "version": "0.22.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.21.0/kubeseal-0.21.0-windows-amd64.tar.gz", - "hash": "229026bc9c16e66e9cf7748bc0ebf166795bda6e17a7b5c3820d8d3cddda4be4" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.22.0/kubeseal-0.22.0-windows-amd64.tar.gz", + "hash": "862a5de200779ee9119937bb1ca05f9c008e87fd306f38787dacb9db1de142a7" } }, "bin": "kubeseal.exe",