mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
Fix to use the sanitize the backend tag
This commit is contained in:
parent
87b1bc12c2
commit
be6b217ef0
1 changed files with 2 additions and 2 deletions
|
@ -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 }}'
|
tag: 'backend-pr-{{ .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 }}'
|
tag: 'frontend-pr-{{ .BRANCH | sanitizeDNSName }}'
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
|
|
Loading…
Add table
Reference in a new issue