[bitnami/solr] Release 7.5.5 (#17828)

* [bitnami/solr] Release 7.5.5 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>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-22 11:33:27 +02:00
committed by GitHub
parent bb0630ee55
commit c651c16866
3 changed files with 3 additions and 3 deletions

View File

@@ -29,4 +29,4 @@ maintainers:
name: solr
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/solr
version: 7.5.4
version: 7.5.5

View File

@@ -82,7 +82,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.3.0-debian-11-r0` |
| `image.tag` | Solr image tag (immutable tags are recommended) | `9.3.0-debian-11-r1` |
| `image.digest` | Solr image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -75,7 +75,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/solr
tag: 9.3.0-debian-11-r0
tag: 9.3.0-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'