mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -32,7 +32,7 @@ additionalContainers:
|
||||
{{ end }}
|
||||
{{- with .Values.node.resources }}
|
||||
resources:
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
{{- end -}}
|
||||
|
Loading…
Reference in New Issue
Block a user