From 70a393fab6bc25ae3eac8b07f30bcc217a1f1b26 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 9 Dec 2022 02:03:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/snipe-it/7.0.7/app-changelog.md | 9 --------- stable/snipe-it/{7.0.7 => 7.0.8}/CHANGELOG.md | 18 +++++++++--------- stable/snipe-it/{7.0.7 => 7.0.8}/Chart.yaml | 4 ++-- stable/snipe-it/{7.0.7 => 7.0.8}/README.md | 0 stable/snipe-it/7.0.8/app-changelog.md | 9 +++++++++ .../snipe-it/{7.0.7 => 7.0.8}/app-readme.md | 0 .../{7.0.7 => 7.0.8}/charts/common-11.0.4.tgz | Bin .../{7.0.7 => 7.0.8}/charts/mariadb-5.0.9.tgz | Bin .../{7.0.7 => 7.0.8}/charts/redis-5.0.7.tgz | Bin .../snipe-it/{7.0.7 => 7.0.8}/ix_values.yaml | 2 +- .../snipe-it/{7.0.7 => 7.0.8}/questions.yaml | 0 .../{7.0.7 => 7.0.8}/templates/_secrets.tpl | 0 .../{7.0.7 => 7.0.8}/templates/common.yaml | 0 stable/snipe-it/{7.0.7 => 7.0.8}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/snipe-it/7.0.7/app-changelog.md rename stable/snipe-it/{7.0.7 => 7.0.8}/CHANGELOG.md (89%) rename stable/snipe-it/{7.0.7 => 7.0.8}/Chart.yaml (96%) rename stable/snipe-it/{7.0.7 => 7.0.8}/README.md (100%) create mode 100644 stable/snipe-it/7.0.8/app-changelog.md rename stable/snipe-it/{7.0.7 => 7.0.8}/app-readme.md (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/charts/common-11.0.4.tgz (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/charts/mariadb-5.0.9.tgz (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/charts/redis-5.0.7.tgz (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/ix_values.yaml (97%) rename stable/snipe-it/{7.0.7 => 7.0.8}/questions.yaml (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/templates/_secrets.tpl (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/templates/common.yaml (100%) rename stable/snipe-it/{7.0.7 => 7.0.8}/values.yaml (100%) diff --git a/stable/snipe-it/7.0.7/app-changelog.md b/stable/snipe-it/7.0.7/app-changelog.md deleted file mode 100644 index e7632c6be5a..00000000000 --- a/stable/snipe-it/7.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [snipe-it-7.0.7](https://github.com/truecharts/charts/compare/snipe-it-7.0.6...snipe-it-7.0.7) (2022-12-05) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/snipe-it/7.0.7/CHANGELOG.md b/stable/snipe-it/7.0.8/CHANGELOG.md similarity index 89% rename from stable/snipe-it/7.0.7/CHANGELOG.md rename to stable/snipe-it/7.0.8/CHANGELOG.md index 7460732d0fc..e3a0e31ea16 100644 --- a/stable/snipe-it/7.0.7/CHANGELOG.md +++ b/stable/snipe-it/7.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [snipe-it-7.0.8](https://github.com/truecharts/charts/compare/snipe-it-7.0.7...snipe-it-7.0.8) (2022-12-09) + +### Chore + +- update container image tccr.io/truecharts/snipe-it to v6.0.14 + + + + ## [snipe-it-7.0.7](https://github.com/truecharts/charts/compare/snipe-it-7.0.6...snipe-it-7.0.7) (2022-12-05) ### Chore @@ -88,12 +97,3 @@ -## [snipe-it-7.0.5](https://github.com/truecharts/charts/compare/snipe-it-7.0.4...snipe-it-7.0.5) (2022-11-29) - - - - -## [snipe-it-7.0.5](https://github.com/truecharts/charts/compare/snipe-it-7.0.4...snipe-it-7.0.5) (2022-11-29) - - - diff --git a/stable/snipe-it/7.0.7/Chart.yaml b/stable/snipe-it/7.0.8/Chart.yaml similarity index 96% rename from stable/snipe-it/7.0.7/Chart.yaml rename to stable/snipe-it/7.0.8/Chart.yaml index 38128fe8ca9..45c4abcb3a4 100644 --- a/stable/snipe-it/7.0.7/Chart.yaml +++ b/stable/snipe-it/7.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "6.0.13" +appVersion: "6.0.14" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -30,7 +30,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snipe-it - https://snipeitapp.com/ - https://github.com/snipe/snipe-it -version: 7.0.7 +version: 7.0.8 annotations: truecharts.org/catagories: | - management diff --git a/stable/snipe-it/7.0.7/README.md b/stable/snipe-it/7.0.8/README.md similarity index 100% rename from stable/snipe-it/7.0.7/README.md rename to stable/snipe-it/7.0.8/README.md diff --git a/stable/snipe-it/7.0.8/app-changelog.md b/stable/snipe-it/7.0.8/app-changelog.md new file mode 100644 index 00000000000..7d06ea37eb2 --- /dev/null +++ b/stable/snipe-it/7.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snipe-it-7.0.8](https://github.com/truecharts/charts/compare/snipe-it-7.0.7...snipe-it-7.0.8) (2022-12-09) + +### Chore + +- update container image tccr.io/truecharts/snipe-it to v6.0.14 + + \ No newline at end of file diff --git a/stable/snipe-it/7.0.7/app-readme.md b/stable/snipe-it/7.0.8/app-readme.md similarity index 100% rename from stable/snipe-it/7.0.7/app-readme.md rename to stable/snipe-it/7.0.8/app-readme.md diff --git a/stable/snipe-it/7.0.7/charts/common-11.0.4.tgz b/stable/snipe-it/7.0.8/charts/common-11.0.4.tgz similarity index 100% rename from stable/snipe-it/7.0.7/charts/common-11.0.4.tgz rename to stable/snipe-it/7.0.8/charts/common-11.0.4.tgz diff --git a/stable/snipe-it/7.0.7/charts/mariadb-5.0.9.tgz b/stable/snipe-it/7.0.8/charts/mariadb-5.0.9.tgz similarity index 100% rename from stable/snipe-it/7.0.7/charts/mariadb-5.0.9.tgz rename to stable/snipe-it/7.0.8/charts/mariadb-5.0.9.tgz diff --git a/stable/snipe-it/7.0.7/charts/redis-5.0.7.tgz b/stable/snipe-it/7.0.8/charts/redis-5.0.7.tgz similarity index 100% rename from stable/snipe-it/7.0.7/charts/redis-5.0.7.tgz rename to stable/snipe-it/7.0.8/charts/redis-5.0.7.tgz diff --git a/stable/snipe-it/7.0.7/ix_values.yaml b/stable/snipe-it/7.0.8/ix_values.yaml similarity index 97% rename from stable/snipe-it/7.0.7/ix_values.yaml rename to stable/snipe-it/7.0.8/ix_values.yaml index 8f0afc1f69e..a913c476c42 100644 --- a/stable/snipe-it/7.0.7/ix_values.yaml +++ b/stable/snipe-it/7.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/snipe-it pullPolicy: IfNotPresent - tag: 6.0.13@sha256:d6d71facc2c2fe1cae7681d9db2988e1510fbb3de86963d2fa5ca8f4b8e492ab + tag: 6.0.14@sha256:b84e13478199cec983899c838bf3cc0a3d155a328b94ea9bc1ea15b0cd0dd8a3 securityContext: runAsNonRoot: false diff --git a/stable/snipe-it/7.0.7/questions.yaml b/stable/snipe-it/7.0.8/questions.yaml similarity index 100% rename from stable/snipe-it/7.0.7/questions.yaml rename to stable/snipe-it/7.0.8/questions.yaml diff --git a/stable/snipe-it/7.0.7/templates/_secrets.tpl b/stable/snipe-it/7.0.8/templates/_secrets.tpl similarity index 100% rename from stable/snipe-it/7.0.7/templates/_secrets.tpl rename to stable/snipe-it/7.0.8/templates/_secrets.tpl diff --git a/stable/snipe-it/7.0.7/templates/common.yaml b/stable/snipe-it/7.0.8/templates/common.yaml similarity index 100% rename from stable/snipe-it/7.0.7/templates/common.yaml rename to stable/snipe-it/7.0.8/templates/common.yaml diff --git a/stable/snipe-it/7.0.7/values.yaml b/stable/snipe-it/7.0.8/values.yaml similarity index 100% rename from stable/snipe-it/7.0.7/values.yaml rename to stable/snipe-it/7.0.8/values.yaml