File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - sed -i "s/imageTag:\ \"canary\"/imageTag:\ $IMAGE_TAG/g" charts/$${CI_REPO_NAME}/values.yaml
1414 - helm package -u charts/$${CI_REPO_NAME} --version $CHART_VERSION --app-version $APP_VERSION
1515 - echo $CONTAINER_PASSWORD | helm registry login $DRYCC_REGISTRY -u $CONTAINER_USERNAME --password-stdin
16- - helm push $${CI_REPO_NAME}-$CHART_VERSION.tgz oci://$DRYCC_REGISTRY/$([ -z $CI_COMMIT_TAG ] && echo charts-testing || echo charts)
16+ - helm push $${CI_REPO_NAME}-$CHART_VERSION.tgz oci://$DRYCC_REGISTRY/$CI_REPO_OWNER/$ ([ -z $CI_COMMIT_TAG ] && echo charts-testing || echo charts)
1717 environment :
1818 DEV_REGISTRY :
1919 from_secret : dev_registry
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apiVersion: v2
33appVersion : 1.0.0
44dependencies :
55 - name : common
6- repository : oci://registry.drycc.cc/charts
7- version : ~1.1.2
6+ repository : oci://registry.drycc.cc/drycc/ charts
7+ version : ~1.1.6
88home : https://github.com/drycc/database
99version : v1.1.0
1010description : A PostgreSQL database used by Drycc Workflow.
You can’t perform that action at this time.
0 commit comments