diff --git a/stable/gitea/4.0.12/Chart.lock b/stable/gitea/4.0.12/Chart.lock deleted file mode 100644 index 9d8ad432074..00000000000 --- a/stable/gitea/4.0.12/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.5.4 -- name: postgresql - repository: https://truecharts.org/ - version: 5.1.15 -- name: memcached - repository: https://charts.bitnami.com/bitnami - version: 5.15.8 -digest: sha256:0b9cccf898e8a70f506c99ca0e44b626c772d3eb8adf2ea78d81c2850bba9aa4 -generated: "2021-11-09T11:17:32.911537913Z" diff --git a/stable/gitea/4.0.12/charts/common-8.5.4.tgz b/stable/gitea/4.0.12/charts/common-8.5.4.tgz deleted file mode 100644 index 64862f3bab9..00000000000 Binary files a/stable/gitea/4.0.12/charts/common-8.5.4.tgz and /dev/null differ diff --git a/stable/gitea/4.0.12/charts/memcached-5.15.8.tgz b/stable/gitea/4.0.12/charts/memcached-5.15.8.tgz deleted file mode 100644 index 3e4346aff79..00000000000 Binary files a/stable/gitea/4.0.12/charts/memcached-5.15.8.tgz and /dev/null differ diff --git a/stable/gitea/4.0.12/charts/postgresql-5.1.15.tgz b/stable/gitea/4.0.12/charts/postgresql-5.1.15.tgz deleted file mode 100644 index d3df1ff96e2..00000000000 Binary files a/stable/gitea/4.0.12/charts/postgresql-5.1.15.tgz and /dev/null differ diff --git a/stable/gitea/4.0.12/CHANGELOG.md b/stable/gitea/4.0.13/CHANGELOG.md similarity index 86% rename from stable/gitea/4.0.12/CHANGELOG.md rename to stable/gitea/4.0.13/CHANGELOG.md index 115e8ac2e74..f63c69b6387 100644 --- a/stable/gitea/4.0.12/CHANGELOG.md +++ b/stable/gitea/4.0.13/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [gitea-4.0.13](https://github.com/truecharts/apps/compare/gitea-4.0.12...gitea-4.0.13) (2021-11-12) + +#### Feat + +* move gitea to our own memcached chart ([#1313](https://github.com/truecharts/apps/issues/1313)) + +#### Fix + +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) + + + ### [gitea-4.0.12](https://github.com/truecharts/apps/compare/gitea-4.0.11...gitea-4.0.12) (2021-11-09) @@ -84,16 +97,3 @@ * update helm chart postgresql to v5.1.4 ([#1249](https://github.com/truecharts/apps/issues/1249)) - - - -### [gitea-4.0.3](https://github.com/truecharts/apps/compare/gitea-4.0.2...gitea-4.0.3) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1247](https://github.com/truecharts/apps/issues/1247)) - - - - -### [gitea-4.0.2](https://github.com/truecharts/apps/compare/gitea-4.0.1...gitea-4.0.2) (2021-10-26) diff --git a/stable/gitea/4.0.12/CONFIG.md b/stable/gitea/4.0.13/CONFIG.md similarity index 100% rename from stable/gitea/4.0.12/CONFIG.md rename to stable/gitea/4.0.13/CONFIG.md diff --git a/stable/gitea/4.0.13/Chart.lock b/stable/gitea/4.0.13/Chart.lock new file mode 100644 index 00000000000..4c9c54f82c9 --- /dev/null +++ b/stable/gitea/4.0.13/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.6 +- name: postgresql + repository: https://truecharts.org/ + version: 5.1.16 +- name: memcached + repository: https://truecharts.org/ + version: 1.0.0 +digest: sha256:c6c3a9f69ba7116d2b9228936690164f35660f68ba941251db0dd92dda91cf79 +generated: "2021-11-12T22:25:43.020063188Z" diff --git a/stable/gitea/4.0.12/Chart.yaml b/stable/gitea/4.0.13/Chart.yaml similarity index 88% rename from stable/gitea/4.0.12/Chart.yaml rename to stable/gitea/4.0.13/Chart.yaml index c9fd9289ee3..b69002c54bf 100644 --- a/stable/gitea/4.0.12/Chart.yaml +++ b/stable/gitea/4.0.13/Chart.yaml @@ -3,15 +3,15 @@ appVersion: "1.15.6" dependencies: - name: common repository: https://truecharts.org - version: 8.5.4 + version: 8.5.6 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 5.1.15 + version: 5.1.16 - condition: memcached.enabled name: memcached - repository: https://charts.bitnami.com/bitnami - version: 5.15.8 + repository: https://truecharts.org/ + version: 1.0.0 deprecated: false description: Self hosted GIT repositories home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea @@ -34,7 +34,7 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - GIT diff --git a/stable/gitea/4.0.12/README.md b/stable/gitea/4.0.13/README.md similarity index 89% rename from stable/gitea/4.0.12/README.md rename to stable/gitea/4.0.13/README.md index d971ed438e3..822c15e7477 100644 --- a/stable/gitea/4.0.12/README.md +++ b/stable/gitea/4.0.13/README.md @@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | memcached | 5.15.8 | -| https://truecharts.org/ | postgresql | 5.1.15 | -| https://truecharts.org | common | 8.5.4 | +| https://truecharts.org/ | memcached | 1.0.0 | +| https://truecharts.org/ | postgresql | 5.1.16 | +| https://truecharts.org | common | 8.5.6 | ## Installing the Chart diff --git a/stable/gitea/4.0.12/app-readme.md b/stable/gitea/4.0.13/app-readme.md similarity index 100% rename from stable/gitea/4.0.12/app-readme.md rename to stable/gitea/4.0.13/app-readme.md diff --git a/stable/gitea/4.0.13/charts/common-8.5.6.tgz b/stable/gitea/4.0.13/charts/common-8.5.6.tgz new file mode 100644 index 00000000000..aa98070e90b Binary files /dev/null and b/stable/gitea/4.0.13/charts/common-8.5.6.tgz differ diff --git a/stable/gitea/4.0.13/charts/memcached-1.0.0.tgz b/stable/gitea/4.0.13/charts/memcached-1.0.0.tgz new file mode 100644 index 00000000000..111acc07b40 Binary files /dev/null and b/stable/gitea/4.0.13/charts/memcached-1.0.0.tgz differ diff --git a/stable/gitea/4.0.13/charts/postgresql-5.1.16.tgz b/stable/gitea/4.0.13/charts/postgresql-5.1.16.tgz new file mode 100644 index 00000000000..38bd090659c Binary files /dev/null and b/stable/gitea/4.0.13/charts/postgresql-5.1.16.tgz differ diff --git a/stable/gitea/4.0.12/ci/basic-values.yaml b/stable/gitea/4.0.13/ci/basic-values.yaml similarity index 100% rename from stable/gitea/4.0.12/ci/basic-values.yaml rename to stable/gitea/4.0.13/ci/basic-values.yaml diff --git a/stable/gitea/4.0.12/ci/ingress-values.yaml b/stable/gitea/4.0.13/ci/ingress-values.yaml similarity index 100% rename from stable/gitea/4.0.12/ci/ingress-values.yaml rename to stable/gitea/4.0.13/ci/ingress-values.yaml diff --git a/stable/gitea/4.0.12/helm-values.md b/stable/gitea/4.0.13/helm-values.md similarity index 100% rename from stable/gitea/4.0.12/helm-values.md rename to stable/gitea/4.0.13/helm-values.md diff --git a/stable/gitea/4.0.12/ix_values.yaml b/stable/gitea/4.0.13/ix_values.yaml similarity index 100% rename from stable/gitea/4.0.12/ix_values.yaml rename to stable/gitea/4.0.13/ix_values.yaml diff --git a/stable/gitea/4.0.12/questions.yaml b/stable/gitea/4.0.13/questions.yaml similarity index 99% rename from stable/gitea/4.0.12/questions.yaml rename to stable/gitea/4.0.13/questions.yaml index 5a2de59fff1..2c1ac085748 100644 --- a/stable/gitea/4.0.12/questions.yaml +++ b/stable/gitea/4.0.13/questions.yaml @@ -885,7 +885,7 @@ questions: type: string default: "/data" hidden: true - valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$' + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: medium label: "EmptyDir Medium" schema: @@ -1071,7 +1071,7 @@ questions: type: string default: "" required: true - valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$' + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: medium label: "EmptyDir Medium" schema: diff --git a/stable/gitea/4.0.12/templates/_configmap.tpl b/stable/gitea/4.0.13/templates/_configmap.tpl similarity index 100% rename from stable/gitea/4.0.12/templates/_configmap.tpl rename to stable/gitea/4.0.13/templates/_configmap.tpl diff --git a/stable/gitea/4.0.12/templates/_secrets.tpl b/stable/gitea/4.0.13/templates/_secrets.tpl similarity index 100% rename from stable/gitea/4.0.12/templates/_secrets.tpl rename to stable/gitea/4.0.13/templates/_secrets.tpl diff --git a/stable/gitea/4.0.12/templates/common.yaml b/stable/gitea/4.0.13/templates/common.yaml similarity index 100% rename from stable/gitea/4.0.12/templates/common.yaml rename to stable/gitea/4.0.13/templates/common.yaml diff --git a/stable/gitea/4.0.12/values.yaml b/stable/gitea/4.0.13/values.yaml similarity index 100% rename from stable/gitea/4.0.12/values.yaml rename to stable/gitea/4.0.13/values.yaml