Skip to content

Commit 72bbb0e

Browse files
committed
chore(charts): change chart repo
1 parent 25606c5 commit 72bbb0e

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
@@ -14,7 +14,7 @@ steps:
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

charts/controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apiVersion: v2
44
appVersion: 1.0.0
55
dependencies:
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
99
description: Drycc Workflow Controller (API).
1010
maintainers:
1111
- name: Drycc Team

0 commit comments

Comments
 (0)