-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update release-openinsight-chart.yaml
- Loading branch information
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,22 +31,6 @@ jobs: | |
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm dep up charts/openinsight | ||
- name: Add DaoCloud Registry | ||
env: | ||
DAOCLOUD_REGISTRY_URL: release.daocloud.io | ||
DAOCLOUD_REGISTRY_USERNAME: ${{ secrets.DAOCLOUD_REGISTRY_USERNAME }} | ||
DAOCLOUD_REGISTRY_PASSWORD: ${{ secrets.DAOCLOUD_REGISTRY_PASSWORD }} | ||
DAOCLOUD_COMMUNITY_REPO_URL: release.daocloud.io/chartrepo/community | ||
HELM_EXPERIMENTAL_OCI: 1 | ||
run: | | ||
helm registry login $DAOCLOUD_REGISTRY_URL --username $DAOCLOUD_REGISTRY_USERNAME --password $DAOCLOUD_REGISTRY_PASSWORD | ||
- name: Release to DaoCloud Community Chart Repo | ||
run: | | ||
helm repo add daocloud-community $DAOCLOUD_COMMUNITY_REPO_URL | ||
helm package charts/opentelemetry-demo -d ./ --version ${{ env.RELEASE_VERSION }} | ||
helm cm-push ./opentelemetry-demo-$CHART_VERSION.tgz daocloud-community -v $CHART_VERSION -u $DAOCLOUD_REGISTRY_USERNAME -p $DAOCLOUD_REGISTRY_PASSWORD | ||
- name: Release Helm Chart | ||
uses: helm/[email protected] | ||
env: | ||
|