Skip to content

Commit e3ec974

Browse files
committed
Update cinema chart versions
1 parent bb3fc6a commit e3ec974

File tree

7 files changed

+36
-16
lines changed

7 files changed

+36
-16
lines changed

charts/cinema/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/cinema/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: A Helm chart to deploy Cinema project in Kubernetes
44
# chart type
55
type: 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"
1010
dependencies:
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

charts/cinema/charts/bookings/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: bookings
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
6-
appVersion: "v2.0.1"
5+
version: 0.2.0
6+
appVersion: "v2.1.0"

charts/cinema/charts/movies/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: movies
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
6-
appVersion: "v2.0.1"
5+
version: 0.2.0
6+
appVersion: "v2.1.0"

charts/cinema/charts/showtimes/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: showtimes
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
6-
appVersion: "v2.0.1"
5+
version: 0.2.0
6+
appVersion: "v2.1.0"

charts/cinema/charts/users/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: users
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
6-
appVersion: "v2.0.1"
5+
version: 0.2.0
6+
appVersion: "v2.1.0"

charts/cinema/values.yaml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1631
users:
1732
image:
18-
tag: "v2.0.1"
33+
tag: "v2.1.0"
1934

2035
args:
2136
- "-mongoURI"
@@ -24,7 +39,7 @@ users:
2439
# Cinema movies values
2540
movies:
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
3449
showtimes:
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
4358
bookings:
4459
image:
45-
tag: "v2.0.1"
60+
tag: "v2.1.0"
4661

4762
args:
4863
- "-mongoURI"

0 commit comments

Comments
 (0)