File tree 5 files changed +26
-7
lines changed
5 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.2
18
+ version : 0.1.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 0.1.2
23
+ appVersion : 0.1.3
24
24
25
25
keywords :
26
26
- ibm
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
7
7
image :
8
8
repository : alvearie/nlp-insights
9
9
pullPolicy : Always
10
- tag : 0.1.2
10
+ tag : 0.1.3
11
11
pullSecret :
12
12
13
13
service :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
entries :
3
3
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
4
23
- apiVersion : v2
5
24
appVersion : 0.1.2
6
- created : " 2022-02-28T20:40:04.640360631Z "
25
+ created : " 2022-03-09T20:39:30.437815031Z "
7
26
description : A Helm Chart to deploy the NLP Insights service.
8
27
digest : 42bed86de1f193821ca0a58269a44bdfa575d258be5b1b3950d0c64d9d5aa25a
9
28
home : https://github.com/LinuxForHealth/nlp-insights
@@ -22,7 +41,7 @@ entries:
22
41
version : 0.1.2
23
42
- apiVersion : v2
24
43
appVersion : 0.0.1
25
- created : " 2022-02-28T20:40:04.639759512Z "
44
+ created : " 2022-03-09T20:39:30.437242729Z "
26
45
description : A Helm Chart to deploy the NLP Insights service.
27
46
digest : 0f23831266fa1c80fe75cc2cd8b35bb9325d047ac6470843d8624568ba73f7c7
28
47
home : https://github.com/Alvearie/health-patterns/tree/main/services/nlp-insights
@@ -39,4 +58,4 @@ entries:
39
58
urls :
40
59
- nlp-insights-0.1.0.tgz
41
60
version : 0.1.0
42
- generated : " 2022-02-28T20:40:04.638926185Z "
61
+ generated : " 2022-03-09T20:39:30.435180423Z "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ reportsDir = reports
5
5
pyDistDir = dist
6
6
dockerUser =
7
7
# Version is set by github actions during the build
8
- version =0.1.2
8
+ version =0.1.3
9
9
dockerLocalPort =5000
10
10
# The python version number needs to be in sync with DockerFile
11
11
# For example if the DockerFile has "FROM python:3.9-slim-buster"
You can’t perform that action at this time.
0 commit comments