Skip to content

Commit 88ac31d

Browse files
committed
Update to version 0.1.6
Signed-off-by: ranum <ranum@users.noreply.github.com>
1 parent 6cc327a commit 88ac31d

File tree

5 files changed

+28
-9
lines changed

5 files changed

+28
-9
lines changed

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.1.3
23+
appVersion: 0.1.6
2424

2525
keywords:
2626
- ibm

chart/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
replicaCount: 1
66

77
image:
8-
repository: alvearie/nlp-insights
8+
repository: quay.io/alvearie/nlp-insights
99
pullPolicy: Always
10-
tag: 0.1.3
10+
tag: 0.1.6
1111
pullSecret:
1212

1313
service:

docs/charts/index.yaml

+23-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
apiVersion: v1
22
entries:
33
nlp-insights:
4+
- apiVersion: v2
5+
appVersion: 0.1.6
6+
created: "2022-04-05T19:48:28.912139714Z"
7+
description: A Helm Chart to deploy the NLP Insights service.
8+
digest: 05802701a78468728d4b7ef01cf1afa09fc2e6ec3a6674c1bb0bdc0b7288f46e
9+
home: https://github.com/LinuxForHealth/nlp-insights
10+
keywords:
11+
- ibm
12+
- alvearie
13+
- nlp
14+
- insights
15+
maintainers:
16+
- email: ntl@us.ibm.com
17+
name: Nicholas T. Lawrence
18+
name: nlp-insights
19+
type: application
20+
urls:
21+
- nlp-insights-0.1.6.tgz
22+
version: 0.1.6
423
- apiVersion: v2
524
appVersion: 0.1.3
6-
created: "2022-03-09T20:39:30.438685533Z"
25+
created: "2022-04-05T19:48:28.911731108Z"
726
description: A Helm Chart to deploy the NLP Insights service.
827
digest: 286099b95180065ebe50b78cf2f5daa8d2d76a4fa51f46ad16e834332db9e902
928
home: https://github.com/LinuxForHealth/nlp-insights
@@ -22,7 +41,7 @@ entries:
2241
version: 0.1.3
2342
- apiVersion: v2
2443
appVersion: 0.1.2
25-
created: "2022-03-09T20:39:30.437815031Z"
44+
created: "2022-04-05T19:48:28.911383003Z"
2645
description: A Helm Chart to deploy the NLP Insights service.
2746
digest: 42bed86de1f193821ca0a58269a44bdfa575d258be5b1b3950d0c64d9d5aa25a
2847
home: https://github.com/LinuxForHealth/nlp-insights
@@ -41,7 +60,7 @@ entries:
4160
version: 0.1.2
4261
- apiVersion: v2
4362
appVersion: 0.0.1
44-
created: "2022-03-09T20:39:30.437242729Z"
63+
created: "2022-04-05T19:48:28.911002398Z"
4564
description: A Helm Chart to deploy the NLP Insights service.
4665
digest: 0f23831266fa1c80fe75cc2cd8b35bb9325d047ac6470843d8624568ba73f7c7
4766
home: https://github.com/Alvearie/health-patterns/tree/main/services/nlp-insights
@@ -58,4 +77,4 @@ entries:
5877
urls:
5978
- nlp-insights-0.1.0.tgz
6079
version: 0.1.0
61-
generated: "2022-03-09T20:39:30.435180423Z"
80+
generated: "2022-04-05T19:48:28.91039589Z"

docs/charts/nlp-insights-0.1.6.tgz

2.76 KB
Binary file not shown.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reportsDir = reports
55
pyDistDir = dist
66
dockerUser=
77
# Version is set by github actions during the build
8-
version=0.1.3
8+
version=0.1.6
99
dockerLocalPort=5000
1010
# The python version number needs to be in sync with DockerFile
1111
# For example if the DockerFile has "FROM python:3.9-slim-buster"

0 commit comments

Comments
 (0)