From eff8567a74b3d7e1746356e96b5eee285606910f Mon Sep 17 00:00:00 2001 From: niedbalski Date: Thu, 23 Nov 2023 06:49:36 +0000 Subject: [PATCH] ci: update Core Operator chart from latest version internally Signed-off-by: GitHub --- charts/core-crd/Chart.yaml | 4 ++-- charts/core-instance/Chart.yaml | 4 ++-- charts/core-operator/Chart.yaml | 4 ++-- charts/core-operator/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/core-crd/Chart.yaml b/charts/core-crd/Chart.yaml index 37a11d9..bd83536 100644 --- a/charts/core-crd/Chart.yaml +++ b/charts/core-crd/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: core-crd description: A Helm chart for Kubernetes type: application -version: 2.0.6 -appVersion: "v2.0.22" +version: 2.0.7 +appVersion: "v2.0.23" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/Chart.yaml b/charts/core-instance/Chart.yaml index 4d1e40d..273d001 100644 --- a/charts/core-instance/Chart.yaml +++ b/charts/core-instance/Chart.yaml @@ -4,8 +4,8 @@ description: Calyptia Core Instance chart home: https://calyptia.com/products/core/ icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg type: application -version: 2.0.6 -appVersion: "v2.0.22" +version: 2.0.7 +appVersion: "v2.0.23" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/Chart.yaml b/charts/core-operator/Chart.yaml index 1ba050a..47ed13a 100644 --- a/charts/core-operator/Chart.yaml +++ b/charts/core-operator/Chart.yaml @@ -4,8 +4,8 @@ description: Calyptia Core Operator chart home: https://calyptia.com/products/core/ icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg type: application -version: 2.0.6 -appVersion: "v2.0.22" +version: 2.0.7 +appVersion: "v2.0.23" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/values.yaml b/charts/core-operator/values.yaml index 2bdd82a..4ffb939 100644 --- a/charts/core-operator/values.yaml +++ b/charts/core-operator/values.yaml @@ -4,7 +4,7 @@ images: operator: registry: ghcr.io repository: calyptia/core-operator - tag: 2.0.22 + tag: 2.0.23 pullSecrets: [] hotReload: registry: ghcr.io