Skip to content

Commit

Permalink
Merge pull request #77 from TIBCOSoftware/pre-release-check
Browse files Browse the repository at this point in the history
Pre Release check
  • Loading branch information
rreddyv-tibco authored Jun 3, 2022
2 parents 5246ba3 + 56a4956 commit 2f9aa73
Show file tree
Hide file tree
Showing 98 changed files with 3,399 additions and 74 deletions.
8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/jrs/.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
INSTALL_CHROMIUM=false
JASPERREPORTS_SERVER_APP_IMAGE_NAME=jasperserver-webapp
JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_NAME=jasperserver-buildomatic
JASPERREPORTS_SERVER_VERSION=8.0.0
JASPERREPORTS_SERVER_APP_IMAGE_TAG=8.0.0
JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_TAG=8.0.0
JASPERREPORTS_SERVER_VERSION=8.0.2
JASPERREPORTS_SERVER_APP_IMAGE_TAG=8.0.2
JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_TAG=8.0.2
TOMCAT_BASE_IMAGE=tomcat:9.0.54-jdk11-openjdk
JDK_BASE_IMAGE=openjdk:11-jdk
RELEASE_DATE=Nov 14,2021
RELEASE_DATE=May 13,2022
JS_INSTALL_TARGETS=gen-config pre-install-test-pro prepare-all-pro-dbs-normal
## For including samples gen-config pre-install-test-pro prepare-all-pro-dbs-normal
## For minimal setup set-minimal-mode gen-config pre-install-test-pro prepare-js-pro-db-minimal
Expand Down
6 changes: 3 additions & 3 deletions jaspersoft-containers/Docker/jrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ARG TOMCAT_BASE_IMAGE=tomcat:9.0.54-jdk11-corretto
ARG TOMCAT_BASE_IMAGE=tomcat:9.0.54-jdk11-openjdk
ARG INSTALL_CHROMIUM=false
ARG JASPERREPORTS_SERVER_VERSION=8.0.0
ARG JASPERREPORTS_SERVER_VERSION=8.0.2

FROM ${TOMCAT_BASE_IMAGE} as deployment

Expand All @@ -16,7 +16,7 @@ ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin


ENV INSTALL_CHROMIUM ${INSTALl_CHROMIUM:-false}
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.0}
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.2}
ENV JRS_HOME /usr/src/jasperreports-server
ENV BUILDOMATIC_MODE non-interactive

Expand Down Expand Up @@ -53,7 +53,7 @@ FROM ${TOMCAT_BASE_IMAGE}
ARG INSTALL_CHROMIUM
ARG JASPERREPORTS_SERVER_VERSION
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/jrs
ENV RELEASE_DATE ${RELEASE_DATE:- 14-11-2021}
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022}


LABEL "org.jasperosft.name"="JasperReports Server" \
Expand Down
6 changes: 3 additions & 3 deletions jaspersoft-containers/Docker/jrs/Dockerfile.buildomatic
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
ARG JDK_BASE_IMAGE=openjdk:11-jdk
FROM ${JDK_BASE_IMAGE}

ARG JASPERREPORTS_SERVER_VERSION=8.0.0
ARG JASPERREPORTS_SERVER_VERSION=8.0.2
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/jrs
ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin

ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.0}
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.2}
ENV JRS_HOME /usr/src/jasperreports-server
ENV BUILDOMATIC_MODE non-interactive
ENV RELEASE_DATE ${RELEASE_DATE:- 14-11-2021}
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022}

LABEL "org.jasperosft.name"="JasperReports Server" \
"org.jaspersoft.vendor"="TIBCO Software Inc." \
Expand Down
8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/jrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ These variables are passed to the command line with `--build-arg` for docker bui
|INSTALL_CHROMIUM| Whether Chromium installed. **Note: TIBCO Software Inc. is not liable for license violation of chromium.**| false|
|JASPERREPORTS_SERVER_APP_IMAGE_NAME| Name of the TIBCO JasperReports® Server image | jasperserver-webapp|
|JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_NAME| Name of the TIBCO JasperReports® Server buildomatic image | jasperserver-buildomatic|
|JASPERREPORTS_SERVER_VERSION|Version number of TIBCO JasperReports® Server|8.0.0|
|JASPERREPORTS_SERVER_APP_IMAGE_TAG|Image tag of the TIBCO JasperReports® Server web app |8.0.0|
|JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_TAG|Image tag of the TIBCO JasperReports® Server buildomatic |8.0.0|
|JASPERREPORTS_SERVER_VERSION|Version number of TIBCO JasperReports® Server|8.0.2|
|JASPERREPORTS_SERVER_APP_IMAGE_TAG|Image tag of the TIBCO JasperReports® Server web app |8.0.2|
|JASPERREPORTS_SERVER_BUILDOMATIC_IMAGE_TAG|Image tag of the TIBCO JasperReports® Server buildomatic |8.0.2|
|TOMCAT_BASE_IMAGE|Tomcat Docker image certified for the version of TIBCO JasperReports® Server being deployed based on Debian and Amazon Linux 2. It is of two types "tomcat:9.0.54-jdk11-openjdk" for Debian and "tomcat:9.0.54-jdk11-corretto" for Amazon Linux 2 |tomcat:9.0.54-jdk11-openjdk|
|JDK_BASE_IMAGE|Java Docker image certified for the version of TIBCO JasperReports® Server being deployed based on Debian and Amazon Linux 2. It is of two types openjdk:11-jdk and amazoncorretto:11|openjdk:11-jdk|
RELEASE_DATE|Release date of TIBCO JasperReports® Server | Nov 14, 2021 |
RELEASE_DATE|Release date of TIBCO JasperReports® Server | May 13, 2022 |
|JS_INSTALL_TARGETS| Used for repository setup, import, and export. Provides all the lists of ANT targets to perform any buildomatic action in TIBCO JasperReports® Server. See the TIBCO JasperReports® Server documentation for more information. |gen-config pre-install-test-pro prepare-all-pro-dbs-normal|

# Building the Images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ appServerDir = /usr/local/tomcat
# database host
dbType=postgresql
# Docker Compose
dbHost=repository
#dbHost=repository
# For docker for desktop windows and mac
# host.docker.internal
## for k8s
## repository-postgresql.default.svc.cluster.local

#dbHost=repository-postgresql.default.svc.cluster.local
dbHost=repository-postgresql.default.svc.cluster.local
js.dbName=jasperserver
dbUsername=postgres
dbPassword=postgres

#############SCALABLE QUERY ENGINE PROPERTIES###########
scalableQueryEngine.enabled=false
scalableQueryEngine.enabled=true
scalableQueryEngine.url=http://localhost:8081

chrome.path=/usr/bin/chromium
Expand Down
8 changes: 0 additions & 8 deletions jaspersoft-containers/Docker/jrs/scripts/setenv.sh

This file was deleted.

8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/scalableQueryEngine/.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
JASPERREPORTS_SERVER_VERSION=8.0.0
JASPERREPORTS_SERVER_VERSION=8.0.2
SCALABLE_QUERY_ENGINE_IMAGE_NAME=scalable-query-engine
SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_NAME=scalable-query-engine-drivers
SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG=8.0.0
SCALABLE_QUERY_ENGINE_IMAGE_TAG=8.0.0
SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG=8.0.2
SCALABLE_QUERY_ENGINE_IMAGE_TAG=8.0.2
JDK_BASE_IMAGE=openjdk:11-jdk
ks=/etc/secrets/keystore
ksp=/etc/secrets/keystore
RELEASE_DATE=Nov 14,2021
RELEASE_DATE=May 13,2022
6 changes: 3 additions & 3 deletions jaspersoft-containers/Docker/scalableQueryEngine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

#ARG JDK_BASE_IMAGE=amazoncorretto:11
ARG JDK_BASE_IMAGE=openjdk:11-jdk
ARG JASPERREPORTS_SERVER_VERSION=8.0.0
ARG JASPERREPORTS_SERVER_VERSION=8.0.2

FROM ${JDK_BASE_IMAGE} AS worker

ARG JASPERREPORTS_SERVER_VERSION
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/scalableQueryEngine
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.0}
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.2}
ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin

ENV WORKER_HOME /usr/local/scalable-query-engine
Expand All @@ -29,7 +29,7 @@ RUN chmod +x /usr/local/scripts/installPackagesForScalableAdhoc.sh && /usr/loca
FROM ${JDK_BASE_IMAGE}

ARG JASPERREPORTS_SERVER_VERSION
ENV RELEASE_DATE ${RELEASE_DATE:- 14-11-2021}
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022}

LABEL "org.jasperosft.name"="Jasper Reports Server Scalable Query Engine" \
"org.jaspersoft.vendor"="Tibco Software Inc." \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# in the license file that is distributed with this file
#ARG JDK_BASE_IMAGE=amazoncorretto:11
ARG JDK_BASE_IMAGE=openjdk:11-jdk
ARG JASPERREPORTS_SERVER_VERSION=8.0.0
ARG JASPERREPORTS_SERVER_VERSION=8.0.2

FROM ${JDK_BASE_IMAGE} as driver

ARG JASPERREPORTS_SERVER_VERSION
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.0}
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.2}
ARG JRS_DISTRO=jasperreports-server-pro-${JASPERREPORTS_SERVER_VERSION}-bin
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/scalableQueryEngine
ENV JRS_HOME /usr/local/jasperreports-server
Expand All @@ -26,8 +26,8 @@ FROM ${JDK_BASE_IMAGE}
ARG CONTAINER_DISTRO=jaspersoft-containers/Docker/scalableQueryEngine
ENV WAR_JARS=/usr/local/jasperreports-server/buildomatic/conf_source/iePro/lib
ENV WAR_LIB_JARS=/usr/local/jasperreports-server/jasperserver-pro/WEB-INF/lib
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.0}
ENV RELEASE_DATE ${RELEASE_DATE:- 14-11-2021}
ENV JASPERREPORTS_SERVER_VERSION ${JASPERREPORTS_SERVER_VERSION:-8.0.2}
ENV RELEASE_DATE ${RELEASE_DATE:- 13-05-2022}

LABEL "org.jasperosft.name"="Jasper Reports Server Scalable Query Engine" \
"org.jaspersoft.vendor"="TIBCO Software Inc." \
Expand Down
8 changes: 4 additions & 4 deletions jaspersoft-containers/Docker/scalableQueryEngine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ and all the deployment configurations are managed by Helm charts and Redis is us

