You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/01/20 23:05:45 UTC

[lucene-solr-operator] branch gh-pages updated: Make sure that examples do not use deprecated features.

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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new d286675  Make sure that examples do not use deprecated features.
d286675 is described below

commit d2866756814a24e4dbeb5a1b9a07670b75612eac
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed Jan 20 17:02:19 2021 -0500

    Make sure that examples do not use deprecated features.
---
 example/test_solrcloud.yaml                    | 2 +-
 example/test_solrcloud_addressability.yaml     | 4 ++--
 example/test_solrcloud_private_repo.yaml       | 2 +-
 example/test_solrcloud_toleration_example.yaml | 7 +------
 example/test_solrprometheusexporter.yaml       | 4 +---
 5 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/example/test_solrcloud.yaml b/example/test_solrcloud.yaml
index a034422..40c2ce7 100644
--- a/example/test_solrcloud.yaml
+++ b/example/test_solrcloud.yaml
@@ -17,7 +17,7 @@ spec:
           claimName: "pvc-test"
   replicas: 3
   solrImage:
-    tag: 8.2.0
+    tag: 8.7.0
   solrJavaMem: "-Xms1g -Xmx3g"
   customSolrKubeOptions:
     podOptions:
diff --git a/example/test_solrcloud_addressability.yaml b/example/test_solrcloud_addressability.yaml
index 6abf94f..c57bfc3 100644
--- a/example/test_solrcloud_addressability.yaml
+++ b/example/test_solrcloud_addressability.yaml
@@ -5,7 +5,7 @@ metadata:
 spec:
   replicas: 3
   solrImage:
-    tag: 8.2.0
+    tag: 8.7.0
   solrAddressability:
     podPort: 10000
     commonServicePort: 80
@@ -26,7 +26,7 @@ metadata:
 spec:
   replicas: 3
   solrImage:
-    tag: 8.2.0
+    tag: 8.7.0
   solrAddressability:
     podPort: 10000
     commonServicePort: 80
diff --git a/example/test_solrcloud_private_repo.yaml b/example/test_solrcloud_private_repo.yaml
index e04d1d1..0101722 100644
--- a/example/test_solrcloud_private_repo.yaml
+++ b/example/test_solrcloud_private_repo.yaml
@@ -6,5 +6,5 @@ spec:
   replicas: 3
   solrImage:
     repository: myprivate-repo.jfrog.io/solr
-    tag: 8.2.0
+    tag: 8.7.0
     imagePullSecret: "k8s-docker-registry-secret"
diff --git a/example/test_solrcloud_toleration_example.yaml b/example/test_solrcloud_toleration_example.yaml
index 431084b..03b98ae 100644
--- a/example/test_solrcloud_toleration_example.yaml
+++ b/example/test_solrcloud_toleration_example.yaml
@@ -3,14 +3,9 @@ kind: SolrCloud
 metadata:
   name: example-with-tolerations
 spec:
-  dataPvcSpec:
-    resources:
-      requests:
-        storage: "5Gi"
   replicas: 1
   solrImage:
-    tag: 8.2.0
-  solrJavaMem: "-Xms1g -Xmx3g"
+    tag: 8.7.0
   customSolrKubeOptions:
     podOptions:
       nodeSelector:
diff --git a/example/test_solrprometheusexporter.yaml b/example/test_solrprometheusexporter.yaml
index b937d2f..aaa7911 100644
--- a/example/test_solrprometheusexporter.yaml
+++ b/example/test_solrprometheusexporter.yaml
@@ -1,8 +1,6 @@
 apiVersion: solr.bloomberg.com/v1beta1
 kind: SolrPrometheusExporter
 metadata:
-  labels:
-    controller-tools.k8s.io: "1.0"
   name: solrprometheusexporter-sample
 spec:
   solrReference:
@@ -10,4 +8,4 @@ spec:
       name: "example"
   numThreads: 4
   image:
-    tag: 8.2.0
+    tag: 8.7.0