diff --git a/charts/zabbix/Chart.yaml b/charts/zabbix/Chart.yaml index 3541c34..0f043be 100644 --- a/charts/zabbix/Chart.yaml +++ b/charts/zabbix/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 # Don't change this name: zabbix -version: 5.0.0 # helm chart version +version: 5.0.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.0 # 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/Makefile b/charts/zabbix/Makefile index 4c5add5..550535c 100644 --- a/charts/zabbix/Makefile +++ b/charts/zabbix/Makefile @@ -5,7 +5,7 @@ #--------------------------- URL=https://github.com/zabbix-community/helm-zabbix/ -HELM_IMAGE=alpine/helm:3.15.1 +HELM_IMAGE=alpine/helm:3.15.2 HELM_DOCS_IMAGE=jnorwood/helm-docs:v1.13.1 KNOWN_TARGETS=helm diff --git a/charts/zabbix/README.md b/charts/zabbix/README.md index eded7c9..43d5f7f 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: 5.0.0](https://img.shields.io/badge/Version-5.0.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: 5.0.1](https://img.shields.io/badge/Version-5.0.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. diff --git a/charts/zabbix/artifacthub-pkg.yml b/charts/zabbix/artifacthub-pkg.yml index f4c8a0a..79662ea 100644 --- a/charts/zabbix/artifacthub-pkg.yml +++ b/charts/zabbix/artifacthub-pkg.yml @@ -5,13 +5,13 @@ # 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: 5.0.0 # helm chart version +version: 5.0.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.0 # zabbix version name: zabbix category: monitoring, networking, metrics displayName: Zabbix - The Enterprise-Class Open Source Network Monitoring Solution -createdAt: 2024-06-04T09:08:16Z # Command Linux: date +%Y-%m-%dT%TZ +createdAt: 2024-07-02T21:13:20Z # Command Linux: date +%Y-%m-%dT%TZ description: Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics. logoURL: https://assets.zabbix.com/img/logo/zabbix_logo_500x131.png license: Apache-2.0 diff --git a/charts/zabbix/templates/clusterrole.yaml b/charts/zabbix/templates/clusterrole.yaml index 5bac211..05fb4d2 100644 --- a/charts/zabbix/templates/clusterrole.yaml +++ b/charts/zabbix/templates/clusterrole.yaml @@ -49,6 +49,6 @@ rules: - daemonsets verbs: ["get", "list"] {{- if .Values.rbac.additionalRulesForClusterRole }} -{{ toYaml .Values.rbac.additionalRulesForClusterRole | indent 0 }} +{{ toYaml .Values.rbac.additionalRulesForClusterRole | indent 2 }} +{{- end }} {{- end }} -{{- end }} \ No newline at end of file