From 9521378a0ab56b8be794e799d1643aa042508807 Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Thu, 10 Aug 2023 15:59:58 +0200 Subject: [PATCH] collector: bump version to 0.4.0 Signed-off-by: Attila Szakacs --- charts/axosyslog-collector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/axosyslog-collector/Chart.yaml b/charts/axosyslog-collector/Chart.yaml index 2390190..90fc179 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.3.0 +version: 0.4.0 appVersion: "4.3.1"