From e9bd7c6a7ce9c2037806dde592d72d87099001bc Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Wed, 8 Nov 2023 13:45:42 -0600 Subject: [PATCH] release 1.21.0 for Incore release 4.7.0 --- Chart.yaml | 6 +++--- README.md | 5 ++++- values.yaml | 20 ++++++++++---------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 490b4b4..c499e18 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -8,12 +8,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.20.1 +version: 1.21.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.6.0 +appVersion: 4.7.0 # List of people that maintain this helm chart. maintainers: @@ -47,4 +47,4 @@ annotations: - name: Helm Chart url: https://github.com/IN-CORE/incore-helm artifacthub.io/changes: | - - Geoserver uses official image instead of custom-built image + - IN-CORE release 4.7.0 diff --git a/README.md b/README.md index 04e9865..8d6df41 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,10 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc. ## ChangeLog -### Unreleased +### 1.21.0 +- IN-CORE release 4.7.0 + +### 1.20.1 - Geoserver uses the official image instead of custom-built image ### 1.20.0 diff --git a/values.yaml b/values.yaml index 592ddd6..362cd35 100644 --- a/values.yaml +++ b/values.yaml @@ -134,7 +134,7 @@ frontend: replicas: 1 image: repository: frontend - tag: v1.8.0 + tag: 1.9.0 service: type: ClusterIP port: 80 @@ -171,7 +171,7 @@ doc_incore: replicas: 1 image: repository: doc/incore - tag: v4.6.0 + tag: 4.7.0 service: type: ClusterIP port: 80 @@ -183,7 +183,7 @@ doc_pyincore: replicas: 1 image: repository: doc/pyincore - tag: v1.13.0 + tag: 1.14.0 service: type: ClusterIP port: 80 @@ -195,7 +195,7 @@ doc_pyincore_viz: replicas: 1 image: repository: doc/pyincore-viz - tag: v1.8.3 + tag: 1.8.4 service: type: ClusterIP port: 80 @@ -219,7 +219,7 @@ doc_api: replicas: 1 image: repository: doc/api - tag: v4.6.0 + tag: v4.7.0 service: type: ClusterIP port: 80 @@ -232,7 +232,7 @@ svc_data: repo: /home/incore/data/ image: repository: data-jetty - tag: 1.21.0 + tag: 1.22.0 service: type: ClusterIP port: 8888 @@ -258,7 +258,7 @@ svc_dfr3: replicas: 4 image: repository: dfr3-jetty - tag: 1.21.0 + tag: 1.22.0 service: type: ClusterIP port: 8888 @@ -281,7 +281,7 @@ svc_hazard: replicas: 4 image: repository: hazard-jetty - tag: 1.21.0 + tag: 1.22.0 service: type: ClusterIP port: 8888 @@ -304,7 +304,7 @@ svc_space: replicas: 2 image: repository: space-jetty - tag: 1.21.0 + tag: 1.22.0 service: type: ClusterIP port: 8888 @@ -327,7 +327,7 @@ svc_sema: replicas: 1 image: repository: semantics-jetty - tag: 1.21.0 + tag: 1.22.0 service: type: ClusterIP port: 8888