From b966cf49e4c4114984e856d1f3005de3a3f7810e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 27 Aug 2023 23:40:03 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/cloudflareddns/6.0.4/app-changelog.md | 9 --------- .../{6.0.4 => 6.0.5}/CHANGELOG.md | 18 +++++++++--------- .../{6.0.4 => 6.0.5}/Chart.yaml | 2 +- .../cloudflareddns/{6.0.4 => 6.0.5}/README.md | 0 stable/cloudflareddns/6.0.5/app-changelog.md | 9 +++++++++ .../{6.0.4 => 6.0.5}/app-readme.md | 0 .../{6.0.4 => 6.0.5}/charts/common-14.0.1.tgz | Bin .../{6.0.4 => 6.0.5}/ix_values.yaml | 2 +- .../{6.0.4 => 6.0.5}/questions.yaml | 0 .../{6.0.4 => 6.0.5}/templates/NOTES.txt | 0 .../{6.0.4 => 6.0.5}/templates/_secret.tpl | 0 .../{6.0.4 => 6.0.5}/templates/common.yaml | 0 .../{6.0.4 => 6.0.5}/values.yaml | 0 13 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/cloudflareddns/6.0.4/app-changelog.md rename stable/cloudflareddns/{6.0.4 => 6.0.5}/CHANGELOG.md (93%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/Chart.yaml (98%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/README.md (100%) create mode 100644 stable/cloudflareddns/6.0.5/app-changelog.md rename stable/cloudflareddns/{6.0.4 => 6.0.5}/app-readme.md (100%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/charts/common-14.0.1.tgz (100%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/ix_values.yaml (92%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/questions.yaml (100%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/templates/NOTES.txt (100%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/templates/_secret.tpl (100%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/templates/common.yaml (100%) rename stable/cloudflareddns/{6.0.4 => 6.0.5}/values.yaml (100%) diff --git a/stable/cloudflareddns/6.0.4/app-changelog.md b/stable/cloudflareddns/6.0.4/app-changelog.md deleted file mode 100644 index a48fbda28c3..00000000000 --- a/stable/cloudflareddns/6.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudflareddns-6.0.4](https://github.com/truecharts/charts/compare/cloudflareddns-6.0.3...cloudflareddns-6.0.4) (2023-08-27) - -### Chore - -- update container image tccr.io/truecharts/cloudflareddns to latest ([#11948](https://github.com/truecharts/charts/issues/11948)) - - \ No newline at end of file diff --git a/stable/cloudflareddns/6.0.4/CHANGELOG.md b/stable/cloudflareddns/6.0.5/CHANGELOG.md similarity index 93% rename from stable/cloudflareddns/6.0.4/CHANGELOG.md rename to stable/cloudflareddns/6.0.5/CHANGELOG.md index 8e853e3a263..92a721fa699 100644 --- a/stable/cloudflareddns/6.0.4/CHANGELOG.md +++ b/stable/cloudflareddns/6.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudflareddns-6.0.5](https://github.com/truecharts/charts/compare/cloudflareddns-6.0.4...cloudflareddns-6.0.5) (2023-08-27) + +### Chore + +- update container image tccr.io/truecharts/cloudflareddns to latest ([#11950](https://github.com/truecharts/charts/issues/11950)) + + + + ## [cloudflareddns-6.0.4](https://github.com/truecharts/charts/compare/cloudflareddns-6.0.3...cloudflareddns-6.0.4) (2023-08-27) ### Chore @@ -88,12 +97,3 @@ ## [cloudflareddns-5.0.26](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.25...cloudflareddns-5.0.26) (2023-06-18) -### Chore - -- update container image tccr.io/truecharts/cloudflareddns to latest ([#9749](https://github.com/truecharts/charts/issues/9749)) - - - - -## [cloudflareddns-5.0.25](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.24...cloudflareddns-5.0.25) (2023-06-16) - diff --git a/stable/cloudflareddns/6.0.4/Chart.yaml b/stable/cloudflareddns/6.0.5/Chart.yaml similarity index 98% rename from stable/cloudflareddns/6.0.4/Chart.yaml rename to stable/cloudflareddns/6.0.5/Chart.yaml index 743905c5c7c..eaa449ec346 100644 --- a/stable/cloudflareddns/6.0.4/Chart.yaml +++ b/stable/cloudflareddns/6.0.5/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/hotio/cloudflareddns - https://hotio.dev/containers/cloudflareddns/ type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - networking diff --git a/stable/cloudflareddns/6.0.4/README.md b/stable/cloudflareddns/6.0.5/README.md similarity index 100% rename from stable/cloudflareddns/6.0.4/README.md rename to stable/cloudflareddns/6.0.5/README.md diff --git a/stable/cloudflareddns/6.0.5/app-changelog.md b/stable/cloudflareddns/6.0.5/app-changelog.md new file mode 100644 index 00000000000..945ec8775ec --- /dev/null +++ b/stable/cloudflareddns/6.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflareddns-6.0.5](https://github.com/truecharts/charts/compare/cloudflareddns-6.0.4...cloudflareddns-6.0.5) (2023-08-27) + +### Chore + +- update container image tccr.io/truecharts/cloudflareddns to latest ([#11950](https://github.com/truecharts/charts/issues/11950)) + + \ No newline at end of file diff --git a/stable/cloudflareddns/6.0.4/app-readme.md b/stable/cloudflareddns/6.0.5/app-readme.md similarity index 100% rename from stable/cloudflareddns/6.0.4/app-readme.md rename to stable/cloudflareddns/6.0.5/app-readme.md diff --git a/stable/cloudflareddns/6.0.4/charts/common-14.0.1.tgz b/stable/cloudflareddns/6.0.5/charts/common-14.0.1.tgz similarity index 100% rename from stable/cloudflareddns/6.0.4/charts/common-14.0.1.tgz rename to stable/cloudflareddns/6.0.5/charts/common-14.0.1.tgz diff --git a/stable/cloudflareddns/6.0.4/ix_values.yaml b/stable/cloudflareddns/6.0.5/ix_values.yaml similarity index 92% rename from stable/cloudflareddns/6.0.4/ix_values.yaml rename to stable/cloudflareddns/6.0.5/ix_values.yaml index 105db385dd0..ae04c8907ef 100644 --- a/stable/cloudflareddns/6.0.4/ix_values.yaml +++ b/stable/cloudflareddns/6.0.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/cloudflareddns pullPolicy: IfNotPresent - tag: latest@sha256:c702e35adb2c8c9c68b9e596b085e890deb20e21f50c5abe5940f57044cd6eea + tag: latest@sha256:ed38af2f374fda3bdca252a52faebef40a0a0a1128a954560938c48504197409 securityContext: container: diff --git a/stable/cloudflareddns/6.0.4/questions.yaml b/stable/cloudflareddns/6.0.5/questions.yaml similarity index 100% rename from stable/cloudflareddns/6.0.4/questions.yaml rename to stable/cloudflareddns/6.0.5/questions.yaml diff --git a/stable/cloudflareddns/6.0.4/templates/NOTES.txt b/stable/cloudflareddns/6.0.5/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/6.0.4/templates/NOTES.txt rename to stable/cloudflareddns/6.0.5/templates/NOTES.txt diff --git a/stable/cloudflareddns/6.0.4/templates/_secret.tpl b/stable/cloudflareddns/6.0.5/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/6.0.4/templates/_secret.tpl rename to stable/cloudflareddns/6.0.5/templates/_secret.tpl diff --git a/stable/cloudflareddns/6.0.4/templates/common.yaml b/stable/cloudflareddns/6.0.5/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/6.0.4/templates/common.yaml rename to stable/cloudflareddns/6.0.5/templates/common.yaml diff --git a/stable/cloudflareddns/6.0.4/values.yaml b/stable/cloudflareddns/6.0.5/values.yaml similarity index 100% rename from stable/cloudflareddns/6.0.4/values.yaml rename to stable/cloudflareddns/6.0.5/values.yaml