From 67f5340efe1bc994dc806671b5a30fb614cf93a0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 20 Sep 2023 02:02:13 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/static-web-server/1.0.2/app-changelog.md | 9 --------- .../static-web-server/{1.0.2 => 1.0.3}/CHANGELOG.md | 9 +++++++++ .../static-web-server/{1.0.2 => 1.0.3}/Chart.yaml | 4 ++-- stable/static-web-server/{1.0.2 => 1.0.3}/README.md | 0 stable/static-web-server/1.0.3/app-changelog.md | 9 +++++++++ .../{1.0.2 => 1.0.3}/app-readme.md | 0 .../{1.0.2 => 1.0.3}/charts/common-14.0.1.tgz | Bin .../{1.0.2 => 1.0.3}/ix_values.yaml | 2 +- .../{1.0.2 => 1.0.3}/questions.yaml | 0 .../{1.0.2 => 1.0.3}/templates/NOTES.txt | 0 .../{1.0.2 => 1.0.3}/templates/common.yaml | 0 .../static-web-server/{1.0.2 => 1.0.3}/values.yaml | 0 12 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/static-web-server/1.0.2/app-changelog.md rename stable/static-web-server/{1.0.2 => 1.0.3}/CHANGELOG.md (75%) rename stable/static-web-server/{1.0.2 => 1.0.3}/Chart.yaml (96%) rename stable/static-web-server/{1.0.2 => 1.0.3}/README.md (100%) create mode 100644 stable/static-web-server/1.0.3/app-changelog.md rename stable/static-web-server/{1.0.2 => 1.0.3}/app-readme.md (100%) rename stable/static-web-server/{1.0.2 => 1.0.3}/charts/common-14.0.1.tgz (100%) rename stable/static-web-server/{1.0.2 => 1.0.3}/ix_values.yaml (87%) rename stable/static-web-server/{1.0.2 => 1.0.3}/questions.yaml (100%) rename stable/static-web-server/{1.0.2 => 1.0.3}/templates/NOTES.txt (100%) rename stable/static-web-server/{1.0.2 => 1.0.3}/templates/common.yaml (100%) rename stable/static-web-server/{1.0.2 => 1.0.3}/values.yaml (100%) diff --git a/stable/static-web-server/1.0.2/app-changelog.md b/stable/static-web-server/1.0.2/app-changelog.md deleted file mode 100644 index 8c771ec9d5..0000000000 --- a/stable/static-web-server/1.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [static-web-server-1.0.2](https://github.com/truecharts/charts/compare/static-web-server-1.0.1...static-web-server-1.0.2) (2023-09-19) - -### Chore - -- update container image tccr.io/truecharts/static-web-server to v2.22.0 ([#12761](https://github.com/truecharts/charts/issues/12761)) - - \ No newline at end of file diff --git a/stable/static-web-server/1.0.2/CHANGELOG.md b/stable/static-web-server/1.0.3/CHANGELOG.md similarity index 75% rename from stable/static-web-server/1.0.2/CHANGELOG.md rename to stable/static-web-server/1.0.3/CHANGELOG.md index 70e9eeadf8..a59bf332e6 100644 --- a/stable/static-web-server/1.0.2/CHANGELOG.md +++ b/stable/static-web-server/1.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [static-web-server-1.0.3](https://github.com/truecharts/charts/compare/static-web-server-1.0.2...static-web-server-1.0.3) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/static-web-server to v2.22.1 ([#12765](https://github.com/truecharts/charts/issues/12765)) + + + + ## [static-web-server-1.0.2](https://github.com/truecharts/charts/compare/static-web-server-1.0.1...static-web-server-1.0.2) (2023-09-19) ### Chore diff --git a/stable/static-web-server/1.0.2/Chart.yaml b/stable/static-web-server/1.0.3/Chart.yaml similarity index 96% rename from stable/static-web-server/1.0.2/Chart.yaml rename to stable/static-web-server/1.0.3/Chart.yaml index 6335dae266..1cdbdc7a0a 100644 --- a/stable/static-web-server/1.0.2/Chart.yaml +++ b/stable/static-web-server/1.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.22.0" +appVersion: "2.22.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/static-web-server/static-web-server - https://static-web-server.net type: application -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - web-server diff --git a/stable/static-web-server/1.0.2/README.md b/stable/static-web-server/1.0.3/README.md similarity index 100% rename from stable/static-web-server/1.0.2/README.md rename to stable/static-web-server/1.0.3/README.md diff --git a/stable/static-web-server/1.0.3/app-changelog.md b/stable/static-web-server/1.0.3/app-changelog.md new file mode 100644 index 0000000000..9370ec145b --- /dev/null +++ b/stable/static-web-server/1.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [static-web-server-1.0.3](https://github.com/truecharts/charts/compare/static-web-server-1.0.2...static-web-server-1.0.3) (2023-09-20) + +### Chore + +- update container image tccr.io/truecharts/static-web-server to v2.22.1 ([#12765](https://github.com/truecharts/charts/issues/12765)) + + \ No newline at end of file diff --git a/stable/static-web-server/1.0.2/app-readme.md b/stable/static-web-server/1.0.3/app-readme.md similarity index 100% rename from stable/static-web-server/1.0.2/app-readme.md rename to stable/static-web-server/1.0.3/app-readme.md diff --git a/stable/static-web-server/1.0.2/charts/common-14.0.1.tgz b/stable/static-web-server/1.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/static-web-server/1.0.2/charts/common-14.0.1.tgz rename to stable/static-web-server/1.0.3/charts/common-14.0.1.tgz diff --git a/stable/static-web-server/1.0.2/ix_values.yaml b/stable/static-web-server/1.0.3/ix_values.yaml similarity index 87% rename from stable/static-web-server/1.0.2/ix_values.yaml rename to stable/static-web-server/1.0.3/ix_values.yaml index f96eeeee0d..e33e0dd592 100644 --- a/stable/static-web-server/1.0.2/ix_values.yaml +++ b/stable/static-web-server/1.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/static-web-server pullPolicy: IfNotPresent - tag: v2.22.0@sha256:c8ce3c082b0be02fa6c8a5813e999816ea7e8745e8c4ab2374bf7fdd4c0999cc + tag: v2.22.1@sha256:015e53cb61759e5c08f8b559a403e4952415e8dda787a0f5d62988833602a77e service: main: diff --git a/stable/static-web-server/1.0.2/questions.yaml b/stable/static-web-server/1.0.3/questions.yaml similarity index 100% rename from stable/static-web-server/1.0.2/questions.yaml rename to stable/static-web-server/1.0.3/questions.yaml diff --git a/stable/static-web-server/1.0.2/templates/NOTES.txt b/stable/static-web-server/1.0.3/templates/NOTES.txt similarity index 100% rename from stable/static-web-server/1.0.2/templates/NOTES.txt rename to stable/static-web-server/1.0.3/templates/NOTES.txt diff --git a/stable/static-web-server/1.0.2/templates/common.yaml b/stable/static-web-server/1.0.3/templates/common.yaml similarity index 100% rename from stable/static-web-server/1.0.2/templates/common.yaml rename to stable/static-web-server/1.0.3/templates/common.yaml diff --git a/stable/static-web-server/1.0.2/values.yaml b/stable/static-web-server/1.0.3/values.yaml similarity index 100% rename from stable/static-web-server/1.0.2/values.yaml rename to stable/static-web-server/1.0.3/values.yaml