Skip to content

Commit

Permalink
switch app name to app:cost-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayTripathy committed Jun 17, 2019
1 parent 7de45d2 commit 004faa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cost-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.28.0"
appVersion: "1.29.0"
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs.
name: cost-analyzer
version: 1.28.0
version: 1.29.0
2 changes: 1 addition & 1 deletion cost-analyzer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ app.kubernetes.io/name: {{ include "cost-analyzer.name" . }}
helm.sh/chart: {{ include "cost-analyzer.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app: cost-analyzer
{{- end -}}

{{/*
Expand All @@ -59,4 +58,5 @@ Create the selector labels.
{{- define "cost-analyzer.selectorLabels" -}}
app.kubernetes.io/name: {{ include "cost-analyzer.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app: cost-analyzer
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ spec:
{{- else }}
- image: ajaytripathy/kubecost-frontend:prod-{{ $.Chart.AppVersion }}
{{ end }}
env:
- name: GET_HOSTS_FROM
value: dns
name: cost-analyzer-frontend
volumeMounts:
- name: nginx-conf
Expand Down

0 comments on commit 004faa4

Please sign in to comment.