[bitnami/solr] Release 6.0.2 (#10951)

* [bitnami/solr] Release 6.0.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-06-30 13:16:45 +02:00
committed by GitHub
parent 65387009cf
commit f11dbd6e6c
3 changed files with 7 additions and 7 deletions

View File

@@ -27,4 +27,4 @@ name: solr
sources:
- https://github.com/bitnami/bitnami-docker-solr
- https://lucene.apache.org/solr/
version: 6.0.1
version: 6.0.2

View File

@@ -7,7 +7,7 @@ Apache Solr is an extremely powerful, open source enterprise search platform bui
[Overview of Apache Solr](http://lucene.apache.org/solr/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------- | ------------------------------------------------------------- | ----------------------- |
| `image.registry` | Solr image registry | `docker.io` |
| `image.repository` | Solr image repository | `bitnami/solr` |
| `image.tag` | Solr image tag (immutable tags are recommended) | `9.0.0-debian-11-r4` |
| `image.tag` | Solr image tag (immutable tags are recommended) | `9.0.0-debian-11-r10` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Specify if debug values should be set | `false` |
@@ -219,7 +219,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r3` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r10` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |
| `volumePermissions.resources.limits` | Init container volume-permissions resource limits | `{}` |
@@ -489,4 +489,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -71,7 +71,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/solr
tag: 9.0.0-debian-11-r4
tag: 9.0.0-debian-11-r10
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -565,7 +565,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r3
tag: 11-debian-11-r10
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.