From 5073cc820e6bf8d2576882d8944588547f462c25 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Tue, 27 Feb 2024 07:31:21 -0800 Subject: [PATCH] Update app version to latest release (#77) ### Public-Facing Changes - Edge sites support changing schema names for a topic - Primary sites updated cors configuration for stream server --- charts/edge-site/Chart.yaml | 4 ++-- charts/primary-site/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/edge-site/Chart.yaml b/charts/edge-site/Chart.yaml index 8ceed7b..101ba00 100644 --- a/charts/edge-site/Chart.yaml +++ b/charts/edge-site/Chart.yaml @@ -13,6 +13,6 @@ type: application # 1.0.0-alpha.0 # 1.0.0-alpha.1 # 1.0.0 -version: "0.0.22" +version: "0.0.23" -appVersion: "083ea7cd15e5ca942125c5a3efaf0caa6fbd5d3e" +appVersion: "00e57cc607939bc7c0a43fd12e847c08b1a8dd4f" diff --git a/charts/primary-site/Chart.yaml b/charts/primary-site/Chart.yaml index 787ecc7..c1f4ebf 100644 --- a/charts/primary-site/Chart.yaml +++ b/charts/primary-site/Chart.yaml @@ -13,6 +13,6 @@ type: application # 1.0.0-alpha.0 # 1.0.0-alpha.1 # 1.0.0 -version: "0.0.38" +version: "0.0.39" -appVersion: "083ea7cd15e5ca942125c5a3efaf0caa6fbd5d3e" +appVersion: "00e57cc607939bc7c0a43fd12e847c08b1a8dd4f"