File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 CT_CONFIGFILE : production/helm/ct.yaml
11- INTEGRATION_TESTS_DIR : production/helm/loki/test/integration
11+ INTEGRARION_TESTS_DIR : production/helm/loki/test/integration
1212
1313jobs :
1414# Temporarily disabled linting because this step doesn't easily support passing GO tags yet.
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : List tests
105105 id : list_tests
106- working-directory : " ${{ env.INTEGRATION_TESTS_DIR }}"
106+ working-directory : " ${{ env.INTEGRARION_TESTS_DIR }}"
107107 env :
108108 LABELS : ${{ toJson(github.event.pull_request.labels.*.name) }}
109109 run : |
@@ -155,5 +155,5 @@ jobs:
155155 - name : Run test
156156 run : helm-chart-toolbox/tools/helm-test/helm-test "${TEST_DIRECTORY}"
157157 env :
158- TEST_DIRECTORY : " source/${{ env.INTEGRATION_TESTS_DIR }}/${{ matrix.test }}"
158+ TEST_DIRECTORY : " source/${{ env.INTEGRARION_TESTS_DIR }}/${{ matrix.test }}"
159159 DELETE_CLUSTER : true
Original file line number Diff line number Diff line change @@ -4079,7 +4079,7 @@ sidecar:
40794079 # -- The Docker registry and image for the k8s sidecar
40804080 repository : docker.io/kiwigrid/k8s-sidecar
40814081 # -- Docker image tag
4082- tag : 2.1.2
4082+ tag : 1.30.11
40834083 # -- Docker image sha. If empty, no sha will be used
40844084 sha : " "
40854085 # -- Docker image pull policy
You can’t perform that action at this time.
0 commit comments