fix(deps): update helm release mysql to v9.5.1 (#78)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/78
This commit is contained in:
parent
8d9c4c0ecd
commit
e76fa022dd
2 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@ dependencies:
|
||||||
version: 6.3.9
|
version: 6.3.9
|
||||||
- name: mysql
|
- name: mysql
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
version: 9.4.9
|
version: 9.5.1
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
version: 12.1.15
|
version: 12.1.15
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
version: 11.5.1
|
version: 11.5.1
|
||||||
digest: sha256:31f99b640bad6ff6f9a7ce406f72f7982ce746f2ce353559af55067469a2acf1
|
digest: sha256:5b223295eaa205f1682baab34eb69ef624aff7e9dcd99a979e98d0d93e3af5a2
|
||||||
generated: "2023-03-03T08:17:51.820621257Z"
|
generated: "2023-03-03T08:24:17.996516038Z"
|
||||||
|
|
|
@ -30,7 +30,7 @@ dependencies:
|
||||||
condition: memcached.enabled
|
condition: memcached.enabled
|
||||||
- name: mysql
|
- name: mysql
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
version: 9.4.9
|
version: 9.5.1
|
||||||
condition: mysql.enabled
|
condition: mysql.enabled
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
|
|
Loading…
Reference in a new issue