From 912f78aede95a9df64afd5d9ae5bf0343af7dee9 Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Tue, 18 Feb 2020 18:51:28 +0100 Subject: [PATCH] [incubator/solr] Bug/fix solr requirements (#20220) * add me as maintainer of ipfs Signed-off-by: Toni Tauro * [incubator/solr] fixes #19823 Signed-off-by: Toni Tauro * [incubator/solr] bump version Signed-off-by: Toni Tauro * [incubator/solr] helm dep up to update requirements.lock Signed-off-by: Toni Tauro * [incubator/solr] helm dep up to update requirements.lock Signed-off-by: Toni Tauro * bump version of solr to 8.4.0 as this is better compatible with new version of zookeeper (3.5.5) Signed-off-by: Toni Tauro * bump chart version Signed-off-by: Toni Tauro * bump to 1.4.0 Signed-off-by: Toni Tauro --- incubator/solr/Chart.yaml | 4 ++-- incubator/solr/requirements.lock | 6 +++--- incubator/solr/requirements.yaml | 2 +- incubator/solr/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/incubator/solr/Chart.yaml b/incubator/solr/Chart.yaml index a867890c17..a2f8156f9b 100644 --- a/incubator/solr/Chart.yaml +++ b/incubator/solr/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: "v1" name: "solr" -version: "1.3.3" -appVersion: "7.7.2" +version: "1.4.0" +appVersion: "8.4.0" description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/" keywords: - "solr" diff --git a/incubator/solr/requirements.lock b/incubator/solr/requirements.lock index 15d4874562..fc274f412d 100644 --- a/incubator/solr/requirements.lock +++ b/incubator/solr/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: zookeeper repository: https://kubernetes-charts-incubator.storage.googleapis.com/ - version: 1.2.2 -digest: sha256:535c0850e71490a52df2686fc1f0b3c737535388df646e1eefe1f0a76999283e -generated: 2019-02-05T15:07:14.273428Z + version: 2.1.3 +digest: sha256:ce79cf63a1284c16e6b615a3dea62e619ce99dea85419be5b46a8ee6ceec3b4e +generated: 2020-01-17T16:30:14.272428Z+02:00" diff --git a/incubator/solr/requirements.yaml b/incubator/solr/requirements.yaml index 772ceaee01..4bce290369 100644 --- a/incubator/solr/requirements.yaml +++ b/incubator/solr/requirements.yaml @@ -2,5 +2,5 @@ dependencies: - name: zookeeper - version: 1.2.2 + version: 2.1.3 repository: "https://kubernetes-charts-incubator.storage.googleapis.com/" diff --git a/incubator/solr/values.yaml b/incubator/solr/values.yaml index be637a60e7..cafb88cb21 100644 --- a/incubator/solr/values.yaml +++ b/incubator/solr/values.yaml @@ -29,7 +29,7 @@ terminationGracePeriodSeconds: 180 # Solr image settings image: repository: solr - tag: 7.7.2 + tag: 8.4.0 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.