From 43a825d8dfedfca7a989da1de7c721fea671a74c Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Wed, 10 May 2023 17:14:27 +0200 Subject: [PATCH] collector: use axosyslog 4.2.0 Signed-off-by: Attila Szakacs --- charts/axosyslog-collector/Chart.yaml | 4 ++-- charts/axosyslog-collector/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/axosyslog-collector/Chart.yaml b/charts/axosyslog-collector/Chart.yaml index dd54eca..fedb04d 100644 --- a/charts/axosyslog-collector/Chart.yaml +++ b/charts/axosyslog-collector/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: axosyslog-collector description: AxoSyslog Kubernetes log collector type: application -version: 0.2.0 -appVersion: "4.1.1" +version: 0.3.0 +appVersion: "4.2.0" diff --git a/charts/axosyslog-collector/values.yaml b/charts/axosyslog-collector/values.yaml index 9bea1cd..33c07fa 100644 --- a/charts/axosyslog-collector/values.yaml +++ b/charts/axosyslog-collector/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/axoflow/axosyslog pullPolicy: IfNotPresent - tag: "nightly" # until releasing v4.2 + tag: "" extraArgs: [] imagePullSecrets: []