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 71
71
72
72
publish : # # Generate release manifests and publish a versioned container image.
73
73
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
75
75
yq e -i ' .version = "$(subst v,,${RELEASE_VERSION})"' charts/kit-operator/Chart.yaml
76
76
77
77
toolchain : # # Install developer toolchain
You can’t perform that action at this time.
0 commit comments