Skip to content

Commit 53c01e6

Browse files
authored
added default chart as rollout-4.11.0 (#1458)
1 parent 9ab57a2 commit 53c01e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sql/40_chart_ref.up.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ UPDATE chart_ref SET is_default=false;
22
INSERT INTO "public"."chart_ref" ("location", "version", "is_default", "active", "created_on", "created_by", "updated_on", "updated_by", "name") VALUES
33
('cronjob-chart_1-3-0', '1.3.0', 'f', 't', 'now()', 1, 'now()', 1, 'Cron Job & Job');
44

5+
UPDATE "public"."chart_ref" SET "is_default" = 't' WHERE "location" = 'reference-chart_4-11-0' AND "version" = '4.11.0';
56
UPDATE chart_ref SET name = replace(name, 'Cron Job & Job', 'CronJob & Job');

0 commit comments

Comments
 (0)