cetic / helm-zabbix

Helm Chart For Zabbix
https://artifacthub.io/packages/helm/cetic/zabbix
Apache License 2.0
56 stars 57 forks source link

[cetic/zabbix] specific image tags for artifacts #62

Closed scoopex closed 2 years ago

scoopex commented 2 years ago

Is your feature request related to a problem? Please describe.

Sometimes it is necessary to use specific versions of zabbix docker images if there are bugs in recent versions. A good example: https://support.zabbix.com/browse/ZBXNEXT-7778 (downgrading to 6.0.4 helps to solve the problem)

Describe the solution you'd like

Allow the definition of specific versions.

scoopex commented 2 years ago

@aeciopires @AyadiAmen @AyadiAmen @banzo

aeciopires commented 2 years ago

Hi @scoopex!

You can do it changing value in zabbix_image_tag parameter.

In version 3.0.0 of chart, this parameter is applied to all Zabbix components to simplifier chart code.

scoopex commented 2 years ago

That's correct, but you cannot have different versions between components.

aeciopires commented 2 years ago

I understand and saw your PR https://github.com/cetic/helm-zabbix/pull/63/files. Do you agree @sa-ChristianAnton?

aeciopires commented 2 years ago

By default specific tags is not defined, but with this PR is possible to use.