Skip to content

Commit 32b6a36

Browse files
authored
Merge pull request #14 from devtron-labs/operator-fix
chartmuseum url correction
2 parents 83360a2 + 928e6cc commit 32b6a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sql/1_insert.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5428,7 +5428,7 @@ INSERT INTO "public"."chart_ref" ("id", "location", "version", "is_default", "ac
54285428

54295429

54305430
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'),
5431+
('1', 'default-chartmuseum', 'http://devtron-chartmuseum.devtroncd:8080/', 't', 't', 'now()', '1', 'now()', '1', 'f'),
54325432
('2', 'stable', 'https://kubernetes-charts.storage.googleapis.com', 'f', 't', 'now()', '1', 'now()', '1', 't'),
54335433
('3', 'incubator', 'https://kubernetes-charts-incubator.storage.googleapis.com', 'f', 't', 'now()', '1', 'now()', '1', 't'),
54345434
('4', 'devtron-charts', 'https://devtron-charts.s3.us-east-2.amazonaws.com/charts', 'f', 't', 'now()', '1', 'now()', '1', 't');

0 commit comments

Comments
 (0)