From dd37401445f3d4e379757615cce36c568b043b7d Mon Sep 17 00:00:00 2001 From: pwhelan <601645+pwhelan@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:07:31 +0000 Subject: [PATCH] ci: update Core Operator chart from latest version internally Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/core-crd/Chart.yaml | 4 ++-- charts/core-crd/values.yaml | 2 +- charts/core-instance/Chart.yaml | 4 ++-- charts/core-instance/templates/deployment.yaml | 2 +- charts/core-instance/values.yaml | 4 ++-- charts/core-operator/Chart.yaml | 4 ++-- charts/core-operator/values.yaml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/core-crd/Chart.yaml b/charts/core-crd/Chart.yaml index 879e201..8310dd3 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.3.5 -appVersion: "v3.3.5" +version: 3.4.1 +appVersion: "v3.4.1" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-crd/values.yaml b/charts/core-crd/values.yaml index afd3ed2..55b47f1 100644 --- a/charts/core-crd/values.yaml +++ b/charts/core-crd/values.yaml @@ -9,7 +9,7 @@ images: fluentBit: registry: ghcr.io repository: calyptia/core/calyptia-fluent-bit - tag: 24.10.0 + tag: 24.10.1 pullSecrets: [] ingestCheck: registry: ghcr.io diff --git a/charts/core-instance/Chart.yaml b/charts/core-instance/Chart.yaml index f38c8c3..5f6c8db 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.3.5 -appVersion: "v3.3.5" +version: 3.4.1 +appVersion: "v3.4.1" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/templates/deployment.yaml b/charts/core-instance/templates/deployment.yaml index e10936a..a8ba5d9 100644 --- a/charts/core-instance/templates/deployment.yaml +++ b/charts/core-instance/templates/deployment.yaml @@ -66,7 +66,7 @@ spec: - name: SKIP_SERVICE_CREATION value: {{ .Values.skipServiceCreation | quote }} - name: TOLERATIONS - value: {{ .Values.calyptiaTolerations }} + value: {{ .Values.calyptiaTolerations | quote }} - name: HTTP_PROXY value: {{ template "instance.httpProxy" . }} - name: HTTPS_PROXY diff --git a/charts/core-instance/values.yaml b/charts/core-instance/values.yaml index fcfac28..138b8ce 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.3.5 + tag: 3.4.1 pullSecrets: [] toCloud: registry: ghcr.io repository: calyptia/core-operator/sync-to-cloud - tag: 3.3.5 + tag: 3.4.1 pullSecrets: [] hotReload: registry: ghcr.io diff --git a/charts/core-operator/Chart.yaml b/charts/core-operator/Chart.yaml index 7341494..f9263cb 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.3.5 -appVersion: "v3.3.5" +version: 3.4.1 +appVersion: "v3.4.1" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/values.yaml b/charts/core-operator/values.yaml index 031acad..6c1f533 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.3.5 + tag: 3.4.1 pullSecrets: [] hotReload: registry: ghcr.io