mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 12:28:54 -05:00
Use raw manifests
This commit is contained in:
parent
153ea95a55
commit
eafd4f01eb
1 changed files with 61 additions and 26 deletions
|
@ -4,10 +4,44 @@ namespace: apps
|
||||||
deploy:
|
deploy:
|
||||||
branch: token-studio-develop
|
branch: token-studio-develop
|
||||||
event: push
|
event: push
|
||||||
chart:
|
manifests: |
|
||||||
repository: https://charts.truecharts.org
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
name: penpot
|
name: penpot
|
||||||
version: 4.0.13
|
labels:
|
||||||
|
toolkit.fluxcd.io/tenant: penpot-team
|
||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: truecharts
|
||||||
|
namespace: penpot
|
||||||
|
spec:
|
||||||
|
interval: 5m
|
||||||
|
type: oci
|
||||||
|
url: oci://tccr.io/truecharts
|
||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: penpot
|
||||||
|
namespace: penpot
|
||||||
|
spec:
|
||||||
|
releaseName: penpot
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
version: "4.0.13"
|
||||||
|
chart: penpot
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: truecharts
|
||||||
|
interval: 50m
|
||||||
|
install:
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
|
# Default values
|
||||||
|
# https://github.com/stefanprodan/podinfo/blob/master/charts/podinfo/values.yaml
|
||||||
values:
|
values:
|
||||||
backendImage:
|
backendImage:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -30,3 +64,4 @@ values:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- penpot.tokens.studio
|
- penpot.tokens.studio
|
||||||
|
|
Loading…
Add table
Reference in a new issue