@@ -5436,7 +5436,9 @@ INSERT INTO "public"."chart_repo" ("id", "name", "url", "is_default", "active",
54365436(' 6' , ' elastic' , ' https://helm.elastic.co' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' ),
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' ),
5439- (' 9' , ' jetstack' , ' https://charts.jetstack.io' , ' f' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' t' );
5439+ (' 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' );
5441+
54405442
54415443INSERT 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
54425444(' 1' , ' default_cluster' , ' t' , ' now()' , ' 1' , ' now()' , ' 1' , ' https://kubernetes.default.svc' , ' {}' , NULL , ' f' , NULL , NULL , NULL , NULL );
0 commit comments