Skip to content

Commit 73b8ccf

Browse files
committed
chore: reduce change surface area
1 parent b982d62 commit 73b8ccf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/helm-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
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

1313
jobs:
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

production/helm/loki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)