File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1717 with :
1818 go-version-file : go.mod
19+ cache-dependency-path : go.sum
1920
2021 - name : Install dependences
2122 run : make kind ginkgo setup-test-e2e
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ function build_image() {
4242
4343function start_fluent_operator() {
4444 pushd " $PROJECT_ROOT " > /dev/null
45+ helm dependency build charts/fluent-operator/
4546 helm install --wait --timeout 30s fluent-operator --create-namespace -n $LOGGING_NAMESPACE charts/fluent-operator/ --set " operator.container.tag=$IMAGE_TAG "
4647 kubectl -n $LOGGING_NAMESPACE wait --for=condition=available deployment/fluent-operator --timeout=60s
4748 popd > /dev/null
You can’t perform that action at this time.
0 commit comments