From f919526491e7e14976dc3e1acdeefdd8304ea27b Mon Sep 17 00:00:00 2001 From: calyptia-ci Date: Wed, 22 Nov 2023 17:24:31 +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 47e7f12..37a11d9 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.4 -appVersion: "v2.0.20" +version: 2.0.6 +appVersion: "v2.0.22" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/Chart.yaml b/charts/core-instance/Chart.yaml index f372945..4d1e40d 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.4 -appVersion: "v2.0.20" +version: 2.0.6 +appVersion: "v2.0.22" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/Chart.yaml b/charts/core-operator/Chart.yaml index fb1db61..1ba050a 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.4 -appVersion: "v2.0.20" +version: 2.0.6 +appVersion: "v2.0.22" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/values.yaml b/charts/core-operator/values.yaml index e7af3f9..2bdd82a 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.20 + tag: 2.0.22 pullSecrets: [] hotReload: registry: ghcr.io