0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

Pr should be a prefix

This commit is contained in:
SorsOps 2024-06-20 00:58:10 +02:00
parent be6b217ef0
commit 228665f5f2
No known key found for this signature in database
GPG key ID: E9EC78C740654016

View file

@ -63,7 +63,7 @@ values:
image: image:
pullPolicy: Always pullPolicy: Always
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
tag: 'backend-pr-{{ .BRANCH | sanitizeDNSName }}' tag: 'pr-backend-{{ .BRANCH | sanitizeDNSName }}'
exporter: exporter:
# Unlikely to be used # Unlikely to be used
enabled: false enabled: false
@ -73,7 +73,7 @@ values:
image: image:
pullPolicy: Always pullPolicy: Always
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
tag: 'frontend-pr-{{ .BRANCH | sanitizeDNSName }}' tag: 'pr-frontend-{{ .BRANCH | sanitizeDNSName }}'
ingress: ingress:
enabled: true enabled: true
annotations: annotations: