diff --git a/Chart.yaml b/Chart.yaml index 31a69d8..1823df4 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.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: @@ -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 diff --git a/README.md b/README.md index 8344c0a..61e48b1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/values.yaml b/values.yaml index 0bf5c34..1806199 100644 --- a/values.yaml +++ b/values.yaml @@ -133,7 +133,7 @@ frontend: replicas: 1 image: repository: frontend - tag: 1.3.0 + tag: 1.4.0 service: type: ClusterIP port: 80 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -389,7 +389,7 @@ ldap: # ---------------------------------------------------------------------- playbooks: slc: - enabled: true + enabled: false image: playbook/slc:develop replicas: 1 joplin: @@ -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"]