mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
co-authored by
Bitnami Containers
parent
e9d407ce90
commit
901c5f3577
@@ -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>
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user