From 54722b954d1f6fcfe6f868e476bdf811ef659d42 Mon Sep 17 00:00:00 2001 From: patrick-stephens <6388272+patrick-stephens@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:34:02 +0000 Subject: [PATCH] ci: update Calyptia Cloud Standalone chart from latest version internally Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- calyptia-cloud-standalone.yaml | 4 ++-- charts/calyptia-cloud-standalone/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calyptia-cloud-standalone.yaml b/calyptia-cloud-standalone.yaml index 951195b..d72fc45 100644 --- a/calyptia-cloud-standalone.yaml +++ b/calyptia-cloud-standalone.yaml @@ -1568,7 +1568,7 @@ spec: securityContext: runAsNonRoot: false runAsUser: 0 - image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.1" + image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.3" imagePullPolicy: IfNotPresent env: - name: NODE_NAME @@ -1758,7 +1758,7 @@ spec: dnsPolicy: ClusterFirst containers: - name: monitoring-aggregator - image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.1" + image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.3" imagePullPolicy: IfNotPresent command: - /fluent-bit/bin/fluent-bit diff --git a/charts/calyptia-cloud-standalone/values.yaml b/charts/calyptia-cloud-standalone/values.yaml index d3046ed..f16d82f 100644 --- a/charts/calyptia-cloud-standalone/values.yaml +++ b/charts/calyptia-cloud-standalone/values.yaml @@ -396,7 +396,7 @@ monitoring-daemonset: image: # Have to customise separately repository: ghcr.io/calyptia/core/calyptia-fluent-bit - tag: 24.2.1 + tag: 24.2.3 pullPolicy: IfNotPresent # Modify this to use any other CM you want existingConfigMap: monitoring-daemonset @@ -478,7 +478,7 @@ monitoring-aggregator: - regcreds image: repository: ghcr.io/calyptia/core/calyptia-fluent-bit - tag: 24.2.1 + tag: 24.2.3 pullPolicy: IfNotPresent # Modify this to use any other CM you want existingConfigMap: monitoring-aggregator