From f8564aa423405498356032d9e50eec86765b009e Mon Sep 17 00:00:00 2001 From: calyptia-ci <98808777+calyptia-ci@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:34:47 +0000 Subject: [PATCH] ci: update Core Operator chart from latest version internally (#296) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: patrick-stephens <6388272+patrick-stephens@users.noreply.github.com> --- charts/core-crd/Chart.yaml | 4 ++-- charts/core-instance/Chart.yaml | 4 ++-- charts/core-instance/values.yaml | 4 ++-- charts/core-operator/Chart.yaml | 4 ++-- charts/core-operator/values.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/core-crd/Chart.yaml b/charts/core-crd/Chart.yaml index 7fa0836..085fb62 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: 3.22.0 -appVersion: "v3.22.0" +version: 3.23.0 +appVersion: "v3.23.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/Chart.yaml b/charts/core-instance/Chart.yaml index 14863f7..ea94eba 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: 3.22.0 -appVersion: "v3.22.0" +version: 3.23.0 +appVersion: "v3.23.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/values.yaml b/charts/core-instance/values.yaml index 668549c..4175a29 100644 --- a/charts/core-instance/values.yaml +++ b/charts/core-instance/values.yaml @@ -22,12 +22,12 @@ images: fromCloud: registry: ghcr.io repository: calyptia/core-operator/sync-from-cloud - tag: 3.22.0 + tag: 3.23.0 pullSecrets: [] toCloud: registry: ghcr.io repository: calyptia/core-operator/sync-to-cloud - tag: 3.22.0 + tag: 3.23.0 pullSecrets: [] hotReload: registry: ghcr.io diff --git a/charts/core-operator/Chart.yaml b/charts/core-operator/Chart.yaml index e1ed6c7..3a8e604 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: 3.22.0 -appVersion: "v3.22.0" +version: 3.23.0 +appVersion: "v3.23.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/values.yaml b/charts/core-operator/values.yaml index c8d2330..998da3f 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: 3.22.0 + tag: 3.23.0 pullSecrets: [] hotReload: registry: ghcr.io