Skip to content

Commit 5056cf4

Browse files
committed
Update to version 0.1.3
Signed-off-by: ntl-ibm <[email protected]>
1 parent 67820de commit 5056cf4

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-7
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.2
18+
version: 0.1.3
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.2
23+
appVersion: 0.1.3
2424

2525
keywords:
2626
- ibm

chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
repository: alvearie/nlp-insights
99
pullPolicy: Always
10-
tag: 0.1.2
10+
tag: 0.1.3
1111
pullSecret:
1212

1313
service:

docs/charts/index.yaml

+22-3
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.3
6+
created: "2022-03-09T20:39:30.438685533Z"
7+
description: A Helm Chart to deploy the NLP Insights service.
8+
digest: 286099b95180065ebe50b78cf2f5daa8d2d76a4fa51f46ad16e834332db9e902
9+
home: https://github.com/LinuxForHealth/nlp-insights
10+
keywords:
11+
- ibm
12+
- alvearie
13+
- nlp
14+
- insights
15+
maintainers:
16+
17+
name: Nicholas T. Lawrence
18+
name: nlp-insights
19+
type: application
20+
urls:
21+
- nlp-insights-0.1.3.tgz
22+
version: 0.1.3
423
- apiVersion: v2
524
appVersion: 0.1.2
6-
created: "2022-02-28T20:40:04.640360631Z"
25+
created: "2022-03-09T20:39:30.437815031Z"
726
description: A Helm Chart to deploy the NLP Insights service.
827
digest: 42bed86de1f193821ca0a58269a44bdfa575d258be5b1b3950d0c64d9d5aa25a
928
home: https://github.com/LinuxForHealth/nlp-insights
@@ -22,7 +41,7 @@ entries:
2241
version: 0.1.2
2342
- apiVersion: v2
2443
appVersion: 0.0.1
25-
created: "2022-02-28T20:40:04.639759512Z"
44+
created: "2022-03-09T20:39:30.437242729Z"
2645
description: A Helm Chart to deploy the NLP Insights service.
2746
digest: 0f23831266fa1c80fe75cc2cd8b35bb9325d047ac6470843d8624568ba73f7c7
2847
home: https://github.com/Alvearie/health-patterns/tree/main/services/nlp-insights
@@ -39,4 +58,4 @@ entries:
3958
urls:
4059
- nlp-insights-0.1.0.tgz
4160
version: 0.1.0
42-
generated: "2022-02-28T20:40:04.638926185Z"
61+
generated: "2022-03-09T20:39:30.435180423Z"

docs/charts/nlp-insights-0.1.3.tgz

2.75 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.2
8+
version=0.1.3
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)