From eea58673545c4c95f5f0cf47eb316dbe03649d25 Mon Sep 17 00:00:00 2001 From: Christian Anton Date: Wed, 27 Nov 2024 15:07:17 +0100 Subject: [PATCH 1/2] upgrade version --- charts/zabbix/Chart.yaml | 2 +- charts/zabbix/artifacthub-pkg.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/zabbix/Chart.yaml b/charts/zabbix/Chart.yaml index f86d8ec..085de3e 100644 --- a/charts/zabbix/Chart.yaml +++ b/charts/zabbix/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 # Don't change this name: zabbix -version: 6.1.0 # helm chart version +version: 6.1.1 # helm chart version # LTS Zabbix version by default due to stability. See: https://www.zabbix.com/life_cycle_and_release_policy appVersion: 7.0.6 # zabbix version description: Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics. diff --git a/charts/zabbix/artifacthub-pkg.yml b/charts/zabbix/artifacthub-pkg.yml index cc151d0..5bc0ef1 100644 --- a/charts/zabbix/artifacthub-pkg.yml +++ b/charts/zabbix/artifacthub-pkg.yml @@ -5,7 +5,7 @@ # https://github.com/kedacore/external-scalers/blob/main/artifacthub/azure-cosmos-db/0.1.0/artifacthub-pkg.yml # https://artifacthub.io/packages/keda-scaler/keda-official-external-scalers/external-scaler-azure-cosmos-db?modal=install -version: 6.1.0 # helm chart version +version: 6.1.1 # helm chart version # LTS Zabbix version by default due to stability. See: https://www.zabbix.com/life_cycle_and_release_policy appVersion: 7.0.6 # zabbix version name: zabbix From 0857cccf26552cf128b8120f8daf0cd863bc10ef Mon Sep 17 00:00:00 2001 From: Christian Anton Date: Wed, 27 Nov 2024 15:07:59 +0100 Subject: [PATCH 2/2] update docs --- charts/zabbix/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/zabbix/README.md b/charts/zabbix/README.md index f6e7e16..33ea738 100644 --- a/charts/zabbix/README.md +++ b/charts/zabbix/README.md @@ -1,6 +1,6 @@ # Helm chart for Zabbix. -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) [![Downloads](https://img.shields.io/github/downloads/zabbix-community/helm-zabbix/total?label=Downloads%20All%20Releases +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 6.1.1](https://img.shields.io/badge/Version-6.1.1-informational?style=flat-square) [![Downloads](https://img.shields.io/github/downloads/zabbix-community/helm-zabbix/total?label=Downloads%20All%20Releases )](https://tooomm.github.io/github-release-stats/?username=zabbix-community&repository=helm-zabbix) Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics. @@ -43,7 +43,7 @@ helm search repo zabbix-community/zabbix -l Set the helm chart version you want to use. Example: ```bash -export ZABBIX_CHART_VERSION='6.1.0' +export ZABBIX_CHART_VERSION='6.1.1' ``` Export default values of ``zabbix`` chart to ``$HOME/zabbix_values.yaml`` file: