Skip to content

Commit

Permalink
Cutting release version v0.2.8 of the Solr Operator
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Sankaranarayanan <[email protected]>

Upgrade kube version required
  • Loading branch information
Balaji Sankaranarayanan authored and bsankara committed Jan 11, 2021
1 parent 7fba7ff commit 3d1f6a3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
28 changes: 27 additions & 1 deletion docs/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
apiVersion: v1
entries:
solr-operator:
- apiVersion: v1
appVersion: v0.2.8
created: "2021-01-11T15:21:23.033109-05:00"
description: The Solr Operator enables easy management of Solr resources within
Kubernetes.
digest: 0aafa7d978f376e368ef4d609e917ba8cd6dc087535e2777479a1b87cd65d9c9
home: https://github.com/bloomberg/solr-operator
icon: https://lucene.apache.org/theme/images/solr/identity/Solr_Logo_on_white.png
keywords:
- solr
- apache
- search
- lucene
- operator
kubeVersion: '>= 1.16.0-0'
maintainers:
- email: [email protected]
name: Houston Putman
- email: [email protected]
name: Balaji Sankaranarayanan
name: solr-operator
sources:
- https://github.com/bloomberg/solr-operator
urls:
- https://github.com/bloomberg/solr-operator/releases/download/v0.2.8/solr-operator-0.2.8.tgz
version: 0.2.8
- apiVersion: v1
appVersion: v0.2.7
created: "2020-12-14T17:55:28.546801-05:00"
Expand Down Expand Up @@ -77,4 +103,4 @@ entries:
urls:
- https://github.com/bloomberg/solr-operator/releases/download/v0.2.5/solr-operator-0.2.5.tgz
version: 0.2.5
generated: "2020-12-14T17:55:28.541812-05:00"
generated: "2021-01-11T15:21:23.028609-05:00"
6 changes: 3 additions & 3 deletions helm/solr-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: v1
name: solr-operator
description: The Solr Operator enables easy management of Solr resources within Kubernetes.
version: 0.2.7
appVersion: v0.2.7
kubeVersion: ">= 1.13.0-0"
version: 0.2.8
appVersion: v0.2.8
kubeVersion: ">= 1.16.0-0"
home: https://github.com/bloomberg/solr-operator
sources:
- https://github.com/bloomberg/solr-operator
Expand Down
2 changes: 1 addition & 1 deletion helm/solr-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The command removes all the Kubernetes components associated with the chart and
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.repository | string | `"bloomberg/solr-operator"` | The repository of the Solr Operator image |
| image.tag | string | `"v0.2.7"` | The tag/version of the Solr Operator to run |
| image.tag | string | `"v0.2.8"` | The tag/version of the Solr Operator to run |
| image.pullPolicy | string | `"Always"` | |
| fullnameOverride | string | `""` | A custom name for the Solr Operator Deployment |
| nameOverride | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/solr-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: bloomberg/solr-operator
tag: v0.2.7
tag: v0.2.8
pullPolicy: Always

nameOverride: ""
Expand Down

0 comments on commit 3d1f6a3

Please sign in to comment.