Skip to content

Commit a1055ea

Browse files
committed
fix: WPB-23445 remove hard coded nginx image references for sftd-join-call
1 parent 9b351ff commit a1055ea

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

values/sftd/demo-values.example.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ host: sftd.example.com
33
replicaCount: 1
44
joinCall:
55
replicaCount: 1
6-
image:
7-
repository: docker.io/bitnamilegacy/nginx
8-
pullPolicy: IfNotPresent
9-
tag: "1.27.3-debian-12-r5"
106
tls:
117
issuerRef:
128
name: letsencrypt-http01

values/sftd/prod-values.example.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ joinCall:
1414
# this value should be set to 3 when deployed in a full production DMZ manner
1515
# replicaCount = 1 is to support the simple wiab-staging solution
1616
replicaCount: 1
17-
image:
18-
repository: docker.io/bitnamilegacy/nginx
19-
pullPolicy: IfNotPresent
20-
tag: "1.27.3-debian-12-r5"
2117

2218
# Uncomment to enable SFT to SFT communication for federated calls
2319
# multiSFT:

0 commit comments

Comments
 (0)