Skip to content

Commit 2dcf510

Browse files
committed
Fix values
1 parent c4d4287 commit 2dcf510

File tree

3 files changed

+7
-34
lines changed

3 files changed

+7
-34
lines changed

helm/{APP-NAME}/values.schema.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,18 @@
88
"name": {
99
"type": "string"
1010
},
11-
"pullPolicy": {
12-
"type": "string"
13-
},
14-
"registry": {
15-
"type": "string"
16-
},
1711
"tag": {
1812
"type": "string"
1913
}
2014
}
2115
},
22-
"name": {
23-
"type": "object",
24-
"properties": {
25-
"APP-NAME": {
26-
"type": "null"
27-
}
28-
}
29-
},
30-
"project": {
16+
"registry": {
3117
"type": "object",
3218
"properties": {
33-
"branch": {
34-
"type": "string"
35-
},
36-
"commit": {
19+
"domain": {
3720
"type": "string"
3821
}
3922
}
40-
},
41-
"serviceType": {
42-
"type": "string"
4323
}
4424
}
4525
}

helm/{APP-NAME}/values.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
name: {APP-NAME}
2-
serviceType: managed
3-
4-
project:
5-
branch: "[[ .Branch ]]"
6-
commit: "[[ .SHA ]]"
7-
1+
# This file is a Helm values file for the {APP-NAME} chart.
82
image:
9-
registry: quay.io
10-
name: giantswarm/{APP-NAME}
11-
tag: v0.0.1
12-
pullPolicy: IfNotPresent
3+
name: "giantswarm/{APP-NAME}"
4+
tag: ""
5+
registry:
6+
domain: gsoci.azurecr.io

values.schema.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)