mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/elasticsearch] Add a parameter to not use Istio labels (#13175)
* [bitnami/elasticsearch] Add a parameter to not use Istio labels in elasticsearch chart Signed-off-by: Łukasz Antkowiak <lukasz.antkowiak@smartbear.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/elasticsearch] Bump version Signed-off-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com> Signed-off-by: Łukasz Antkowiak <lukasz.antkowiak@smartbear.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Co-authored-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com>
This commit is contained in:
@@ -107,6 +107,7 @@ $ helm delete --purge my-release
|
||||
| `extraEnvVarsSecret` | Secret containing extra env vars to be added to all pods (evaluated as a template) | `""` |
|
||||
| `sidecars` | Add additional sidecar containers to the all elasticsearch node pod(s) | `[]` |
|
||||
| `initContainers` | Add additional init containers to the all elasticsearch node pod(s) | `[]` |
|
||||
| `useIstioLabels` | Use this variable to add Istio labels to all pods | `true` |
|
||||
| `image.registry` | Elasticsearch image registry | `docker.io` |
|
||||
| `image.repository` | Elasticsearch image repository | `bitnami/elasticsearch` |
|
||||
| `image.tag` | Elasticsearch image tag (immutable tags are recommended) | `8.5.1-debian-11-r0` |
|
||||
@@ -977,4 +978,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
Reference in New Issue
Block a user