Skip to content

Commit 01aa725

Browse files
fcanovaileonardoce
authored andcommitted
ci: use upstream kustomize dagger module
The patch we required in commit 17dae37 has been merged in the upstream kustomize module. We go back to using it. Closes #116 Signed-off-by: Francesco Canovai <[email protected]>
1 parent 67d7394 commit 01aa725

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Taskfile.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,9 @@ tasks:
331331
env:
332332
# renovate: datasource=git-refs depName=kustomize lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
333333
DAGGER_KUSTOMIZE_SHA: c1be27189ce47d28f84014b715f78e47db9fbadc
334-
# TODO: go back to upstream module once the PR is merged
335334
cmds:
336335
- >
337-
dagger -s call -m https://github.com/fcanovai/sagikazarmark-daggerverse/kustomize@kustomize-secrets
336+
dagger -s call -m https://github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
338337
edit --source . --dir kubernetes
339338
set image --image plugin-barman-cloud={{.PLUGIN_IMAGE_NAME}}:{{.IMAGE_VERSION}}
340339
set secret --secret plugin-barman-cloud --from-literal SIDECAR_IMAGE={{.SIDECAR_IMAGE_NAME}}:{{.IMAGE_VERSION}}

0 commit comments

Comments
 (0)