We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83360a2 + 928e6cc commit 32b6a36Copy full SHA for 32b6a36
scripts/sql/1_insert.up.sql
@@ -5428,7 +5428,7 @@ INSERT INTO "public"."chart_ref" ("id", "location", "version", "is_default", "ac
5428
5429
5430
INSERT INTO "public"."chart_repo" ("id", "name", "url", "is_default", "active", "created_on", "created_by", "updated_on", "updated_by", "external") VALUES
5431
-('1', 'default-chartmuseum', 'http://admin:2!ouVy@chartmuseum-chartmuseum.chartmuseum:8080/', 't', 't', 'now()', '1', 'now()', '1', 'f'),
+('1', 'default-chartmuseum', 'http://devtron-chartmuseum.devtroncd:8080/', 't', 't', 'now()', '1', 'now()', '1', 'f'),
5432
('2', 'stable', 'https://kubernetes-charts.storage.googleapis.com', 'f', 't', 'now()', '1', 'now()', '1', 't'),
5433
('3', 'incubator', 'https://kubernetes-charts-incubator.storage.googleapis.com', 'f', 't', 'now()', '1', 'now()', '1', 't'),
5434
('4', 'devtron-charts', 'https://devtron-charts.s3.us-east-2.amazonaws.com/charts', 'f', 't', 'now()', '1', 'now()', '1', 't');
0 commit comments