Skip to content

Commit

Permalink
Release v1.4.18
Browse files Browse the repository at this point in the history
Signed-off-by: djerfy <[email protected]>
  • Loading branch information
djerfy committed Nov 14, 2024
1 parent 7012a93 commit 8cac923
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.17">
<a style="text-decoration:none" href="https://github.com/djerfy/zabbix-kubernetes-discovery/releases/tag/v1.4.18">
<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.17
appVersion: "1.4.17"
version: 1.4.18
appVersion: "1.4.18"
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.17` |
| `deployment.image.name` | string | `ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.18` |
| `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.17
name: ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.18
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 @@ -1220,7 +1220,7 @@ zabbix_export:
- tag: Middleware
value: Kubernetes
- tag: Version
value: 1.4.17
value: 1.4.18
macros:
- macro: '{$KUBERNETES.NODE.PODS.CRITICAL}'
value: '95'
Expand Down

0 comments on commit 8cac923

Please sign in to comment.