Skip to content

Commit

Permalink
Release v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
djerfy committed Jun 26, 2023
1 parent a9d241c commit 3b43adc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.6">
<a style="text-decoration:none" href="https://github.com/djerfy/zabbix-kubernetes-discovery/releases/tag/v1.4.7">
<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
6 changes: 3 additions & 3 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.6
appVersion: "1.4.6"
version: 1.4.7
appVersion: "1.4.7"
description: Kubernetes monitoring for Zabbix with discovery objects
annotations:
category: Monitoring
Expand All @@ -17,4 +17,4 @@ sources:
maintainers:
- name: DJΞRFY
email: [email protected]
url: https://xorhak.io
url: https://xorhak.fr
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.6` |
| `deployment.image.name` | string | `ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.7` |
| `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.6
name: ghcr.io/djerfy/zabbix-kubernetes-discovery:v1.4.7
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.6
value: 1.4.7
macros:
-
macro: '{$KUBERNETES.NODE.PODS.CRITICAL}'
Expand Down

0 comments on commit 3b43adc

Please sign in to comment.