Skip to content

Commit

Permalink
Merge pull request #40 from IN-CORE/develop
Browse files Browse the repository at this point in the history
main 1.14.0 for incore release 3.7.0
  • Loading branch information
ywkim312 authored Nov 15, 2022
2 parents 8f6db57 + 40ec3c4 commit 676967c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
8 changes: 3 additions & 5 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.13.1
version: 1.14.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: 3.6.0
appVersion: 3.7.0

# List of people that maintain this helm chart.
maintainers:
Expand Down Expand Up @@ -47,6 +47,4 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- Added SLC playbook template
- Added Joplin playbook template
- Added Galveston playbook tempate
- Incore release 3.7.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc.
## ChangeLog
### 1.14.0
- Incore release 3.7.0
### 1.13.1
- Added SLC playbook template
- Added Joplin playbook template
Expand Down
26 changes: 13 additions & 13 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ frontend:
replicas: 1
image:
repository: frontend
tag: 1.3.0
tag: 1.4.0
service:
type: ClusterIP
port: 80
Expand Down Expand Up @@ -170,7 +170,7 @@ doc_incore:
replicas: 1
image:
repository: doc/incore
tag: 3.6.0
tag: 3.7.0
service:
type: ClusterIP
port: 80
Expand All @@ -182,7 +182,7 @@ doc_pyincore:
replicas: 1
image:
repository: doc/pyincore
tag: 1.7.0
tag: 1.8.0
service:
type: ClusterIP
port: 80
Expand All @@ -194,7 +194,7 @@ doc_pyincore_viz:
replicas: 1
image:
repository: doc/pyincore-viz
tag: 1.8.0
tag: 1.8.1
service:
type: ClusterIP
port: 80
Expand All @@ -218,7 +218,7 @@ doc_api:
replicas: 1
image:
repository: doc/api
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 80
Expand All @@ -231,7 +231,7 @@ svc_data:
repo: /home/incore/data/
image:
repository: data-jetty
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 8888
Expand All @@ -257,7 +257,7 @@ svc_dfr3:
replicas: 4
image:
repository: dfr3-jetty
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 8888
Expand All @@ -280,7 +280,7 @@ svc_hazard:
replicas: 4
image:
repository: hazard-jetty
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 8888
Expand All @@ -303,7 +303,7 @@ svc_space:
replicas: 2
image:
repository: space-jetty
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 8888
Expand All @@ -326,7 +326,7 @@ svc_sema:
replicas: 1
image:
repository: semantics-jetty
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 8888
Expand All @@ -349,7 +349,7 @@ svc_maestro:
replicas: 1
image:
repository: maestro-jetty
tag: 1.11.0
tag: 1.12.0
service:
type: ClusterIP
port: 8888
Expand Down Expand Up @@ -389,7 +389,7 @@ ldap:
# ----------------------------------------------------------------------
playbooks:
slc:
enabled: true
enabled: false
image: playbook/slc:develop
replicas: 1
joplin:
Expand Down Expand Up @@ -510,7 +510,7 @@ jupyterhub:
defaultUrl: "/lab"
image:
name: hub.ncsa.illinois.edu/incore/lab
tag: 3.6.0
tag: 3.7.0
pullSecrets:
- regcred
command4: ["echo", "SUCCESS"]
Expand Down

0 comments on commit 676967c

Please sign in to comment.