update versions

This commit is contained in:
Arlan Lloyd 2024-09-24 15:50:03 +00:00
parent 77794fa6f6
commit 9fab7b4df4
2 changed files with 4 additions and 7 deletions

View File

@ -21,18 +21,18 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "4.6.0" appVersion: "4.7.0"
dependencies: dependencies:
- condition: meilisearch.enabled - condition: meilisearch.enabled
name: meilisearch name: meilisearch
repository: https://meilisearch.github.io/meilisearch-kubernetes repository: https://meilisearch.github.io/meilisearch-kubernetes
version: 0.8.0 version: 0.10.1
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 15.5.14 version: 15.5.34
- condition: rabbitmq.enabled - condition: rabbitmq.enabled
name: rabbitmq name: rabbitmq
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 14.4.2 version: 15.0.0

View File

@ -346,9 +346,6 @@ meilisearch:
persistence: persistence:
enabled: true enabled: true
size: 3Gi size: 3Gi
# upstream set to -, disabling dynamic provisioning
# https://github.com/meilisearch/meilisearch-kubernetes/pull/235
storageClass: ~
# subchart settings # subchart settings
postgresql: postgresql: