mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/jasperreports] Release 16.0.1 (#18244)
* [bitnami/jasperreports] Release 16.0.1 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:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.0.0
|
||||
version: 13.0.1
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.6.0
|
||||
digest: sha256:47c1c3ea2e0b0ac81960b61519cebd8dc1a8ff5060c66213775a1a1ad373a506
|
||||
generated: "2023-08-01T13:29:55.089065+02:00"
|
||||
digest: sha256:5234f375dbbedf240e48357577159adfb51358298c8be9cf81c4065ae3c6031e
|
||||
generated: "2023-08-07T18:42:44.390961867Z"
|
||||
|
||||
@@ -4,32 +4,35 @@
|
||||
annotations:
|
||||
category: Infrastructure
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: jasperreports
|
||||
image: docker.io/bitnami/jasperreports:8.2.0-debian-11-r42
|
||||
apiVersion: v2
|
||||
appVersion: 8.2.0
|
||||
dependencies:
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: JasperReports Server is a stand-alone and embeddable reporting server. It is a central information hub, with reporting and analytics that can be embedded into web and mobile applications.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/jasperserver/img/jasperserver-stack-220x234.png
|
||||
keywords:
|
||||
- business intelligence
|
||||
- java
|
||||
- jasper
|
||||
- reporting
|
||||
- analytic
|
||||
- visualization
|
||||
- business intelligence
|
||||
- java
|
||||
- jasper
|
||||
- reporting
|
||||
- analytic
|
||||
- visualization
|
||||
maintainers:
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: VMware, Inc.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: jasperreports
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jasperreports
|
||||
version: 16.0.0
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jasperreports
|
||||
version: 16.0.1
|
||||
|
||||
@@ -81,7 +81,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.2.0-debian-11-r35` |
|
||||
| `image.tag` | JasperReports image tag (immutable tags are recommended) | `8.2.0-debian-11-r42` |
|
||||
| `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 | `[]` |
|
||||
@@ -494,4 +494,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.
|
||||
@@ -60,7 +60,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jasperreports
|
||||
tag: 8.2.0-debian-11-r35
|
||||
tag: 8.2.0-debian-11-r42
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user