Skip to content

Commit

Permalink
update CI pre-commit step with the new Helm version (signalfx#634)
Browse files Browse the repository at this point in the history
* upgrade version of helm

* run make render and pre-commit
  • Loading branch information
omrozowicz-splunk authored Jan 17, 2023
1 parent 97af7de commit 921de28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.5.4
version: v3.10.3
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ data:
log_statements:
- context: log
statements:
- set(resource.attributes["com.splunk.sourcetype"], Concat(["kube:object:", attributes["event.name"]], ""))
- set(resource.attributes["com.splunk.sourcetype"], Concat(["kube:object:",
attributes["event.name"]], ""))
receivers:
k8s_cluster:
auth_type: serviceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: 6e518097f80a01eba2b3a46e56c83576baef88d5a877c8361ffcac2d37758906
checksum/config: 44fd9d8ff79a081f4b7c4fd0ca3eac315a8641eb33f8b68887f856e95480f55f
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down

0 comments on commit 921de28

Please sign in to comment.