We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9fca2 commit ca94fa5Copy full SHA for ca94fa5
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -194,7 +194,7 @@ function installFluentBit {
194
helm3 \
195
--kubeconfig "${PREVIEW_K3S_KUBE_PATH}" \
196
--kube-context "${PREVIEW_K3S_KUBE_CONTEXT}" \
197
- upgrade --install fluent-bit fluent/fluent-bit -n "${PREVIEW_NAMESPACE}" -f "$ROOT/.werft/vm/charts/fluentbit/values.yaml"
+ upgrade --install fluent-bit fluent/fluent-bit --version 0.21.6 -n "${PREVIEW_NAMESPACE}" -f "$ROOT/.werft/vm/charts/fluentbit/values.yaml"
198
}
199
200
# ====================================
0 commit comments