Skip to content

Commit

Permalink
Merge pull request #80 from IN-CORE/release-1.21.0
Browse files Browse the repository at this point in the history
release 1.21.0 for Incore release 4.7.0
  • Loading branch information
ywkim312 authored Nov 9, 2023
2 parents 969bb26 + e9bd7c6 commit 8d309c4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ frontend:
replicas: 1
image:
repository: frontend
tag: v1.8.0
tag: 1.9.0
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8d309c4

Please sign in to comment.