-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchartpress.yaml
37 lines (34 loc) · 1.11 KB
/
chartpress.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This is the configuration for chartpress, a CLI for Helm chart management.
#
# chartpress is used to:
# - Build images
# - Update Chart.yaml (version) and values.yaml (image tags)
# - Package and publish Helm charts to a GitHub based Helm chart repository
#
# For more information, see the projects README.md file:
# https://github.com/jupyterhub/chartpress
#
# This is the configuration for chartpress, a CLI for Helm chart management.
#
# chartpress is used to:
# - Build images
# - Update Chart.yaml (version) and values.yaml (image tags)
# - Package and publish Helm charts to a GitHub based Helm chart repository
#
# For more information, see the projects README.md file:
# https://github.com/jupyterhub/chartpress
#
charts:
- name: frx-challenges
chartPath: helm-chart
imagePrefix: quay.io/2i2c/
# Set dev version by taking latest tag and incrementing patch
baseVersion: patch
repo:
git: 2i2c-org/frx-challenges-helm-chart
published: https://2i2c.org/frx-challenges-helm-chart/
images:
frx-challenges:
dockerfilePath: Dockerfile
contextPath: .
valuesPath: image