You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kubernetes.md
+32-13Lines changed: 32 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,9 @@ description: A Helm chart to deploy Cinema project in Kubernetes
79
79
# chart type
80
80
type: application
81
81
# chart version
82
-
version: 0.1.0
82
+
version: 0.2.0
83
83
# cinema app version
84
-
appVersion: "v2.0.1"
84
+
appVersion: "v2.1.0"
85
85
dependencies:
86
86
- condition: mongodb.enabled
87
87
name: mongodb
@@ -95,9 +95,11 @@ dependencies:
95
95
version: 0.x.x
96
96
- name: bookings
97
97
version: 0.x.x
98
+
- name: website
99
+
version: 0.x.x
98
100
```
99
101
100
-
Dependencies like `users`, `movies`, `showtimes` and `bookings` are charts located inside `charts` folder, and `mongodb` dependency came from Bitnami repository.
102
+
Dependencies like `website`, `users`, `movies`, `showtimes` and `bookings` are charts located inside `charts` folder, and `mongodb` dependency came from Bitnami repository.
0 commit comments