Skip to content

Commit

Permalink
Fix chart template (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 15, 2018
1 parent 931a83f commit b03c1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/kubedb-catalog/templates/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ spec:
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.3-v1"
{{ end }}

---
apiVersion: catalog.kubedb.com/v1alpha1
Expand Down Expand Up @@ -271,4 +270,5 @@ spec:
image: "{{ .Values.dockerRegistry }}/elasticsearch_exporter:1.0.2"
tools:
image: "{{ .Values.dockerRegistry }}/elasticsearch-tools:6.4"
{{ end }}

{{ end }}
2 changes: 0 additions & 2 deletions chart/kubedb-catalog/templates/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ spec:
image: "{{ .Values.dockerRegistry }}/mysqld-exporter:v0.11.0"
tools:
image: "{{ .Values.dockerRegistry }}/mysql-tools:8-v1"
{{ end }}

---
apiVersion: catalog.kubedb.com/v1alpha1
kind: MySQLVersion
Expand Down

0 comments on commit b03c1ef

Please sign in to comment.