Skip to content

Commit

Permalink
Update otel-collector to 0.19.0 (open-telemetry#28)
Browse files Browse the repository at this point in the history
Also removed removed queued_retry.

Signed-off-by: naseemkullah [email protected]
  • Loading branch information
Naseem authored Jan 29, 2021
1 parent 4a22d04 commit 1c6538c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main

jobs:
lint-test:
runs-on: ubuntu-latest
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.4.1

- uses: actions/setup-python@v2
with:
Expand All @@ -37,9 +38,8 @@ jobs:
run: ct lint --target-branch main

- name: Create kind cluster
uses: helm/[email protected]
# Only build a kind cluster if there are chart changes to test.
if: steps.lint.outputs.changed == 'true'
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --target-branch main
15 changes: 9 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# See https://github.com/helm/chart-releaser-action/issues/6
- name: Install Helm
run: |
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
uses: azure/setup-helm@v1
with:
version: v3.4.1

- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
with:
charts_dir: charts
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.3.1
version: 0.4.0
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand All @@ -13,4 +13,4 @@ maintainers:
- name: pjanotti
- name: tigrannajaryan
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: 0.11.0
appVersion: 0.19.0
3 changes: 0 additions & 3 deletions charts/opentelemetry-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ config:
batch: {}
# If set to null, will be overridden with values based on k8s resource limits
memory_limiter: null
queued_retry: {}
receivers:
jaeger:
protocols:
Expand Down Expand Up @@ -46,7 +45,6 @@ config:
processors:
- memory_limiter
- batch
- queued_retry
receivers:
- otlp
- prometheus
Expand All @@ -56,7 +54,6 @@ config:
processors:
- memory_limiter
- batch
- queued_retry
receivers:
- otlp
- jaeger
Expand Down

0 comments on commit 1c6538c

Please sign in to comment.