Skip to content

Commit d0d5162

Browse files
Merge pull request #22 from aa-replicated/feat/helmchart-yaml
feat: add KOTS HelmChart manifest and copy to release
2 parents 17db4ba + c971b89 commit d0d5162

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: |
5858
cp .replicated release/
5959
cp embedded-cluster-config.yaml release/
60+
cp helmchart.yaml release/
6061
6162
- name: Create Replicated release
6263
id: create-release

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
cp .replicated release/
5656
cp embedded-cluster-config.yaml release/
57+
cp helmchart.yaml release/
5758
5859
- name: Create Replicated release
5960
id: create-release

helmchart.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: kots.io/v1beta2
2+
kind: HelmChart
3+
metadata:
4+
name: gameshelf
5+
spec:
6+
chart:
7+
name: gameshelf
8+
chartVersion: ""
9+
values:
10+
image:
11+
tag: repl{{ '{{' }} .VersionLabel {{ '}}' }}
12+
global:
13+
imagePullSecrets:
14+
- name: '{{repl ImagePullSecretName }}'

0 commit comments

Comments
 (0)