Update memcached and use new OCI registry (#405) All checks were successful continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
OCI registry: https://blog.bitnami.com/2023/01/bitnami-helm-charts-available-as-oci.html fixes #404 I think we should switch all other binami charts to also use the new OCI registry as according to their blog post, this will be the future method they're heading to. Co-authored-by: pat-s <patrick.schratz@gmail.com> Reviewed-on: gitea/helm-chart#405 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit was merged in pull request #405.
This commit is contained in:
@@ -31,9 +31,11 @@ maintainers: | ||||
| ||||
# Bitnami charts are served from GitHub CDN - See https://github.com/bitnami/charts/issues/10539 for details | ||||
dependencies: | ||||
# OCI registry: https://blog.bitnami.com/2023/01/bitnami-helm-charts-available-as-oci.html (2023-01) | ||||
# Chart release date: 2023-02 | ||||
- name: memcached | ||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami | ||||
version: 5.9.0 | ||||
repository: oci://registry-1.docker.io/bitnamicharts | ||||
version: 6.3.7 | ||||
condition: memcached.enabled | ||||
- name: mysql | ||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami | ||||
| ||||
Reference in New Issue
Block a user