mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/elasticsearch] Bump exporter version and fix issue with initContainer
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: elasticsearch
|
||||
version: 6.2.2
|
||||
version: 6.3.0
|
||||
appVersion: 7.3.0
|
||||
description: A highly scalable open-source full-text search and analytics engine
|
||||
keywords:
|
||||
|
||||
@@ -62,7 +62,7 @@ spec:
|
||||
- name: sysctl
|
||||
image: {{ template "elasticsearch.sysctl.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
command: ['sh', '-c', 'install_packages systemd && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
command: ['sh', '-c', 'install_packages systemd procps && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
securityContext:
|
||||
privileged: true
|
||||
{{- end }}
|
||||
|
||||
@@ -72,7 +72,7 @@ spec:
|
||||
- name: sysctl
|
||||
image: {{ template "elasticsearch.sysctl.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
command: ['sh', '-c', 'install_packages systemd && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
command: ['sh', '-c', 'install_packages systemd procps && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
securityContext:
|
||||
privileged: true
|
||||
{{- end }}
|
||||
|
||||
@@ -64,7 +64,7 @@ spec:
|
||||
- name: sysctl
|
||||
image: {{ template "elasticsearch.sysctl.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
command: ['sh', '-c', 'install_packages systemd && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
command: ['sh', '-c', 'install_packages systemd procps && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
securityContext:
|
||||
privileged: true
|
||||
{{- end }}
|
||||
|
||||
@@ -64,7 +64,7 @@ spec:
|
||||
- name: sysctl
|
||||
image: {{ template "elasticsearch.sysctl.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
command: ['sh', '-c', 'install_packages systemd && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
command: ['sh', '-c', 'install_packages systemd procps && sysctl -w vm.max_map_count=262144 && sysctl -w fs.file-max=65536']
|
||||
securityContext:
|
||||
privileged: true
|
||||
{{- end }}
|
||||
|
||||
@@ -36,7 +36,7 @@ spec:
|
||||
args: [ "-es.uri=http://{{ template "elasticsearch.coordinating.fullname" . }}:{{ .Values.coordinating.service.port }}", "-es.all=true" ]
|
||||
ports:
|
||||
- name: metrics
|
||||
containerPort: 9108
|
||||
containerPort: 9114
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
type: {{ .Values.metrics.service.type | quote }}
|
||||
ports:
|
||||
- name: metrics
|
||||
port: 9108
|
||||
port: 9114
|
||||
targetPort: metrics
|
||||
selector:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/elasticsearch
|
||||
tag: 7.3.0-debian-9-r0
|
||||
tag: 7.3.0-debian-9-r7
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -336,7 +336,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/elasticsearch-exporter
|
||||
tag: 1.0.2-debian-9-r356
|
||||
tag: 1.1.0-debian-9-r0
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/elasticsearch
|
||||
tag: 7.3.0-debian-9-r0
|
||||
tag: 7.3.0-debian-9-r7
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -336,7 +336,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/elasticsearch-exporter
|
||||
tag: 1.0.2-debian-9-r356
|
||||
tag: 1.1.0-debian-9-r0
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user