mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 07:29:03 +00:00
fix: Fix README files [skip ci]
This commit is contained in:
parent
715ebb37d5
commit
dcb2200ccd
@ -27,9 +27,11 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: **Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
|
||||
description: |
|
||||
**Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
|
||||
links:
|
||||
- name: Application release notes
|
||||
url: https://github.com/blakeblackshear/frigate/releases/tag/v0.10.0
|
||||
- kind: changed
|
||||
description: **Breaking:** Use the common library built-in configMap for configuration.
|
||||
description: |
|
||||
**Breaking:** Use the common library built-in configMap for configuration.
|
||||
|
@ -119,7 +119,9 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* **Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
|
||||
|
||||
* **Breaking:** Use the common library built-in configMap for configuration.
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -26,6 +26,6 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`
|
||||
description: "**Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`"
|
||||
- kid: added
|
||||
description: additional settings for imap and local_mailboxes under `extra_settings`.
|
||||
description: "additional settings for imap and local_mailboxes under `extra_settings`."
|
||||
|
@ -125,7 +125,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -20,6 +20,6 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Upgrade RTSPtoWeb to v2.2.0
|
||||
description: "Upgrade RTSPtoWeb to v2.2.0"
|
||||
- kind: changed
|
||||
description: **BREAKING** The config directory is now located at `/config/config.json`
|
||||
description: "**BREAKING** The config directory is now located at `/config/config.json`"
|
||||
|
@ -94,7 +94,8 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* Upgrade RTSPtoWeb to v2.2.0
|
||||
* **BREAKING** The config directory is now located at `/config/config.json`
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -117,7 +117,8 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -
|
||||
{{- print "#### " ($changeType | title) | nindent 0 }}
|
||||
{{- print "" | nindent 0 }}
|
||||
{{- $changesFound := false }}
|
||||
{{- range (print "changes:\n" . | fromYaml).changes }}
|
||||
{{- $changes := ((print "changes:\n" .) | fromYaml).changes }}
|
||||
{{- range $changes }}
|
||||
{{- if eq .kind $changeType }}
|
||||
{{- print "* " .description | nindent 0 }}
|
||||
{{- $changesFound = true }}
|
||||
|
Loading…
Reference in New Issue
Block a user