Skip to content

Commit e7291b3

Browse files
committed
fix: remove trailing /
1 parent c0622a7 commit e7291b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/cube-stack/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ sources:
1818
dependencies:
1919
- name: cubejs
2020
condition: global.cubejs.enabled
21-
repository: oci://ghcr.io/pelotech/charts/
21+
repository: oci://ghcr.io/pelotech/charts
2222
version: "0.2.0"
2323
- name: cubestore
2424
condition: global.cubestore.enabled
25-
repository: oci://ghcr.io/pelotech/charts/
25+
repository: oci://ghcr.io/pelotech/charts
2626
version: "0.2.0"
2727
- name: redis
2828
condition: global.redis.enabled

0 commit comments

Comments
 (0)