File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - sed -i "s/imageTag:\ \"canary\"/imageTag:\ $IMAGE_TAG/g" charts/$${CI_REPO_NAME}/values.yaml
1515 - helm package -u charts/$${CI_REPO_NAME} --version $CHART_VERSION --app-version $APP_VERSION
1616 - echo $CONTAINER_PASSWORD | helm registry login $DRYCC_REGISTRY -u $CONTAINER_USERNAME --password-stdin
17- - helm push $${CI_REPO_NAME}-$CHART_VERSION.tgz oci://$DRYCC_REGISTRY/$([ -z $CI_COMMIT_TAG ] && echo charts-testing || echo charts)
17+ - helm push $${CI_REPO_NAME}-$CHART_VERSION.tgz oci://$DRYCC_REGISTRY/$CI_REPO_OWNER/$ ([ -z $CI_COMMIT_TAG ] && echo charts-testing || echo charts)
1818 environment :
1919 DEV_REGISTRY :
2020 from_secret : dev_registry
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ apiVersion: v2
44appVersion : 1.0.0
55dependencies :
66 - name : common
7- repository : oci://registry.drycc.cc/charts
8- version : ~1.1.5
7+ repository : oci://registry.drycc.cc/drycc/ charts
8+ version : ~1.1.6
99description : Drycc Workflow Controller (API).
1010maintainers :
1111 - name : Drycc Team
You can’t perform that action at this time.
0 commit comments