diff --git a/stable/gitea/9.0.15/charts/memcached-3.0.73.tgz b/stable/gitea/9.0.15/charts/memcached-3.0.73.tgz deleted file mode 100644 index 47d4898b155..00000000000 Binary files a/stable/gitea/9.0.15/charts/memcached-3.0.73.tgz and /dev/null differ diff --git a/stable/gitea/9.0.15/CHANGELOG.md b/stable/gitea/9.0.16/CHANGELOG.md similarity index 87% rename from stable/gitea/9.0.15/CHANGELOG.md rename to stable/gitea/9.0.16/CHANGELOG.md index 1a519351edb..fab5d5e6343 100644 --- a/stable/gitea/9.0.15/CHANGELOG.md +++ b/stable/gitea/9.0.16/CHANGELOG.md @@ -2,6 +2,15 @@ +## [gitea-9.0.16](https://github.com/truecharts/charts/compare/gitea-9.0.15...gitea-9.0.16) (2022-09-13) + +### Chore + +- update helm chart memcached to v3.0.75 ([#3759](https://github.com/truecharts/charts/issues/3759)) + + + + ## [gitea-9.0.15](https://github.com/truecharts/charts/compare/gitea-9.0.14...gitea-9.0.15) (2022-09-13) ### Chore @@ -88,12 +97,3 @@ - -## [gitea-9.0.12](https://github.com/truecharts/charts/compare/gitea-9.0.10...gitea-9.0.12) (2022-08-30) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639)) - - update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626)) - diff --git a/stable/gitea/9.0.15/Chart.lock b/stable/gitea/9.0.16/Chart.lock similarity index 63% rename from stable/gitea/9.0.15/Chart.lock rename to stable/gitea/9.0.16/Chart.lock index b29a11789a0..8d20136b02e 100644 --- a/stable/gitea/9.0.15/Chart.lock +++ b/stable/gitea/9.0.16/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 8.0.76 - name: memcached repository: https://charts.truecharts.org/ - version: 3.0.73 -digest: sha256:b8f584f8948aa453f976521a7f48bedad8c6f5e8129ffa86404fdfc8ff6b8062 -generated: "2022-09-13T06:21:20.376852154Z" + version: 3.0.75 +digest: sha256:98e7d037f3cb6afc09f841ce7b0b51957cf991966109ce5fdf3e2069d19b5824 +generated: "2022-09-13T07:40:06.232296356Z" diff --git a/stable/gitea/9.0.15/Chart.yaml b/stable/gitea/9.0.16/Chart.yaml similarity index 96% rename from stable/gitea/9.0.15/Chart.yaml rename to stable/gitea/9.0.16/Chart.yaml index 636ee199a2a..85fe0ae75f8 100644 --- a/stable/gitea/9.0.15/Chart.yaml +++ b/stable/gitea/9.0.16/Chart.yaml @@ -11,7 +11,7 @@ dependencies: - condition: memcached.enabled name: memcached repository: https://charts.truecharts.org/ - version: 3.0.73 + version: 3.0.75 deprecated: false description: Self hosted GIT repositories home: https://truecharts.org/docs/charts/stable/gitea @@ -35,7 +35,7 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 9.0.15 +version: 9.0.16 annotations: truecharts.org/catagories: | - GIT diff --git a/stable/gitea/9.0.15/README.md b/stable/gitea/9.0.16/README.md similarity index 96% rename from stable/gitea/9.0.15/README.md rename to stable/gitea/9.0.16/README.md index 0c91e0b06b0..cbaf95ea56c 100644 --- a/stable/gitea/9.0.15/README.md +++ b/stable/gitea/9.0.16/README.md @@ -1,6 +1,6 @@ # gitea -![Version: 9.0.15](https://img.shields.io/badge/Version-9.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square) +![Version: 9.0.16](https://img.shields.io/badge/Version-9.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square) Self hosted GIT repositories @@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.truecharts.org/ | memcached | 3.0.73 | +| https://charts.truecharts.org/ | memcached | 3.0.75 | | https://charts.truecharts.org/ | postgresql | 8.0.76 | | https://library-charts.truecharts.org | common | 10.5.9 | diff --git a/stable/gitea/9.0.15/app-readme.md b/stable/gitea/9.0.16/app-readme.md similarity index 100% rename from stable/gitea/9.0.15/app-readme.md rename to stable/gitea/9.0.16/app-readme.md diff --git a/stable/gitea/9.0.15/charts/common-10.5.9.tgz b/stable/gitea/9.0.16/charts/common-10.5.9.tgz similarity index 100% rename from stable/gitea/9.0.15/charts/common-10.5.9.tgz rename to stable/gitea/9.0.16/charts/common-10.5.9.tgz diff --git a/stable/gitea/9.0.16/charts/memcached-3.0.75.tgz b/stable/gitea/9.0.16/charts/memcached-3.0.75.tgz new file mode 100644 index 00000000000..b741b12ed23 Binary files /dev/null and b/stable/gitea/9.0.16/charts/memcached-3.0.75.tgz differ diff --git a/stable/gitea/9.0.15/charts/postgresql-8.0.76.tgz b/stable/gitea/9.0.16/charts/postgresql-8.0.76.tgz similarity index 100% rename from stable/gitea/9.0.15/charts/postgresql-8.0.76.tgz rename to stable/gitea/9.0.16/charts/postgresql-8.0.76.tgz diff --git a/stable/gitea/9.0.15/ci/basic-values.yaml b/stable/gitea/9.0.16/ci/basic-values.yaml similarity index 100% rename from stable/gitea/9.0.15/ci/basic-values.yaml rename to stable/gitea/9.0.16/ci/basic-values.yaml diff --git a/stable/gitea/9.0.15/ci/ingress-values.yaml b/stable/gitea/9.0.16/ci/ingress-values.yaml similarity index 100% rename from stable/gitea/9.0.15/ci/ingress-values.yaml rename to stable/gitea/9.0.16/ci/ingress-values.yaml diff --git a/stable/gitea/9.0.15/ix_values.yaml b/stable/gitea/9.0.16/ix_values.yaml similarity index 100% rename from stable/gitea/9.0.15/ix_values.yaml rename to stable/gitea/9.0.16/ix_values.yaml diff --git a/stable/gitea/9.0.15/questions.yaml b/stable/gitea/9.0.16/questions.yaml similarity index 100% rename from stable/gitea/9.0.15/questions.yaml rename to stable/gitea/9.0.16/questions.yaml diff --git a/stable/gitea/9.0.15/templates/_configmap.tpl b/stable/gitea/9.0.16/templates/_configmap.tpl similarity index 100% rename from stable/gitea/9.0.15/templates/_configmap.tpl rename to stable/gitea/9.0.16/templates/_configmap.tpl diff --git a/stable/gitea/9.0.15/templates/_secrets.tpl b/stable/gitea/9.0.16/templates/_secrets.tpl similarity index 100% rename from stable/gitea/9.0.15/templates/_secrets.tpl rename to stable/gitea/9.0.16/templates/_secrets.tpl diff --git a/stable/gitea/9.0.15/templates/common.yaml b/stable/gitea/9.0.16/templates/common.yaml similarity index 100% rename from stable/gitea/9.0.15/templates/common.yaml rename to stable/gitea/9.0.16/templates/common.yaml diff --git a/stable/gitea/9.0.15/values.yaml b/stable/gitea/9.0.16/values.yaml similarity index 100% rename from stable/gitea/9.0.15/values.yaml rename to stable/gitea/9.0.16/values.yaml