mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/solr] Bug/fix solr requirements (#20220)
* add me as maintainer of ipfs Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch> * [incubator/solr] fixes #19823 Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch> * [incubator/solr] bump version Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch> * [incubator/solr] helm dep up to update requirements.lock Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch> * [incubator/solr] helm dep up to update requirements.lock Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch> * 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 <toni.tauro@adfinis-sygroup.ch> * bump chart version Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch> * bump to 1.4.0 Signed-off-by: Toni Tauro <toni.tauro@adfinis-sygroup.ch>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
dependencies:
|
||||
- name: zookeeper
|
||||
version: 1.2.2
|
||||
version: 2.1.3
|
||||
repository: "https://kubernetes-charts-incubator.storage.googleapis.com/"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user