#Text substitution

1 messages · Page 1 of 1 (latest)

little herald
#

👋 Hello everyone! I am new to dagger and not sure how I would achieve text substitution.
In my previous ADO pipeline I would have just invoked sed from a shell script.
I want to edit the values of my helm chart to point to specific image names before packaging it up and publishing it to the container registry.

weak sage
#

you could just add a variable to your helm chart and then submit it in your pipeline via helm install --values or -f or whatever

little herald
#

Thanks @weak sage