File tree Expand file tree Collapse file tree 4 files changed +24
-21
lines changed Expand file tree Collapse file tree 4 files changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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 : 1.1.6
18
+ version : 1.1.7
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
Original file line number Diff line number Diff line change @@ -49,12 +49,13 @@ git_bridge:
49
49
pullPolicy : Always
50
50
tag : " v1.1.3"
51
51
resources :
52
- limits :
53
- cpu : 200m
54
- memory : 256Mi
55
- requests :
56
- cpu : 200m
57
- memory : 256Mi
52
+ limits :
53
+ cpu : 200m
54
+ memory : 256Mi
55
+ ephemeral-storage : 100Mi
56
+ requests :
57
+ cpu : 200m
58
+ memory : 256Mi
58
59
ingress :
59
60
enabled : true
60
61
annotations :
@@ -83,12 +84,13 @@ container_bridge:
83
84
pullPolicy : Always
84
85
tag : " v1.1.3"
85
86
resources :
86
- limits :
87
- cpu : 200m
88
- memory : 256Mi
89
- requests :
90
- cpu : 200m
91
- memory : 256Mi
87
+ limits :
88
+ cpu : 200m
89
+ memory : 256Mi
90
+ ephemeral-storage : 100Mi
91
+ requests :
92
+ cpu : 200m
93
+ memory : 256Mi
92
94
ingress :
93
95
enabled : true
94
96
annotations :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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 : 1.1.9
18
+ version : 1.1.10
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
Original file line number Diff line number Diff line change @@ -53,17 +53,18 @@ ingress:
53
53
# hosts:
54
54
# - chart-example.local
55
55
56
- resources : {}
56
+ resources :
57
57
# We usually recommend not to specify default resources and to leave this as a conscious
58
58
# choice for the user. This also increases chances charts run on environments with little
59
59
# resources, such as Minikube. If you do want to specify resources, uncomment the following
60
60
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
61
- # limits:
62
- # cpu: 100m
63
- # memory: 128Mi
64
- # requests:
65
- # cpu: 100m
66
- # memory: 128Mi
61
+ limits :
62
+ cpu : 100m
63
+ memory : 128Mi
64
+ ephemeral-storage : 100Mi
65
+ requests :
66
+ cpu : 100m
67
+ memory : 128Mi
67
68
68
69
autoscaling :
69
70
enabled : false
You can’t perform that action at this time.
0 commit comments