Skip to content

Commit ae0cc97

Browse files
author
ogiorgis
committed
[auto] add voila-demo service
1 parent d3e6b96 commit ae0cc97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/voila-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2626

27-
version: 1.1.3
27+
version: 1.1.4
2828

2929
dependencies:
3030
- name: library-chart

charts/voila-demo/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"description": "The maximum amount of cpu",
137137
"title": "CPU",
138138
"type": "string",
139-
"default": "1500m",
139+
"default": "2000",
140140
"render": "slider",
141141
"sliderMin": 50,
142142
"sliderMax": 4000,
@@ -154,7 +154,7 @@
154154
"description": "The maximum amount of memory",
155155
"title": "Memory",
156156
"type": "string",
157-
"default": "2Gi",
157+
"default": "3Gi",
158158
"render": "slider",
159159
"sliderMin": 1,
160160
"sliderMax": 20,

0 commit comments

Comments
 (0)