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
Branches
Tags elasticsearch-0.1.2
No related merge requests found
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.1.1
version: 0.1.2
appVersion: 7.10.1
appVersion: 7.11.0
# 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
......
## Elasticsearch docker image
image:
repository: elasticsearch
repository: docker.elastic.co/elasticsearch/elasticsearch
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
......@@ -95,7 +95,7 @@ customLivenessProbe: {}
## Default liveness probe
livenessProbe:
enabled: true
initialDelaySeconds: 30
initialDelaySeconds: 60
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
......@@ -107,7 +107,7 @@ customReadinessProbe: {}
## Default readiness probe
readinessProbe:
enabled: true
initialDelaySeconds: 30
initialDelaySeconds: 60
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment