Skip to content

Commit

Permalink
Remove duplicate resources expansion (helm#7138)
Browse files Browse the repository at this point in the history
* Remove duplicate resources expansion

* Bump minor version for new feature
  • Loading branch information
raviqqe authored and k8s-ci-robot committed Aug 15, 2018
1 parent bf16484 commit 1efedb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion stable/janusgraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions stable/janusgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1efedb1

Please sign in to comment.