mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Update helm dep and remove unused helm template (#609)
This commit is contained in:
Binary file not shown.
BIN
install/helm/open-match/charts/grafana-3.5.7.tgz
Normal file
BIN
install/helm/open-match/charts/grafana-3.5.7.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
install/helm/open-match/charts/jaeger-0.12.0.tgz
Normal file
BIN
install/helm/open-match/charts/jaeger-0.12.0.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
install/helm/open-match/charts/prometheus-8.14.0.tgz
Normal file
BIN
install/helm/open-match/charts/prometheus-8.14.0.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
install/helm/open-match/charts/redis-8.0.9.tgz
Normal file
BIN
install/helm/open-match/charts/redis-8.0.9.tgz
Normal file
Binary file not shown.
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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 }}
|
Reference in New Issue
Block a user