| Environment Variable Name | Description | Default Value|
|------------| -------------|--------------|
|JASPERREPORTS_SERVER_VERSION | JasperReports Server release version | 8.0.0|
|JASPERREPORTS_SERVER_VERSION | JasperReports Server release version | 8.0.2|
|SCALABLE_QUERY_ENGINE_IMAGE_NAME| Scalable Query Engine image name |scalable-query-engine|
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_NAME| Scalable Query Engine JDBC drivers image name| scalable-adhoc-drivers|
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG| Docker tag for Scalable Query Engine | 8.0.0|
|SCALABLE_QUERY_ENGINE_IMAGE_TAG| Docker tag for Scalable Query Engine Driver | 8.0.0|
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_NAME| Scalable Query Engine JDBC drivers image name| scalable-query-engine-driver|
|SCALABLE_QUERY_ENGINE_DRIVER_IMAGE_TAG| Docker tag for Scalable Query Engine | 8.0.2|
|SCALABLE_QUERY_ENGINE_IMAGE_TAG| Docker tag for Scalable Query Engine Driver | 8.0.2|
|JDK_BASE_IMAGE | Docker image certified for the version of JasperReports Server being deployed based on Debian and Amazon Linux 2, and it is of two types **openjdk:11-jdk** for Debian and **amazoncorretto:11** for Amazon Linux 2 |openjdk:11-jdk|
|ks | .jrsks keystore path |/etc/secrets/keystore|
|ksp | .jrsksp keystore path | /etc/secrets/keystore |
Expand Down
74 changes: 62 additions & 12 deletions jaspersoft-containers/K8s/jrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
1. TIBCO JasperReports® Server
1. Keystore
1. Git
1. Helm 3.5
1. Minimum knowledge of Docker and K8s
1. [Helm 3.5](https://helm.sh/docs/intro/)
1. [kubectl commandline tool](https://kubernetes.io/docs/tasks/tools/)
1. Minimum Knowledge of Docker and K8s

# Parameters

Expand All @@ -47,7 +48,7 @@ These parameters and values are the same as parameters in values.yaml.
| Parameter| Description | default Value |
|------------| -------------| ----------|
| replicaCount| Number of pods | 1 (It will not come into effect if autoscaling is enabled.)|
| jrsVersion|TIBCO JasperReports® Server release version | 8.0.0 |
| jrsVersion|TIBCO JasperReports® Server release version | 8.0.2 |
| image.tag | Name of the TIBCO JasperReports® Server webapp image tag | TIBCO JasperReports® Server Release Version|
| image.name| Name of the TIBCO JasperReports® Server webapp image | null|
| image.pullPolicy| Docker image pull policy | IfNotPresent|
Expand All @@ -72,7 +73,18 @@ These parameters and values are the same as parameters in values.yaml.
| buildomatic.pullPolicy | Image pull policy| IfNotPresent|
| buildomatic.PullSecrets | Image pull secrets | null|
| buildomatic.includeSamples| Installs TIBCO JasperReports® Server samples in JasperReports Server DB | true|
| extraEnv.javaopts | Adds all JAVA_OPTS | -XMX3500M |
| db.env | Enables the DB configuration using environment variables | true |
| db.jrs.dbHost | JasperReports Server repository DB host | repository-postgresql.default.svc.cluster.local |
| db.jrs.dbPort | JasperReports Server repository DB port | 5432|
| db.jrs.dbName | JasperReports Server repository DB name | jasperserver |
| db.jrs.dbUserName | JasperReports Server repository DB user name | postgres |
| db.jrs.dbPassword | JasperReports Server repository DB password | postgres |
| db.audit.dbHost | JasperReports Server audit DB host | repository-postgresql.default.svc.cluster.local |
| db.audit.dbPort | JasperReports Server audit DB port | 5432|
| db.audit.dbName | JasperReports Server audit DB name | jasperserver |
| db.audit.dbUserName | JasperReports Server audit DB user name | postgres |
| db.audit.dbPassword | JasperReports Server audit DB password | postgres |
| extraEnv.javaopts | Adds all JAVA_OPTS | -XX:+UseContainerSupport -XX:MinRAMPercentage=33.0 -XX:MaxRAMPercentage=75.0 |
| extraEnv.normal | Adds all the normal key value pair variables | null |
| extraEnv.secrets | Adds all the environment references from secrets or configmaps| null |
| extraVolumeMounts | Adds extra volume mounts | null|
Expand All @@ -96,10 +108,12 @@ These parameters and values are the same as parameters in values.yaml.
| resources.requests.cpu | Minimum CPU | "2" |
| resources.requests.memory | Minimum Memory | 3.5Gi |
| jms.enabled | Enables the ActiveMQ cache service | true|
| jms.jmsBrokerUrl | | null|
| jms.name | Name of the JMS | jasperserver-cache|
| jms.serviceName | Name of the JMS Service | jasperserver-cache-service |
| jms.imageName | Name of the Activemq image | rangareddyv/activemq-openshift |
| jms.imageTag | Activemq image tag | 5.16.2 |
| jms.healthcheck.enabled | | true |
| jms.healthcheck.livenessProbe.port | Container port | 61616 |
| jms.healthcheck.livenessProbe.initialDelaySeconds | Initial delay | 100 |
| jms.healthcheck.livenessProbe.failureThreshold | Threshold for health check | 10 |
Expand All @@ -115,11 +129,11 @@ These parameters and values are the same as parameters in values.yaml.
| ingress.tls | Adds TLS secret name to allow secure traffic | null|
| scalableQueryEngine.enabled | Communicates with Scalable Query Engine | false|
| scalable-query-engine.replicaCount | Number of pods for Scalable Query Engine | 2|
| scalable-query-engine.image.tag | Scalable Query Engine image tag | 8.0.0|
| scalable-query-engine.image.tag | Scalable Query Engine image tag | 8.0.2|
| scalable-query-engine.image.name | Name of the Scalable Query Engine image | null |
| scalable-query-engine.image.pullPolicy| Scalable Query Engine image pull policy | ifNotPresent |
| scalable-query-engine.autoscaling.enabled | Enables the HPA for Scalable Query Engine | false |
| scalable-query-engine.drivers.image.tag | Scalable Query Engine image tag | 8.0.0 |
| scalable-query-engine.drivers.image.tag | Scalable Query Engine image tag | 8.0.2 |
| scalable-query-engine.drivers.image.name | | null |
| scalable-query-engine.drivers.storageClassName | | hostpath |
| scalable-query-engine.kubernetes-ingress.controller.service.type | | ClusterIP |
Expand Down Expand Up @@ -150,13 +164,49 @@ These parameters and values are the same as parameters in values.yaml.

1. Go to `jaspersersoft-containers/K8s`, and to update the dependency charts, run `helm dependencies update jrs/helm`.
2. Update the default_master.properties in `Docker/jrs/resources/default_properties` as needed.
3. (Optional , in case DB has to be configure using env variables)Update the `db` section in `values.yaml` with the actual JasperReports Server DB details or create a separate secret like below.


apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: jasperserver-pro-db-secret
labels:
data:
DB_HOST: host-name
DB_PORT: port-name
DB_NAME: db-name
DB_USER_NAME:db-user-name
DB_PASSWORD: db-password

All the DB details should be encoded in base64 format.

**Note:** By default, the below details are used and for this, DB should be part of OpenShift Cluster in the default project. Please note the DB is already created, adding this won't enforce to create a DB
If JasperReports Server is deployed in a different project, then change the dbHost in the following format: `respository-postgresql.<OpenShift-project>.svc.cluster.local`.


dbHost: repository-postgresql.default.svc.cluster.local
dbPort: 5432
dbName: jasperserver
dbUserName: postgres
dbPassword: postgres

These details are stored in Kubernetes secrets and used as environment variables during application startup.

**Note on Audit DB:** Enable the `db.audit.enable=true` if separate Audit DB is required for audit events, and add the below values to the db-secrets. Please note the Audit DB is already created, adding this won't enforce to create a DB


**Note:** Update the dbhost in `Docker/jrs/resources/default-propertes/default_master.properties` with the name
`respository-postgresql.<k8s-namespace>.svc.cluster.local` to create DB in K8s cluster.
AUDIT_DB_HOST: audit-db-host
AUDIT_DB_PORT: audit-db-port
AUDIT_DB_NAME: audit-db-name
AUDIT_DB_USER_NAME: audit-db-user-name
AUDIT_DB_PASSWORD: audit-password

3. Build the docker images for TIBCO JasperReports® Server, and Scalable Query Engine (see the [Docker JasperReports Server readme](../../Docker/jrs#readme) and [Docker Scalable Query Engine readme](../../Docker/scalableQueryEngine#readme) ).
4. Generate the keystore and copy it to the `K8s/jrs/helm/secrets/keystore` folder, see here for [Keystore Generation ](../../Docker/jrs#keystore-generation).
5. Copy the TIBCO JasperReports® Server license to the `K8s/jrs/helm/secrets/license` folder.
3. Build the docker images for TIBCO JasperReports® Server, and Scalable Query Engine (see the [Docker JasperReports Server readme](../../Docker/jrs#readme) and [Docker Scalable Query Engine readme](../../Docker/scalableAdhocWorker#readme) ).
4. Generate the keystore and copy it to the `OpenShift/jrs/helm/secrets/keystore` folder, see here for [Keystore Generation ](../../Docker/jrs#keystore-generation).
5. Copy the TIBCO JasperReports® Server license to the `OpenShift/jrs/helm/secrets/license` folder.

## JMS Configuration
By default, TIBCO JasperReports® Server will install using activemq docker image. You can disable it by changing the parameter `jms.enabled=false`.
Expand Down Expand Up @@ -205,7 +255,7 @@ For more information and configuration, see the [Official Docs](https://github.c

- To set up the Repository DB in K8s cluster, run the below command. For this, we are using bitnami/postgresql Helm chart. See the [Official Docs](https://artifacthub.io/packages/helm/bitnami/postgresql) to configure the DB in cluster mode.

`helm install repository bitnami/postgresql --set postgresqlPassword=postgres --namespace jrs --create-namespace`
`helm install repository bitnami/postgresql --set postgresqlPassword=postgres --version 10.14.0 --namespace jrs --create-namespace`


- Check the pods status and make sure pods are in a running state.
Expand Down
21 changes: 21 additions & 0 deletions jaspersoft-containers/K8s/jrs/helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dependencies:
- name: kubernetes-ingress
repository: https://haproxytech.github.io/helm-charts
version: 1.15.4
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 16.0.1
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.12.0
- name: kibana
repository: https://helm.elastic.co
version: 7.12.0
- name: scalable-query-engine
repository: file://../../scalableQueryEngine/helm
version: 8.0.0
- name: jrio-at-scale
repository: file://../../jrio/helm
version: 3.0.0
digest: sha256:9079e159a4b75b70a5c4340694dd3ed2661ec62f07e2117033cc683a864e0799
generated: "2022-03-10T12:46:13.4875958+05:30"
4 changes: 2 additions & 2 deletions jaspersoft-containers/K8s/jrs/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: jasperserver-pro
description: JasperReportServer deployment in K8s
type: application
version: 1.0.0
appVersion: "8.0.0"
appVersion: "8.0.2"
keywords:
- Analytics
- BI Tool
- Embeddable Reporting Server

maintainers:
- name: Jaspersoft
email: js-eng-infra@tibco.com
email: js-support@tibco.com
url: https://www.jaspersoft.com/

dependencies:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2f9aa73

Please sign in to comment.