Skip to content

Commit 89e5e22

Browse files
Do not patch values defined by a vendor (#1079)
We only want to patch default values used by upstream sail operator but we don't want to touch values defined by a vendor as those are edited only manually. Signed-off-by: Filip Brychta <fbrychta@redhat.com> Co-authored-by: Filip Brychta <fbrychta@redhat.com>
1 parent 1b82116 commit 89e5e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ operator-chart: download-istio-charts # pull the charts first as they are requir
516516
-e "s/^\( version: \).*$$/\1${VERSION}/g" chart/values.yaml
517517
# adding all component images to values
518518
# when building the bundle, helm generated base CSV is passed to the operator-sdk. With USE_IMAGE_DIGESTS=true, operator-sdk replaces all pullspecs with tags by digests and adds spec.relatedImages field automatically
519-
@hack/patch-values.sh ${HELM_VALUES_FILE}
519+
@hack/patch-values.sh chart/values.yaml
520520

521521
.PHONY: update-istio
522522
update-istio: ## Update the Istio commit hash in the 'latest' entry in versions.yaml to the latest commit in the branch.

0 commit comments

Comments
 (0)