File tree 4 files changed +35
-7
lines changed
4 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
entries :
3
3
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
4
30
- apiVersion : v1
5
31
appVersion : v0.2.5
6
32
created : " 2020-05-20T12:28:07.211507-04:00"
@@ -25,4 +51,4 @@ entries:
25
51
urls :
26
52
- https://github.com/bloomberg/solr-operator/releases/download/v0.2.5/solr-operator-0.2.5.tgz
27
53
version : 0.2.5
28
- generated : " 2020-05-20T12:28:07.204853 -04:00"
54
+ generated : " 2020-08-10T15:25:32.763503 -04:00"
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
name : solr-operator
4
4
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
7
7
kubeVersion : " >= 1.13.0-0"
8
8
home : https://github.com/bloomberg/solr-operator
9
9
sources :
@@ -17,4 +17,6 @@ keywords:
17
17
maintainers :
18
18
- name : Houston Putman
19
19
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
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ The command removes all the Kubernetes components associated with the chart and
129
129
| Key | Type | Default | Description |
130
130
| -----| ------| ---------| -------------|
131
131
| 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 |
133
133
| image.pullPolicy | string | ` "Always" ` | |
134
134
| fullnameOverride | string | ` "" ` | A custom name for the Solr Operator Deployment |
135
135
| nameOverride | string | ` "" ` | |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
7
7
image :
8
8
repository : bloomberg/solr-operator
9
- tag : v0.2.5
9
+ tag : v0.2.6
10
10
pullPolicy : Always
11
11
12
12
nameOverride : " "
@@ -40,4 +40,4 @@ resources:
40
40
cpu : 100m
41
41
memory : 100Mi
42
42
43
- envVars : []
43
+ envVars : []
You can’t perform that action at this time.
0 commit comments