You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/04/01 17:59:02 UTC

[solr-operator] branch main updated: Fix CRDs url in test-upgrade.sh (#247)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new ccb93d1  Fix CRDs url in test-upgrade.sh (#247)
ccb93d1 is described below

commit ccb93d11019d7977a8f5c4112cc1b0a4b9940527
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Thu Apr 1 18:58:53 2021 +0100

    Fix CRDs url in test-upgrade.sh (#247)
---
 hack/test-upgrade.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hack/test-upgrade.sh b/hack/test-upgrade.sh
index bf81391..0be9da3 100755
--- a/hack/test-upgrade.sh
+++ b/hack/test-upgrade.sh
@@ -102,7 +102,7 @@ kubectl rollout status deployment/example-solr-metrics
 ####
 helm upgrade solr-operator apache-solr/solr-operator --version 0.2.8 --set ingressBaseDomain=localhost.com
 
-kubectl replace -f https://raw.githubusercontent.com/apache/lucene-solr-operator/v0.2.8/helm/solr-operator/crds/crds.yaml
+kubectl replace -f https://solr.apache.org/operator/downloads/crds/v0.2.8/all-with-dependencies.yaml
 
 
 
@@ -169,4 +169,4 @@ kubectl delete solrcollectionaliases.solr.bloomberg.com --all --all-namespaces
 kubectl delete crd solrclouds.solr.bloomberg.com solrprometheusexporters.solr.bloomberg.com solrbackups.solr.bloomberg.com solrcollections.solr.bloomberg.com solrcollectionaliases.solr.bloomberg.com
 
 # Watch Solr upgrade for v0.3.0
-kubectl get solr -w
\ No newline at end of file
+kubectl get solr -w