bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
8.6k stars 8.98k forks source link

[bitnami/elasticsearch] How do I disable overwriting the custom image plugins directory #27582

Open liuxin638507 opened 5 days ago

liuxin638507 commented 5 days ago

Name and Version

bitnami/elasticsearch:8.14.1

What architecture are you using?

amd64

What steps will reproduce the bug?

My custom image has been into /opt/bitnami/elasticsearch/plugins, but I helm after install, into the container /opt/bitnami/elasticsearch/plugins directory into an empty directory, I want to use my custom plugins, could you tell me how to disable /opt/bitnami/elasticsearch/plugins are covered

What do you see instead?

I can't comment values.yaml line, the container plugins are still empty

carrodher commented 2 days ago

Can you take a look at the plugins section in the container doc?

liuxin638507 commented 2 days ago

Can you take a look at the plugins section in the container doc?

I have looked at it and customized a new image for the required plugins. The name of the plugins is entered in values. yaml, but I couldn't find the option to disable plugins or not to overwrite my customized plugins