Skip to content

Commit

Permalink
bump version to be compatible with plugins.
Browse files Browse the repository at this point in the history
Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
  • Loading branch information
MarcusSorealheis committed Feb 4, 2020
1 parent 38997ae commit 1b46700
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion incubator/solr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: "v1"
name: "solr"
version: "1.3.3"
appVersion: "7.7.2"
appVersion: "8.4.1"
description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/"
keywords:
- "solr"
Expand Down
2 changes: 1 addition & 1 deletion incubator/solr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following table shows the configuration options for the Solr helm chart:
| `extraEnvVars` | Additional environment variables to set on the solr pods (in yaml syntax) | `[]` |
| `terminationGracePeriodSeconds` | The termination grace period of the Solr pods | `180`|
| `image.repository` | The repository to pull the docker image from| `solr` |
| `image.tag` | The tag on the repository to pull | `7.7.2` |
| `image.tag` | The tag on the repository to pull | `8.4.1` |
| `image.pullPolicy` | Solr pod pullPolicy | `IfNotPresent` |
| `livenessProbe.initialDelaySeconds` | Initial Delay for Solr pod liveness probe | `20` |
| `livenessProbe.periodSeconds` | Poll rate for liveness probe | `10` |
Expand Down
2 changes: 1 addition & 1 deletion incubator/solr/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

dependencies:
- name: zookeeper
version: 1.2.2
version: 2.1.3
repository: "https://kubernetes-charts-incubator.storage.googleapis.com/"
2 changes: 1 addition & 1 deletion incubator/solr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terminationGracePeriodSeconds: 180
# Solr image settings
image:
repository: solr
tag: 7.7.2
tag: 8.4.1
pullPolicy: IfNotPresent

# Solr pod liveness
Expand Down

0 comments on commit 1b46700

Please sign in to comment.