[bitnami/elasticsearch] Bump exporter version and fix issue with initContainer

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-08-22 14:52:46 +02:00
parent d4ebe61b83
commit a76ffbb7b5
9 changed files with 11 additions and 11 deletions

View File

@@ -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:

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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

View File

@@ -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" . }}

View File

@@ -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.

View File

@@ -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.