Cutting release version v0.2.6 of the Solr Operator

Signed-off-by: Balaji Sankaranarayanan <bsankaranara@bloomberg.net>
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 0c33b11..123d9c2 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -2,6 +2,32 @@
 entries:
   solr-operator:
   - apiVersion: v1
+    appVersion: v0.2.6
+    created: "2020-08-10T15:25:32.770735-04:00"
+    description: The Solr Operator enables easy management of Solr resources within
+      Kubernetes.
+    digest: 15ea4636403cdd7d6a565fc599c67b908f4293c0bff8d1a85dad5bc7c29311df
+    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.13.0-0'
+    maintainers:
+    - email: houston@apache.org
+      name: Houston Putman
+    - email: bsankaranara@bloomberg.net
+      name: Balaji Sankaranarayanan
+    name: solr-operator
+    sources:
+    - https://github.com/bloomberg/solr-operator
+    urls:
+    - https://github.com/bloomberg/solr-operator/releases/download/v0.2.6/solr-operator-0.2.6.tgz
+    version: 0.2.6
+  - apiVersion: v1
     appVersion: v0.2.5
     created: "2020-05-20T12:28:07.211507-04:00"
     description: The Solr Operator enables easy management of Solr resources within
@@ -25,4 +51,4 @@
     urls:
     - https://github.com/bloomberg/solr-operator/releases/download/v0.2.5/solr-operator-0.2.5.tgz
     version: 0.2.5
-generated: "2020-05-20T12:28:07.204853-04:00"
+generated: "2020-08-10T15:25:32.763503-04:00"
diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 615fd2a..acdc911 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -2,8 +2,8 @@
 apiVersion: v1
 name: solr-operator
 description: The Solr Operator enables easy management of Solr resources within Kubernetes.
-version: 0.2.5
-appVersion: v0.2.5
+version: 0.2.6
+appVersion: v0.2.6
 kubeVersion: ">= 1.13.0-0"
 home: https://github.com/bloomberg/solr-operator
 sources:
@@ -17,4 +17,6 @@
 maintainers:
   - name: Houston Putman
     email: houston@apache.org
-icon: https://lucene.apache.org/theme/images/solr/identity/Solr_Logo_on_white.png
\ No newline at end of file
+  - name: Balaji Sankaranarayanan
+    email: bsankaranara@bloomberg.net
+icon: https://lucene.apache.org/theme/images/solr/identity/Solr_Logo_on_white.png
diff --git a/helm/solr-operator/README.md b/helm/solr-operator/README.md
index 0bb45f0..be0e528 100644
--- a/helm/solr-operator/README.md
+++ b/helm/solr-operator/README.md
@@ -129,7 +129,7 @@
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
 | image.repository | string | `"bloomberg/solr-operator"` | The repository of the Solr Operator image |
-| image.tag | string | `"v0.2.5"` | The tag/version of the Solr Operator to run |
+| image.tag | string | `"v0.2.6"` | 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 | `""` |  |
diff --git a/helm/solr-operator/values.yaml b/helm/solr-operator/values.yaml
index 3aa9fec..8ba77a9 100644
--- a/helm/solr-operator/values.yaml
+++ b/helm/solr-operator/values.yaml
@@ -6,7 +6,7 @@
 
 image:
   repository: bloomberg/solr-operator
-  tag: v0.2.5
+  tag: v0.2.6
   pullPolicy: Always
 
 nameOverride: ""
@@ -40,4 +40,4 @@
     cpu: 100m
     memory: 100Mi
 
-envVars: []
\ No newline at end of file
+envVars: []