File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ $releaseTag = $vars.pipeline.releaseTag
47
47
# PR container images are located in `cr-dev` in CloudSmith. As opposed to `cr` which we use for release builds.
48
48
$isPr = $releaseTag -match ' ^pr-[0-9]+$'
49
49
if ($isPr ) {
50
- $containerRegistryUrl = ' crdev .stackoverflow.software'
51
- $pullSecretName = ' cloudsmith-cr-dev '
50
+ $containerRegistryUrl = ' cr .stackoverflow.software'
51
+ $pullSecretName = ' cloudsmith-cr-prod '
52
52
$forceUpgrade = @ (' --force' ) # This'll force pods to be recreated with freshly-pulled images
53
53
}
54
54
else {
@@ -154,11 +154,12 @@ switch ($action) {
154
154
}
155
155
156
156
ingress = @ {
157
- className = " nginx-external "
157
+ className = " nginx-internal "
158
158
certIssuer = " letsencrypt-dns-prod"
159
159
host = $vars.vars.opserverSettings.hostUrl
160
160
enabled = $vars.vars.includeIngress
161
161
secretName = " opserver-tls"
162
+ createTlsCert = $true
162
163
}
163
164
164
165
sqlExternalSecret = @ {
You can’t perform that action at this time.
0 commit comments