Skip to content

Commit e9b1117

Browse files
authored
fix package release (#47)
* o11y-collector -> splunk-otel-collector * update workflow deps, remove unneeded steps
1 parent 63f380f commit e9b1117

26 files changed

+7
-10
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,14 @@ jobs:
2121
run: |
2222
git config user.name "$GITHUB_ACTOR"
2323
git config user.email "[email protected]"
24-
# See https://github.com/helm/chart-releaser-action/issues/6
24+
2525
- name: Install Helm
26-
run: |
27-
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
28-
chmod 700 get_helm.sh
29-
./get_helm.sh
30-
- name: Add dependency chart repos
31-
run: |
32-
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
33-
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
26+
uses: azure/setup-helm@v1
27+
with:
28+
version: v3.4.0
29+
3430
- name: Run chart-releaser
35-
uses: helm/chart-releaser-action@v1.0.0
31+
uses: helm/chart-releaser-action@v1.1.0
3632
with:
3733
charts_dir: helm-charts
3834
env:

helm-charts/o11y-collector/Chart.yaml renamed to helm-charts/splunk-otel-collector/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords:
1010
- logs
1111
- traces
1212
- metrics
13+
- apm
1314
maintainers:
1415
- name: asuresh4
1516
- name: ccaraman

0 commit comments

Comments
 (0)