Skip to content

Commit 5a0afce

Browse files
authored
fix(yatai): set release name for CRD webhook (#756)
Signed-off-by: David van der Spek <[email protected]>
1 parent 1d88cac commit 5a0afce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

yatai/helm/yatai/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: yatai
33
description: helm chart for yatai
44
type: application
5-
version: 0.1.5
5+
version: 0.1.6
66
appVersion: "v1.1.9"
77
dependencies:
88
- name: postgres

yatai/helm/yatai/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ yatai-deployment:
6969
cpu: 2m
7070
memory: 32Mi
7171

72+
yatai-deployment-crds:
73+
yataiDeploymentReleaseName: yatai-yatai-deployment
74+
7275
yatai-image-builder:
7376
registry: dkr.plural.sh
7477
image:

0 commit comments

Comments
 (0)