Skip to content

Commit 850bfa3

Browse files
Balaji Sankaranarayananbsankara
Balaji Sankaranarayanan
authored andcommitted
Cutting release version v0.2.6 of the Solr Operator
Signed-off-by: Balaji Sankaranarayanan <[email protected]>
1 parent 032d70a commit 850bfa3

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

docs/charts/index.yaml

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
apiVersion: v1
22
entries:
33
solr-operator:
4+
- apiVersion: v1
5+
appVersion: v0.2.6
6+
created: "2020-08-10T15:25:32.770735-04:00"
7+
description: The Solr Operator enables easy management of Solr resources within
8+
Kubernetes.
9+
digest: 15ea4636403cdd7d6a565fc599c67b908f4293c0bff8d1a85dad5bc7c29311df
10+
home: https://github.com/bloomberg/solr-operator
11+
icon: https://lucene.apache.org/theme/images/solr/identity/Solr_Logo_on_white.png
12+
keywords:
13+
- solr
14+
- apache
15+
- search
16+
- lucene
17+
- operator
18+
kubeVersion: '>= 1.13.0-0'
19+
maintainers:
20+
21+
name: Houston Putman
22+
23+
name: Balaji Sankaranarayanan
24+
name: solr-operator
25+
sources:
26+
- https://github.com/bloomberg/solr-operator
27+
urls:
28+
- https://github.com/bloomberg/solr-operator/releases/download/v0.2.6/solr-operator-0.2.6.tgz
29+
version: 0.2.6
430
- apiVersion: v1
531
appVersion: v0.2.5
632
created: "2020-05-20T12:28:07.211507-04:00"
@@ -25,4 +51,4 @@ entries:
2551
urls:
2652
- https://github.com/bloomberg/solr-operator/releases/download/v0.2.5/solr-operator-0.2.5.tgz
2753
version: 0.2.5
28-
generated: "2020-05-20T12:28:07.204853-04:00"
54+
generated: "2020-08-10T15:25:32.763503-04:00"

helm/solr-operator/Chart.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apiVersion: v1
33
name: solr-operator
44
description: The Solr Operator enables easy management of Solr resources within Kubernetes.
5-
version: 0.2.5
6-
appVersion: v0.2.5
5+
version: 0.2.6
6+
appVersion: v0.2.6
77
kubeVersion: ">= 1.13.0-0"
88
home: https://github.com/bloomberg/solr-operator
99
sources:
@@ -17,4 +17,6 @@ keywords:
1717
maintainers:
1818
- name: Houston Putman
1919
20-
icon: https://lucene.apache.org/theme/images/solr/identity/Solr_Logo_on_white.png
20+
- name: Balaji Sankaranarayanan
21+
22+
icon: https://lucene.apache.org/theme/images/solr/identity/Solr_Logo_on_white.png

helm/solr-operator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The command removes all the Kubernetes components associated with the chart and
129129
| Key | Type | Default | Description |
130130
|-----|------|---------|-------------|
131131
| image.repository | string | `"bloomberg/solr-operator"` | The repository of the Solr Operator image |
132-
| image.tag | string | `"v0.2.5"` | The tag/version of the Solr Operator to run |
132+
| image.tag | string | `"v0.2.6"` | The tag/version of the Solr Operator to run |
133133
| image.pullPolicy | string | `"Always"` | |
134134
| fullnameOverride | string | `""` | A custom name for the Solr Operator Deployment |
135135
| nameOverride | string | `""` | |

helm/solr-operator/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: bloomberg/solr-operator
9-
tag: v0.2.5
9+
tag: v0.2.6
1010
pullPolicy: Always
1111

1212
nameOverride: ""
@@ -40,4 +40,4 @@ resources:
4040
cpu: 100m
4141
memory: 100Mi
4242

43-
envVars: []
43+
envVars: []

0 commit comments

Comments
 (0)