From eb76681c8846e6af020bafe8505c22b40ca8510a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:31:31 +0000 Subject: [PATCH] kubeseal: Update to version 0.18.3 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 8c2f3ea4be..bf8a66a357 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.18.2", + "version": "0.18.3", "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.18.2/kubeseal-0.18.2-windows-amd64.tar.gz", - "hash": "9958aa80371b04afa2998ce0049a20d9404647e3590578a5d64f867bda0e74d0" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.18.3/kubeseal-0.18.3-windows-amd64.tar.gz", + "hash": "0b9e371032c1ab2f287f6cff6bedd9b9f4f4c4f00422ab2ca1289b9856755d5d" } }, "bin": "kubeseal.exe",