Skip to content

Commit 0b879d7

Browse files
committed
fix(deployment): adjust settings for bitnami legacy repo
1 parent 58658a4 commit 0b879d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deployment/utils/reverse-proxy.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,12 @@ export class Proxy {
302302
}
303303
: undefined,
304304
},
305+
// Needed because we override the `contour.image.repository` field.
306+
global: {
307+
security: {
308+
allowInsecureImages: true,
309+
},
310+
},
305311
contour: {
306312
image: {
307313
repository: 'bitnamilegacy/contour',

0 commit comments

Comments
 (0)