Skip to content

Commit

Permalink
Release v1.4.12
Browse files Browse the repository at this point in the history
Signed-off-by: djerfy <djerfy@gmail.com>
  • Loading branch information
djerfy committed Dec 1, 2023
1 parent a6e80f2 commit 3842270
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a style="text-decoration:none" href="https://github.com/djerfy/zabbix-kubernetes-discovery/actions/workflows/trivy-scan-code.yml">
<img alt="Pipeline Helm" src="https://img.shields.io/github/actions/workflow/status/djerfy/zabbix-kubernetes-discovery/trivy-scan-code.yml?logo=github&color=0&label=Trivy%20Scan&style=flat-square">
</a>
<a style="text-decoration:none" href="https://github.com/djerfy/zabbix-kubernetes-discovery/releases/tag/v1.4.11">
<a style="text-decoration:none" href="https://github.com/djerfy/zabbix-kubernetes-discovery/releases/tag/v1.4.12">
<img alt="Release" src="https://img.shields.io/github/v/release/djerfy/zabbix-kubernetes-discovery?logo=github&color=0&label=Release&style=flat-square">
</a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions helm/zabbix-kubernetes-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zabbix-kubernetes-discovery
version: 1.4.11
appVersion: "1.4.11"
version: 1.4.12
appVersion: "1.4.12"
description: Kubernetes monitoring for Zabbix with discovery objects
annotations:
category: Monitoring
Expand Down
2 changes: 1 addition & 1 deletion helm/zabbix-kubernetes-discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ helm delete zabbix-kubernetes-discovery \
| `serviceAccount.create` | boolean | `true` |
| `serviceAccount.name` | string | `zabbix-kubernetes-discovery` |
| `deployment.name` | string | `zabbix-kubernetes-discovery` |
| `deployment.image.name` | string | `ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.11` |
| `deployment.image.name` | string | `ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.12` |
| `deployment.image.pullPolicy` | string | `IfNotPresent` |
| `deployment.replicas` | integer | `1` |
| `deployment.strategy` | string | `Recreate` |
Expand Down
2 changes: 1 addition & 1 deletion helm/zabbix-kubernetes-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serviceAccount:
deployment:
name: zabbix-kubernetes-discovery
image:
name: ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.11
name: ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.12
pullPolicy: IfNotPresent
replicas: 1
strategy: Recreate
Expand Down
2 changes: 1 addition & 1 deletion zabbix/TemplateZabbixKubernetesDiscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ zabbix_export:
value: Kubernetes
-
tag: Version
value: 1.4.11
value: 1.4.12
macros:
-
macro: '{$KUBERNETES.NODE.PODS.CRITICAL}'
Expand Down

0 comments on commit 3842270

Please sign in to comment.