From dd43c23b401035a4e1b17e3b2fec5138f9d1b55a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:30:59 +0000 Subject: [PATCH] kubeseal: Update to version 0.18.5 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index a655c20ec2..6dfc64ce80 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.18.4", + "version": "0.18.5", "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.4/kubeseal-0.18.4-windows-amd64.tar.gz", - "hash": "4568f88ff4fc6078280214b105b4fd07a18ca9915451e8e0e4db68719b33f661" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.18.5/kubeseal-0.18.5-windows-amd64.tar.gz", + "hash": "59991109bd48ac4ae97c514877a1b26f1235a29d2301cc0f7ae87eee1429dc8d" } }, "bin": "kubeseal.exe",