@@ -3470,7 +3470,7 @@ SELECT pg_catalog.setval('public.chart_group_id_seq', 1, false);
34703470-- Name: chart_repo_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
34713471--
34723472
3473- SELECT pg_catalog .setval (' public.chart_repo_id_seq' , 4 , true);
3473+ SELECT pg_catalog .setval (' public.chart_repo_id_seq' , 11 , true);
34743474
34753475
34763476--
@@ -5437,7 +5437,8 @@ INSERT INTO "public"."chart_repo" ("id", "name", "url", "is_default", "active",
54375437(' 7' , ' bitnami' , ' https://charts.bitnami.com/bitnami' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' ),
54385438(' 8' , ' prometheus-community' , ' https://prometheus-community.github.io/helm-charts' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' ),
54395439(' 9' , ' jetstack' , ' https://charts.jetstack.io' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' ),
5440- (' 10' , ' metrics-server' , ' https://kubernetes-sigs.github.io/metrics-server' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' );
5440+ (' 10' , ' metrics-server' , ' https://kubernetes-sigs.github.io/metrics-server' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' ),
5441+ (' 11' , ' autoscaler' , ' https://kubernetes.github.io/autoscaler' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' );
54415442
54425443
54435444INSERT INTO " public" ." cluster" (" id" , " cluster_name" , " active" , " created_on" , " created_by" , " updated_on" , " updated_by" , " server_url" , " config" , " prometheus_endpoint" , " cd_argo_setup" , " p_username" , " p_password" , " p_tls_client_cert" , " p_tls_client_key" ) VALUES
0 commit comments