Fix to use the sanitize the backend tag

This commit is contained in:
SorsOps
2024-06-20 00:49:33 +02:00
parent 87b1bc12c2
commit be6b217ef0

View File

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