mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[overleaf] Update Helm chart mongodb to v12 (#1654)
* [overleaf] Update Helm chart mongodb to v12 * chore: Auto-update chart metadata * Update Chart.yaml * chore: Auto-update chart metadata Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: bjw-s <bjw-s@users.noreply.github.com>
This commit is contained in:
parent
6d3a74356f
commit
caa523f29a
@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.7.1
|
appVersion: 2.7.1
|
||||||
description: A web-based collaborative LaTeX editor
|
description: A web-based collaborative LaTeX editor
|
||||||
name: overleaf
|
name: overleaf
|
||||||
version: 2.5.2
|
version: 3.0.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- overleaf
|
- overleaf
|
||||||
@ -20,14 +20,16 @@ dependencies:
|
|||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.4.2
|
version: 4.4.2
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 15.7.6
|
version: 16.13.1
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: mongodb
|
- name: mongodb
|
||||||
version: 10.31.5
|
version: 12.1.22
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: mongodb.enabled
|
condition: mongodb.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `common` chart dependency to version 4.4.2
|
description: Upgraded `redis` chart dependency to version 16.13.1
|
||||||
|
- kind: changed
|
||||||
|
description: Upgraded `mongodb` chart dependency to version 12.1.22
|
||||||
|
Loading…
Reference in New Issue
Block a user