diff --git a/charts/core-crd/Chart.yaml b/charts/core-crd/Chart.yaml index 605cc6a..cd65ac0 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.13.1 -appVersion: "v2.13.1" +version: 2.13.2 +appVersion: "v2.14.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-crd/values.yaml b/charts/core-crd/values.yaml index 459a5c3..11a21da 100644 --- a/charts/core-crd/values.yaml +++ b/charts/core-crd/values.yaml @@ -7,7 +7,7 @@ images: fluentBit: registry: ghcr.io repository: calyptia/core/calyptia-fluent-bit - tag: 24.6.8 + tag: 24.6.9 pullSecrets: [] ingestCheck: registry: ghcr.io diff --git a/charts/core-instance/Chart.yaml b/charts/core-instance/Chart.yaml index 96683d1..0349596 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.13.1 -appVersion: "v2.13.1" +version: 2.13.2 +appVersion: "v2.14.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-instance/templates/deployment.yaml b/charts/core-instance/templates/deployment.yaml index efcd77f..69fd721 100644 --- a/charts/core-instance/templates/deployment.yaml +++ b/charts/core-instance/templates/deployment.yaml @@ -71,6 +71,8 @@ spec: value: {{ .Values.no_proxy | quote }} - name: CLOUD_PROXY value: {{ .Values.cloud_proxy | quote }} + - name: METRICS + value: {{ default false .Values.metrics | quote }} image: {{ template "fromCloud.image" . }} imagePullPolicy: {{ .Values.global.pullPolicy | quote }} name: from-cloud @@ -101,6 +103,8 @@ spec: value: {{ .Values.metricsPort | toYaml }} - name: HTTP_PROXY value: {{ .Values.http_proxy | quote }} + - name: METRICS + value: {{ default false .Values.metrics | quote }} image: {{ template "toCloud.image" . }} imagePullPolicy: {{ .Values.global.pullPolicy | quote }} name: to-cloud diff --git a/charts/core-instance/tests/core-instance_test.yaml b/charts/core-instance/tests/core-instance_test.yaml index d4fcbe4..523bfc6 100644 --- a/charts/core-instance/tests/core-instance_test.yaml +++ b/charts/core-instance/tests/core-instance_test.yaml @@ -127,6 +127,11 @@ tests: value: value: cloud name: CLOUD_PROXY + - equal: + path: spec.template.spec.containers[0].env[19] + value: + value: "false" + name: METRICS # To Cloud - equal: path: spec.template.spec.containers[1].env[0] @@ -166,6 +171,11 @@ tests: value: value: https name: HTTP_PROXY + - equal: + path: spec.template.spec.containers[1].env[8] + value: + value: "false" + name: METRICS - it: checks annotations set: coreInstance: ci-1234 diff --git a/charts/core-instance/values.yaml b/charts/core-instance/values.yaml index 15dcf64..23eda6b 100644 --- a/charts/core-instance/values.yaml +++ b/charts/core-instance/values.yaml @@ -20,12 +20,12 @@ images: fromCloud: registry: ghcr.io repository: calyptia/core-operator/sync-from-cloud - tag: 2.13.1 + tag: 2.14.0 pullSecrets: [] toCloud: registry: ghcr.io repository: calyptia/core-operator/sync-to-cloud - tag: 2.13.1 + tag: 2.14.0 pullSecrets: [] hotReload: registry: ghcr.io @@ -39,6 +39,8 @@ images: pullSecrets: [] notls: "true" interval: "15s" +# enables core instance metrics +metrics: "false" metricsPort: "15334" commonAnnotations: {} commonLabels: {} diff --git a/charts/core-operator/Chart.yaml b/charts/core-operator/Chart.yaml index 982c113..e6dcda4 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.13.1 -appVersion: "v2.13.1" +version: 2.13.2 +appVersion: "v2.14.0" maintainers: - name: Calyptia email: hello@calyptia.com diff --git a/charts/core-operator/values.yaml b/charts/core-operator/values.yaml index 7321c76..2f6affd 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.13.1 + tag: 2.14.0 pullSecrets: [] hotReload: registry: ghcr.io