[bitnami/jasperreports] Release 15.0.2 (#16367)

* [bitnami/jasperreports] Release 15.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>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-03 18:46:06 +01:00
committed by GitHub
parent 7eb3aef587
commit 2e33e83d11
4 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.1.3
version: 12.1.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.4
digest: sha256:f2c14b55f497d7967ad946dc3332a065aed83c6a6a76ad21451c7486f37c888b
generated: "2023-04-30T06:27:31.642268336Z"
version: 2.2.5
digest: sha256:c05f6785a0952c448391a81468c46b80a79962cf709a5c1afecdf08b4e200cbb
generated: "2023-05-03T16:03:21.954016601Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 8.1.0
appVersion: 8.2.0
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -30,4 +30,4 @@ name: jasperreports
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/jasperreports
- http://community.jaspersoft.com/project/jasperreports-server
version: 15.0.1
version: 15.0.2

View File

@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `image.registry` | JasperReports image registry | `docker.io` |
| `image.repository` | JasperReports image repository | `bitnami/jasperreports` |
| `image.tag` | JasperReports image tag (immutable tags are recommended) | `8.1.0-debian-11-r76` |
| `image.tag` | JasperReports image tag (immutable tags are recommended) | `8.2.0-debian-11-r0` |
| `image.digest` | JasperReports image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | JasperReports image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -57,7 +57,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/jasperreports
tag: 8.1.0-debian-11-r76
tag: 8.2.0-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'