Skip to content

Commit b92a8bb

Browse files
committed
chore(charts): change chart repo
1 parent 9ce57c7 commit b92a8bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.woodpecker/chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
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

charts/database/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apiVersion: v2
33
appVersion: 1.0.0
44
dependencies:
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
88
home: https://github.com/drycc/database
99
version: v1.1.0
1010
description: A PostgreSQL database used by Drycc Workflow.

0 commit comments

Comments
 (0)