Update helm dep and remove unused helm template (#609)

This commit is contained in:
yfei1
2019-07-08 09:40:28 -07:00
committed by GitHub
parent be58fae864
commit a68fd5ed1e
11 changed files with 10 additions and 39 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
dependencies:
- name: prometheus
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.11.4
version: 8.14.0
- name: redis
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.0.5
version: 8.0.9
- name: grafana
repository: https://kubernetes-charts.storage.googleapis.com/
version: 3.3.10
version: 3.5.7
- name: jaeger
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
version: 0.10.3
digest: sha256:3aa9f41cf0bdfe71c5a2cc6bf951506815a4d36885097341207909f7fd362224
generated: "2019-05-31T15:19:57.13887816-07:00"
version: 0.12.0
digest: sha256:46c589cecf346f749eebf700b2abfd5995361758adcc592881d7fae4abd1ea5f
generated: "2019-07-03T11:14:34.486446966-07:00"

View File

@ -16,18 +16,18 @@
dependencies:
- name: prometheus
version: 8.11.4
version: 8.14.0
repository: https://kubernetes-charts.storage.googleapis.com/
condition: prometheus.enabled
- name: redis
version: 8.0.5
version: 8.0.9
repository: https://kubernetes-charts.storage.googleapis.com/
condition: redis.enabled
- name: grafana
version: 3.3.10
version: 3.5.7
repository: https://kubernetes-charts.storage.googleapis.com/
condition: grafana.enabled
- name: jaeger
version: 0.10.3
version: 0.12.0
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
condition: jaeger.enabled

View File

@ -1,29 +0,0 @@
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{{- if .Values.openmatch.demofunction.install }}
apiVersion: v1
kind: ConfigMap
metadata:
name: om-testprofile-config
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "openmatch.name" . }}
component: config
chart: {{ template "openmatch.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
{{- (.Files.Glob "config/backendclient/testprofile.json").AsConfig | nindent 2 }}
{{- end }}