From 8828bb52e56d31a18fa30f877eb5e4e825be5f45 Mon Sep 17 00:00:00 2001 From: Wiz CircleCI API <122028115+circleci-wiz@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:36:39 +0200 Subject: [PATCH] Publish wiz-broker 2.2.7 chart version and wiz-kubernetes-connector 3.2.12 chart version --- wiz-broker/Chart.yaml | 2 +- wiz-kubernetes-connector/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wiz-broker/Chart.yaml b/wiz-broker/Chart.yaml index f7ac5f1e..8213f1ab 100644 --- a/wiz-broker/Chart.yaml +++ b/wiz-broker/Chart.yaml @@ -4,7 +4,7 @@ description: Wiz Broker for tunneling http traffic to Wiz backend type: application -version: 2.2.6-preview.9 +version: 2.2.7 appVersion: "2.6" dependencies: diff --git a/wiz-kubernetes-connector/Chart.yaml b/wiz-kubernetes-connector/Chart.yaml index a3f00016..737561e7 100644 --- a/wiz-kubernetes-connector/Chart.yaml +++ b/wiz-kubernetes-connector/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.2.11-preview.11 +version: 3.2.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -27,7 +27,7 @@ dependencies: - name: wiz-broker repository: https://wiz-sec.github.io/charts # repository: "file://../wiz-broker" # Use this line to test the chart locally - version: ">=2.2.6-0" + version: ">=2.2.7" condition: wiz-broker.enabled - name: wiz-common version: "0.1.1"