Skip to content

Commit

Permalink
Merge pull request #304 from kubecost/release-1.53.0
Browse files Browse the repository at this point in the history
Release 1.53.0
  • Loading branch information
AjayTripathy authored Feb 26, 2020
2 parents b529a34 + 020dbd6 commit 0e7ed71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 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.52.2"
appVersion: "1.53.0"
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs.
name: cost-analyzer
version: 1.52.2
version: 1.53.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{- if .Values.saml }}
{{- if .Values.saml.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "cost-analyzer.fullname" . }}-saml
labels:
{{ include "cost-analyzer.commonLabels" . | nindent 4 }}
data:
{{- $root := . }}
saml.json: '{{ toJson .Values.saml }}'
{{- end -}}
{{- end -}}

0 comments on commit 0e7ed71

Please sign in to comment.