Skip to content

Commit

Permalink
Upgrade helm/kind-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Jul 2, 2021
1 parent f6e97ea commit 1ed497f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ct lint --config=ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.2.0
# Only build a kind cluster if there are chart changes to test.
if: steps.list-changed.outputs.changed == 'true'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ receivers:
endpoint: 0.0.0.0:9943
access_token_passthrough: true

# By default k8s_tagger, memory_limiter and batch processors enabled.
# By default k8s_tagger, memory_limiter and batch processors are enabled.
processors:
k8s_tagger:
extract:
Expand Down

0 comments on commit 1ed497f

Please sign in to comment.