Skip to content

Commit 2ab8646

Browse files
Add fields to helm charts
1 parent 8eaf7b5 commit 2ab8646

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

charts/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: metabase-operator
33
description: Helm chart to deploy [unagex-metabase-operator](https://github.com/unagex/metabase-operator)
44
type: application
5-
version: 0.0.1
6-
appVersion: 0.0.1
5+
version: 0.0.2
6+
appVersion: 0.0.2
77
home: https://github.com/unagex/metabase-operator

charts/operator/values.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,19 @@ operator:
33
repository: ghcr.io/unagex/metabase-operator/controller
44
# tag default to .Chart.AppVersion if not set
55
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: {}

0 commit comments

Comments
 (0)