File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ maintainers:
3434name : elasticsearch
3535sources :
3636- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
37- version : 20.0.1
37+ version : 20.0.2
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ spec:
152152 . /opt/bitnami/scripts/elasticsearch-env.sh
153153
154154 if ! is_dir_empty "$DB_DEFAULT_PLUGINS_DIR"; then
155- cp -nr / "$DB_DEFAULT_PLUGINS_DIR"/* /plugins
155+ cp -nr "$DB_DEFAULT_PLUGINS_DIR"/* /plugins
156156 fi
157157 volumeMounts :
158158 - name : empty-dir
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ spec:
127127 . /opt/bitnami/scripts/elasticsearch-env.sh
128128
129129 if ! is_dir_empty "$DB_DEFAULT_PLUGINS_DIR"; then
130- cp -nr / "$DB_DEFAULT_PLUGINS_DIR"/* /plugins
130+ cp -nr "$DB_DEFAULT_PLUGINS_DIR"/* /plugins
131131 fi
132132 volumeMounts :
133133 - name : empty-dir
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ spec:
149149 . /opt/bitnami/scripts/elasticsearch-env.sh
150150
151151 if ! is_dir_empty "$DB_DEFAULT_PLUGINS_DIR"; then
152- cp -nr / "$DB_DEFAULT_PLUGINS_DIR"/* /plugins
152+ cp -nr "$DB_DEFAULT_PLUGINS_DIR"/* /plugins
153153 fi
154154 volumeMounts :
155155 - name : empty-dir
You can’t perform that action at this time.
0 commit comments