Skip to content

Commit 1a91ed4

Browse files
committed
fix no tag nginx image in well-known
1 parent 30f0cfd commit 1a91ed4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

charts/synapse/templates/well-known-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: well-known
26-
image: nginx
26+
image: {{ printf "%s:%s" .Values.wellKnown.image.repository .Values.wellKnown.image.tag }}
2727
imagePullPolicy: Always
2828
ports:
2929
- containerPort: 80

charts/synapse/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@ wellKnown:
676676
nginx.ingress.kubernetes.io/use-regex: "true"
677677
annotations: {}
678678
ingressClassName: nginx
679+
image:
680+
repository: nginx
681+
tag: 1.28.3
679682
resources:
680683
requests:
681684
cpu: 20m

0 commit comments

Comments
 (0)