Skip to content
Snippets Groups Projects
Unverified Commit ccecfbe9 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Updated elasticsearch to 7.11.0 with original image (#241)

parent 11274dbe
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ type: application ...@@ -7,6 +7,6 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.1.1 version: 0.1.2
appVersion: 7.10.1 appVersion: 7.11.0
# Elasticsearch # Elasticsearch
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.10.1](https://img.shields.io/badge/AppVersion-7.10.1-informational?style=flat-square) ![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.11.0](https://img.shields.io/badge/AppVersion-7.11.0-informational?style=flat-square)
A Helm chart for Elasticsearch on Kubernetes A Helm chart for Elasticsearch on Kubernetes
......
## Elasticsearch docker image ## Elasticsearch docker image
image: image:
repository: elasticsearch repository: docker.elastic.co/elasticsearch/elasticsearch
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
...@@ -95,7 +95,7 @@ customLivenessProbe: {} ...@@ -95,7 +95,7 @@ customLivenessProbe: {}
## Default liveness probe ## Default liveness probe
livenessProbe: livenessProbe:
enabled: true enabled: true
initialDelaySeconds: 30 initialDelaySeconds: 60
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 3 failureThreshold: 3
successThreshold: 1 successThreshold: 1
...@@ -107,7 +107,7 @@ customReadinessProbe: {} ...@@ -107,7 +107,7 @@ customReadinessProbe: {}
## Default readiness probe ## Default readiness probe
readinessProbe: readinessProbe:
enabled: true enabled: true
initialDelaySeconds: 30 initialDelaySeconds: 60
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 3 failureThreshold: 3
successThreshold: 1 successThreshold: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment