diff --git a/charts/core-crd/Chart.yaml b/charts/core-crd/Chart.yaml index 5f6aa28..801279d 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.7.1 -appVersion: "v2.7.1" +version: 2.8.0 +appVersion: "v2.8.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/Chart.yaml b/charts/core-instance/Chart.yaml index 6f937c5..95847fa 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.7.1 -appVersion: "v2.7.1" +version: 2.8.0 +appVersion: "v2.8.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/values.yaml b/charts/core-instance/values.yaml index eb0009e..5173608 100644 --- a/charts/core-instance/values.yaml +++ b/charts/core-instance/values.yaml @@ -15,12 +15,12 @@ images: fromCloud: registry: ghcr.io repository: calyptia/core-operator/sync-from-cloud - tag: 2.7.0 + tag: 2.8.0 pullSecrets: [] toCloud: registry: ghcr.io repository: calyptia/core-operator/sync-to-cloud - tag: 2.7.0 + tag: 2.8.0 pullSecrets: [] hotReload: registry: ghcr.io diff --git a/charts/core-operator/Chart.yaml b/charts/core-operator/Chart.yaml index 2cfcab1..63e0af2 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.7.1 -appVersion: "v2.7.1" +version: 2.8.0 +appVersion: "v2.8.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/values.yaml b/charts/core-operator/values.yaml index 9a73c9b..9b9e23f 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.7.0 + tag: 2.8.0 pullSecrets: [] hotReload: registry: ghcr.io