feat(zabbix-proxy): update helm chart repository to v7
This commit is contained in:
parent
9f7cc86641
commit
3b6aa43337
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
* [cert-manager](https://cert-manager.io/)
|
* [cert-manager](https://cert-manager.io/)
|
||||||
* selfsigned issuer
|
* selfsigned issuer
|
||||||
* LetsEncrypt issuers (Prod and Staging)
|
* LetsEncrypt issuers (Prod and Staging)
|
||||||
* [zabbix-proxy](https://git.zabbix.com/projects/ZT/repos/kubernetes-helm/browse?at=refs%2Fheads%2Frelease%2F6.4)
|
* [zabbix-proxy](https://git.zabbix.com/projects/ZT/repos/kubernetes-helm/browse?at=refs%2Fheads%2Frelease%2F7.0)
|
||||||
* [keel](https://keel.sh)
|
* [keel](https://keel.sh)
|
||||||
* [reloader](https://github.com/stakater/Reloader)
|
* [reloader](https://github.com/stakater/Reloader)
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@ app + {
|
||||||
name:: "zabbix-proxy",
|
name:: "zabbix-proxy",
|
||||||
namespace:: "monitoring",
|
namespace:: "monitoring",
|
||||||
chart:: "zabbix-helm-chrt",
|
chart:: "zabbix-helm-chrt",
|
||||||
repo:: "https://cdn.zabbix.com/zabbix/integrations/kubernetes-helm/6.4",
|
repo:: "https://cdn.zabbix.com/zabbix/integrations/kubernetes-helm/7.0",
|
||||||
version:: "1.3.*",
|
version:: "0.0.*",
|
||||||
values:: |||
|
values:: |||
|
||||||
zabbixAgent:
|
zabbixAgent:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue