diff --git a/stable/apm-server/Chart.yaml b/stable/apm-server/Chart.yaml index a5b5b23121..84b12045b8 100644 --- a/stable/apm-server/Chart.yaml +++ b/stable/apm-server/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 description: The server receives data from the Elastic APM agents and stores the data into a datastore like Elasticsearch icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg name: apm-server -version: 2.0.1 -appVersion: 6.6.2 +version: 2.1.0 +appVersion: 7.0.0 home: https://www.elastic.co/solutions/apm sources: - https://www.elastic.co/guide/en/apm/get-started/current/index.html diff --git a/stable/apm-server/templates/daemonset.yaml b/stable/apm-server/templates/daemonset.yaml index b055f05634..280ba3a514 100644 --- a/stable/apm-server/templates/daemonset.yaml +++ b/stable/apm-server/templates/daemonset.yaml @@ -53,12 +53,12 @@ spec: containerPort: 8200 livenessProbe: httpGet: - path: /healthcheck + path: / port: http initialDelaySeconds: 60 readinessProbe: httpGet: - path: /healthcheck + path: / port: http initialDelaySeconds: 60 securityContext: diff --git a/stable/apm-server/templates/deployment.yaml b/stable/apm-server/templates/deployment.yaml index 3a804971cc..bbd1c728b1 100644 --- a/stable/apm-server/templates/deployment.yaml +++ b/stable/apm-server/templates/deployment.yaml @@ -55,12 +55,12 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /healthcheck + path: / port: http initialDelaySeconds: 60 readinessProbe: httpGet: - path: /healthcheck + path: / port: http initialDelaySeconds: 60 securityContext: diff --git a/stable/apm-server/values.yaml b/stable/apm-server/values.yaml index e96028ceff..c73ee3a6a1 100644 --- a/stable/apm-server/values.yaml +++ b/stable/apm-server/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.elastic.co/apm/apm-server - tag: 6.6.2 + tag: 7.0.0 pullPolicy: IfNotPresent # DaemonSet or Deployment