Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #338 from jmlrt/helm-2-15
Browse files Browse the repository at this point in the history
[helm] bump helm version to 2.15.1
  • Loading branch information
jmlrt committed Oct 23, 2019
2 parents 38ec68f + 9a9b56a commit 6eb124e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apiVersion: v1
description: Official Elastic helm chart for Elasticsearch
home: https://github.com/elastic/helm-charts
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- end -}}

{{- define "endpoints" -}}
{{- $replicas := .Values.replicas | int }}
{{- $replicas := int (toString (.Values.replicas)) }}
{{- $uname := printf "%s-%s" .Values.clusterName .Values.nodeGroup }}
{{- range $i, $e := untilStep 0 $replicas 1 -}}
{{ $uname }}-{{ $i }},
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ transportPort: 9300

service:
type: ClusterIP
nodePort:
nodePort: ""
annotations: {}
httpPortName: http
transportPortName: transport
Expand Down
1 change: 1 addition & 0 deletions filebeat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apiVersion: v1
description: Official Elastic helm chart for Filebeat
home: https://github.com/elastic/helm-charts
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion helpers/helm-tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

ENV HELM_VERSION=2.14.0
ENV HELM_VERSION=2.15.1

RUN wget https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \
tar xfv helm-v${HELM_VERSION}-linux-amd64.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion helpers/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM centos:7
ENV VAULT_VERSION 0.9.3
ENV TERRAFORM_VERSION=0.11.7
ENV KUBECTL_VERSION=1.14.1
ENV HELM_VERSION=2.14.0
ENV HELM_VERSION=2.15.1
ENV DOCKER_VERSION=18.09.7

RUN yum -y install \
Expand Down
1 change: 1 addition & 0 deletions kibana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apiVersion: v1
description: Official Elastic helm chart for Kibana
home: https://github.com/elastic/helm-charts
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion kibana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ updateStrategy:
service:
type: ClusterIP
port: 5601
nodePort:
nodePort: ""
annotations: {}
# cloud.google.com/load-balancer-type: "Internal"
# service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
Expand Down
1 change: 1 addition & 0 deletions metricbeat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apiVersion: v1
description: Official Elastic helm chart for Metricbeat
home: https://github.com/elastic/helm-charts
maintainers:
Expand Down

0 comments on commit 6eb124e

Please sign in to comment.