mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
missing trailing slash
This commit is contained in:
parent
76f7362a0a
commit
e5b8aadbbe
@ -18,7 +18,7 @@ DOCKERHUB_OCELOT_TAG=${DOCKERHUB_OCELOT_TAG:-"latest"}
|
||||
# upgrade with helm
|
||||
helm --kubeconfig=${KUBECONFIG} upgrade ocelot \
|
||||
--values ${VALUES} \
|
||||
--set appVersion="${DOCKERHUB_OCELOT_TAG}"
|
||||
--set appVersion="${DOCKERHUB_OCELOT_TAG}" \
|
||||
${SCRIPT_DIR}/../src/kubernetes/ \
|
||||
--debug \
|
||||
--timeout 10m
|
||||
Loading…
x
Reference in New Issue
Block a user