File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
2
2
name : metabase-operator
3
3
description : Helm chart to deploy [unagex-metabase-operator](https://github.com/unagex/metabase-operator)
4
4
type : application
5
- version : 0.0.1
6
- appVersion : 0.0.1
5
+ version : 0.0.2
6
+ appVersion : 0.0.2
7
7
home : https://github.com/unagex/metabase-operator
Original file line number Diff line number Diff line change @@ -3,4 +3,19 @@ operator:
3
3
repository : ghcr.io/unagex/metabase-operator/controller
4
4
# tag default to .Chart.AppVersion if not set
5
5
tag : " "
6
- pullPolicy : IfNotPresent
6
+ pullPolicy : IfNotPresent
7
+
8
+ # resources example:
9
+ # resources:
10
+ # limits:
11
+ # cpu: 100m
12
+ # memory: 128Mi
13
+ # requests:
14
+ # cpu: 100m
15
+ # memory: 128Mi
16
+ resources : {}
17
+
18
+ # labels example:
19
+ # labels:
20
+ # app.kubernetes.io/part-of: example
21
+ labels : {}
You can’t perform that action at this time.
0 commit comments