Skip to content

Commit 80f0758

Browse files
fix: Bitnami chart repo tls issue (#5740)
* bitnami_chart_fix * Rename 278_bitnami_chart_fix.down.sql to 282_bitnami_chart_fix.down.sql * Rename 278_bitnami_chart_fix.up.sql to 282_bitnami_chart_fix.up.sql --------- Co-authored-by: Pawan Mehta <[email protected]>
1 parent 09946c2 commit 80f0758

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update chart_repo set allow_insecure_connection=true where name='bitnami';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update chart_repo set allow_insecure_connection=false where name='bitnami';

0 commit comments

Comments
 (0)