diff --git a/stable/janusgraph/Chart.yaml b/stable/janusgraph/Chart.yaml index d6ed94851ca9..71d6e3fc9713 100644 --- a/stable/janusgraph/Chart.yaml +++ b/stable/janusgraph/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: Open source, scalable graph database. name: janusgraph -version: 0.1.1 +version: 0.2.0 home: http://janusgraph.org icon: https://raw.githubusercontent.com/JanusGraph/janusgraph/master/janusgraph.png sources: diff --git a/stable/janusgraph/templates/deployment.yaml b/stable/janusgraph/templates/deployment.yaml index 232a5488898e..5c3a813f5186 100644 --- a/stable/janusgraph/templates/deployment.yaml +++ b/stable/janusgraph/templates/deployment.yaml @@ -23,8 +23,6 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - resources: -{{ toYaml .Values.resources | indent 12 }} ports: - containerPort: 8182 protocol: TCP