Skip to content
This repository was archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Migrated Helm config to new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Buliarca committed Jul 3, 2017
1 parent 70d3329 commit 74f0b71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/v1-suggestor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
description: v1-suggestor Helm chart for Kubernetes
name: v1-suggestor
version: 0.1.0
version: 0.0.0
4 changes: 2 additions & 2 deletions helm/v1-suggestor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
visualize: "true"
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.version }}"
- name: {{ .Values.service.name }}
image: "{{ .Values.image.repository }}:{{ .Chart.Version }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: SRC_ADDR
Expand Down
1 change: 0 additions & 1 deletion helm/v1-suggestor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ service:
replicaCount: 2
image:
repository: coco/v1-suggestor
version: "" # should be set explicitly at installation
pullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 74f0b71

Please sign in to comment.