Skip to content

Commit

Permalink
[post-release] forcing helm chart release
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser committed Oct 16, 2024
1 parent d6971c0 commit 700fb02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Smoke test helm rendering and deployability (otel addon chart)
run: |
set -o pipefail
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
helm repo update
pushd ./helmchart/otel-add-on && helm dependency build && popd
helm template ./helmchart/otel-add-on | kubectl apply -f -
sleep 10
Expand Down
3 changes: 3 additions & 0 deletions helmchart/otel-add-on/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ annotations:
artifacthub.io/links: |
- name: gh repo
url: https://github.com/kedify/otel-add-on
- name: helm repo
url: https://kedify.github.io/otel-add-on

0 comments on commit 700fb02

Please sign in to comment.