Skip to content

Commit 84f97b4

Browse files
committed
update release-openinsight-chart.yaml
1 parent 00a86fc commit 84f97b4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release-openinsight-chart.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,6 @@ jobs:
3131
helm repo add bitnami https://charts.bitnami.com/bitnami
3232
helm dep up charts/openinsight
3333
34-
- name: Add DaoCloud Registry
35-
env:
36-
DAOCLOUD_REGISTRY_URL: release.daocloud.io
37-
DAOCLOUD_REGISTRY_USERNAME: ${{ secrets.DAOCLOUD_REGISTRY_USERNAME }}
38-
DAOCLOUD_REGISTRY_PASSWORD: ${{ secrets.DAOCLOUD_REGISTRY_PASSWORD }}
39-
DAOCLOUD_COMMUNITY_REPO_URL: release.daocloud.io/chartrepo/community
40-
HELM_EXPERIMENTAL_OCI: 1
41-
run: |
42-
helm registry login $DAOCLOUD_REGISTRY_URL --username $DAOCLOUD_REGISTRY_USERNAME --password $DAOCLOUD_REGISTRY_PASSWORD
43-
44-
- name: Release to DaoCloud Community Chart Repo
45-
run: |
46-
helm repo add daocloud-community $DAOCLOUD_COMMUNITY_REPO_URL
47-
helm package charts/opentelemetry-demo -d ./ --version ${{ env.RELEASE_VERSION }}
48-
helm cm-push ./opentelemetry-demo-$CHART_VERSION.tgz daocloud-community -v $CHART_VERSION -u $DAOCLOUD_REGISTRY_USERNAME -p $DAOCLOUD_REGISTRY_PASSWORD
49-
5034
- name: Release Helm Chart
5135
uses: helm/[email protected]
5236
env:

0 commit comments

Comments
 (0)