diff --git a/make/examples/multiple-binaries/Makefile.test.log b/make/examples/multiple-binaries/Makefile.test.log index faf54d22..1d50b2e4 100644 --- a/make/examples/multiple-binaries/Makefile.test.log +++ b/make/examples/multiple-binaries/Makefile.test.log @@ -123,7 +123,7 @@ curl -s -f -L https://github.com/mikefarah/yq/releases/download/2.4.0/yq_linux_a chmod +x '_output/tools/bin/yq'; Installing yaml-patch into '_output/tools/bin/yaml-patch' mkdir -p '_output/tools/bin/' -curl -s -f -L https://github.com/krishicks/yaml-patch/releases/download/v0.0.10/yaml_patch_linux -o '_output/tools/bin/yaml-patch' +curl -s -f -L https://github.com/pivotal-cf/yaml-patch/releases/download/v0.0.11/yaml_patch_linux -o '_output/tools/bin/yaml-patch' chmod +x '_output/tools/bin/yaml-patch'; --- ./manifests/operator.openshift.io_myotheroperatorresources.crd.yaml @@ -9,6 +9,40 @@ spec: @@ -219,7 +219,7 @@ curl -s -f -L https://github.com/mikefarah/yq/releases/download/2.4.0/yq_linux_a chmod +x '_output/tools/bin/yq'; Installing yaml-patch into '_output/tools/bin/yaml-patch' mkdir -p '_output/tools/bin/' -curl -s -f -L https://github.com/krishicks/yaml-patch/releases/download/v0.0.10/yaml_patch_linux -o '_output/tools/bin/yaml-patch' +curl -s -f -L https://github.com/pivotal-cf/yaml-patch/releases/download/v0.0.11/yaml_patch_linux -o '_output/tools/bin/yaml-patch' chmod +x '_output/tools/bin/yaml-patch'; --- ./profile-manifests-1/operator.deployment-profile1.yaml 1970-01-01 00:00:00.000000000 +0000 @@ -0,0 +1,44 @@ diff --git a/make/targets/openshift/yaml-patch.mk b/make/targets/openshift/yaml-patch.mk index df23bec9..1ef53b11 100644 --- a/make/targets/openshift/yaml-patch.mk +++ b/make/targets/openshift/yaml-patch.mk @@ -10,7 +10,7 @@ ensure-yaml-patch: ifeq "" "$(wildcard $(YAML_PATCH))" $(info Installing yaml-patch into '$(YAML_PATCH)') mkdir -p '$(yaml_patch_dir)' - curl -s -f -L https://github.com/krishicks/yaml-patch/releases/download/v0.0.10/yaml_patch_$(GOHOSTOS) -o '$(YAML_PATCH)' + curl -s -f -L https://github.com/pivotal-cf/yaml-patch/releases/download/v0.0.11/yaml_patch_$(GOHOSTOS) -o '$(YAML_PATCH)' chmod +x '$(YAML_PATCH)'; else $(info Using existing yaml-patch from "$(YAML_PATCH)")