mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[tdarr] Fix Tdarr node resource indentation (#1304)
This commit is contained in:
parent
9a585ee3cf
commit
fcdd8496c8
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.00.10
|
appVersion: 2.00.10
|
||||||
description: Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc.
|
description: Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc.
|
||||||
name: tdarr
|
name: tdarr
|
||||||
version: 4.1.2
|
version: 4.1.3
|
||||||
keywords:
|
keywords:
|
||||||
- transcoding
|
- transcoding
|
||||||
- remux
|
- remux
|
||||||
|
@ -103,6 +103,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [4.1.3]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Fix templating issue with node resources.
|
||||||
|
|
||||||
### [4.1.2]
|
### [4.1.2]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [4.1.3]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Fix templating issue with node resources.
|
||||||
|
|
||||||
### [4.1.2]
|
### [4.1.2]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -32,7 +32,7 @@ additionalContainers:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{- with .Values.node.resources }}
|
{{- with .Values.node.resources }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user