[tdarr] Fix Tdarr node resource indentation (#1304)

This commit is contained in:
Nathan Pawelek 2021-12-12 11:09:57 -06:00 committed by GitHub
parent 9a585ee3cf
commit fcdd8496c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
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.
name: tdarr
version: 4.1.2
version: 4.1.3
keywords:
- transcoding
- remux

View File

@ -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).
### [4.1.3]
#### Changed
- Fix templating issue with node resources.
### [4.1.2]
#### Changed

View File

@ -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).
### [4.1.3]
#### Changed
- Fix templating issue with node resources.
### [4.1.2]
#### Changed

View File

@ -32,7 +32,7 @@ additionalContainers:
{{ end }}
{{- with .Values.node.resources }}
resources:
{{- toYaml . | nindent 2 }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{ end }}
{{- end -}}