[bitnami/milvus] fix: 🐛 Set cache directory fully writable in attu (#28521)

* [bitnami/milvus] fix: 🐛 Set cache directory fully writable in attu

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-07-25 17:31:28 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent e9d407ce90
commit 901c5f3577
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 8.3.6 (2024-07-25)
## 8.3.7 (2024-07-25)
* [bitnami/milvus] Release 8.3.6 ([#28439](https://github.com/bitnami/charts/pull/28439))
* [bitnami/milvus] fix: :bug: Set cache directory fully writable in attu ([#28521](https://github.com/bitnami/charts/pull/28521))
## <small>8.3.6 (2024-07-25)</small>
* [bitnami/milvus] Release 8.3.6 (#28439) ([33e113a](https://github.com/bitnami/charts/commit/33e113a21a95f4c6c6075a1bb83b485d885f0e52)), closes [#28439](https://github.com/bitnami/charts/issues/28439)
## <small>8.3.5 (2024-07-24)</small>
+1 -1
View File
@@ -48,4 +48,4 @@ maintainers:
name: milvus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
version: 8.3.6
version: 8.3.7
@@ -161,7 +161,7 @@ spec:
mountPath: /.yarn
subPath: yarn-dir
- name: empty-dir
mountPath: /.cache/yarn
mountPath: /.cache
subPath: yarn-cache-dir
{{- if .Values.attu.extraVolumeMounts }}
{{- include "common.tplvalues.render" (dict "value" .Values.attu.extraVolumeMounts "context" $) | nindent 12 }}