Skip to content

Commit 5cdcee9

Browse files
committed
fix: Helm e2e
Signed-off-by: Marco Franssen <[email protected]>
1 parent 78bc5a1 commit 5cdcee9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
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

tests/scripts/fluentd_helm_e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function build_image() {
4242

4343
function 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

0 commit comments

Comments
 (0)