Skip to content

Commit 66c50b4

Browse files
committed
chore: point to dev branch
Signed-off-by: Niccolò Fei <[email protected]>
1 parent e7e4f1e commit 66c50b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Taskfile.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,11 @@ tasks:
7373
- controller-gen
7474
env:
7575
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
76-
# TODO: this sha should come from upstream
77-
DAGGER_CRDGENREF_SHA: dcca0c0c62e685e8a3f13dfb090aefcd21ef3876
76+
# TODO: this sha should come from main branch
77+
DAGGER_CRDGENREF_SHA: 807009f26f001db92d552d23f58cef512af91f12
7878
cmds:
79-
# TODO: this module should come from upstream
8079
- >
81-
GITHUB_REF= dagger -s call -m github.com/fcanovai/daggerverse/crd-ref-docs@${DAGGER_CRDGENREF_SHA} generate
80+
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/crd-ref-docs@${DAGGER_CRDGENREF_SHA} generate
8281
--src .
8382
--source-path api/v1
8483
--config-file docs/config.yaml

0 commit comments

Comments
 (0)