File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords:
99 - kubecost
1010 - opencost
1111 - monitoring
12- version : 1.9.2
12+ version : 1.10.0
1313maintainers :
1414 - name : mattray
1515 url : https://mattray.dev
Original file line number Diff line number Diff line change 22
33OpenCost and OpenCost UI
44
5- ![ Version: 1.9.1 ] ( https://img.shields.io/badge/Version-1.9.1 -informational?style=flat-square )
5+ ![ Version: 1.10.0 ] ( https://img.shields.io/badge/Version-1.10.0 -informational?style=flat-square )
66![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
77![ AppVersion: 1.101.2] ( https://img.shields.io/badge/AppVersion-1.101.2-informational?style=flat-square )
88
@@ -74,6 +74,7 @@ $ helm install opencost opencost/opencost
7474| podAnnotations | object | ` {} ` | Annotations to add to the OpenCost Pod |
7575| podLabels | object | ` {} ` | Labels to add to the OpenCost Pod |
7676| podSecurityContext | object | ` {} ` | Holds pod-level security attributes and common container settings |
77+ | priorityClassName | string | ` nil ` | Pod priority |
7778| secretAnnotations | object | ` {} ` | Annotations to add to the Secret |
7879| service.annotations | object | ` {} ` | Annotations to add to the service |
7980| service.labels | object | ` {} ` | Labels to add to the service account |
@@ -84,5 +85,3 @@ $ helm install opencost opencost/opencost
8485
8586----------------------------------------------
8687Autogenerated from chart metadata using [ helm-docs v1.11.0] ( https://github.com/norwoodj/helm-docs/releases/v1.11.0 )
87- ## Docs Generated by [ helm-docs] ( https://github.com/norwoodj/helm-docs )
88- ` helm-docs -t ./README.md.gotmpl `
Original file line number Diff line number Diff line change @@ -21,5 +21,3 @@ $ helm install opencost opencost/{{ template "chart.name" . }}
2121{{ template " chart.valuesSection" . }}
2222
2323{{ template " helm-docs.versionFooter" . }}
24- ## Docs Generated by [helm-docs](https://github.com /norwoodj/helm-docs)
25- ` helm-docs -t ./README.md.gotmpl`
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 labels :
77 {{- include "opencost.labels" . | nindent 4 }}
88 {{- with .Values.opencost.ui.ingress.annotations }}
9- annotations : {{ toYaml .Values.opencost.ui.ingress.annotations | nindent 4 }}
9+ annotations : {{ toYaml . | nindent 4 }}
1010 {{- end }}
1111spec :
1212{{- if .Values.opencost.ui.ingress.ingressClassName }}
You can’t perform that action at this time.
0 commit comments