File tree Expand file tree Collapse file tree 7 files changed +36
-16
lines changed
Expand file tree Collapse file tree 7 files changed +36
-16
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,8 @@ dependencies:
1414- name: bookings
1515 repository: ""
1616 version: 0.x.x
17- digest: sha256:51691805aa471ff43cde62fb32e758efeece52d7428f7c206fdd754da7a56aee
18- generated: "2021-02-05T15:07:51.329114+01:00"
17+ - name: website
18+ repository: ""
19+ version: 0.x.x
20+ digest: sha256:692ee21df7eca386f2a6b4e405552bf4e3a3287df2fd5b41fca43f9c67436950
21+ generated: "2021-02-24T19:38:07.319106+01:00"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ description: A Helm chart to deploy Cinema project in Kubernetes
44# chart type
55type : application
66# chart version
7- version : 0.1 .0
7+ version : 0.2 .0
88# cinema app version
9- appVersion : " v2.0.1 "
9+ appVersion : " v2.1.0 "
1010dependencies :
1111 - condition : mongodb.enabled
1212 name : mongodb
@@ -19,4 +19,6 @@ dependencies:
1919 - name : showtimes
2020 version : 0.x.x
2121 - name : bookings
22+ version : 0.x.x
23+ - name : website
2224 version : 0.x.x
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : bookings
33description : A Helm chart for Kubernetes
44type : application
5- version : 0.1 .0
6- appVersion : " v2.0.1 "
5+ version : 0.2 .0
6+ appVersion : " v2.1.0 "
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : movies
33description : A Helm chart for Kubernetes
44type : application
5- version : 0.1 .0
6- appVersion : " v2.0.1 "
5+ version : 0.2 .0
6+ appVersion : " v2.1.0 "
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : showtimes
33description : A Helm chart for Kubernetes
44type : application
5- version : 0.1 .0
6- appVersion : " v2.0.1 "
5+ version : 0.2 .0
6+ appVersion : " v2.1.0 "
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : users
33description : A Helm chart for Kubernetes
44type : application
5- version : 0.1 .0
6- appVersion : " v2.0.1 "
5+ version : 0.2 .0
6+ appVersion : " v2.1.0 "
Original file line number Diff line number Diff line change @@ -12,10 +12,25 @@ mongodb:
1212 persistence :
1313 enabled : false
1414
15+ # Cinema website values
16+ website :
17+ image :
18+ tag : " v2.1.0"
19+
20+ args :
21+ - " -usersAPI"
22+ - " http://cinema-users/api/users/"
23+ - " -moviesAPI"
24+ - " http://cinema-movies/api/movies/"
25+ - " -showtimesAPI"
26+ - " http://cinema-showtimes/api/showtimes/"
27+ - " -bookingsAPI"
28+ - " http://cinema-bookings/api/bookings/"
29+
1530# Cinema users values
1631users :
1732 image :
18- tag : " v2.0.1 "
33+ tag : " v2.1.0 "
1934
2035 args :
2136 - " -mongoURI"
2439# Cinema movies values
2540movies :
2641 image :
27- tag : " v2.0.1 "
42+ tag : " v2.1.0 "
2843
2944 args :
3045 - " -mongoURI"
@@ -33,7 +48,7 @@ movies:
3348# Cinema showtimes values
3449showtimes :
3550 image :
36- tag : " v2.0.1 "
51+ tag : " v2.1.0 "
3752
3853 args :
3954 - " -mongoURI"
@@ -42,7 +57,7 @@ showtimes:
4257# Cinema bookings values
4358bookings :
4459 image :
45- tag : " v2.0.1 "
60+ tag : " v2.1.0 "
4661
4762 args :
4863 - " -mongoURI"
You can’t perform that action at this time.
0 commit comments