File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 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
51355236 env :
You can’t perform that action at this time.
0 commit comments