File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7171
7272publish : # # Generate release manifests and publish a versioned container image.
7373 yq e -i " .controller.image = \" $$ (KO_DOCKER_REPO=public.ecr.aws/kit/kit-operator ko publish --platform=linux/arm64,linux/amd64 --bare -t $( RELEASE_VERSION) ./cmd/controller)\" " charts/kit-operator/values.yaml
74- yq e -i " .webhook.image = \" $$ (KO_DOCKER_REPO=public.ecr.aws/kit/kit-webhook ko publish --platform=linux/arm64,linux/amd64 -t $( RELEASE_VERSION) ./cmd/webhook)\" " charts/kit-operator/values.yaml
74+ yq e -i " .webhook.image = \" $$ (KO_DOCKER_REPO=public.ecr.aws/kit/kit-webhook ko publish --platform=linux/arm64,linux/amd64 --bare - t $( RELEASE_VERSION) ./cmd/webhook)\" " charts/kit-operator/values.yaml
7575 yq e -i ' .version = "$(subst v,,${RELEASE_VERSION})"' charts/kit-operator/Chart.yaml
7676
7777toolchain : # # Install developer toolchain
You can’t perform that action at this time.
0 commit comments