Skip to content

Commit 4ec07f7

Browse files
arushi09-hubArushi Shukla
andauthored
autoscaler chart added & fix index issue (#891)
* cluster-autoscaler-chart * ltag and repos updated Co-authored-by: Arushi Shukla <[email protected]>
1 parent 455f618 commit 4ec07f7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

manifests/installation-script

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,10 @@ helmRepo = `- name: incubator
386386
url: https://charts.jetstack.io
387387
- name: metrics-server
388388
type: helm
389-
url: https://kubernetes-sigs.github.io/metrics-server`;
389+
url: https://kubernetes-sigs.github.io/metrics-server
390+
- name: autoscaler
391+
type: helm
392+
url: https://kubernetes.github.io/autoscaler`;
390393

391394

392395
kubeYamlEdit(argocd, `data.repositories`, helmRepo, `/ConfigMap//argocd-cm` );

scripts/sql/1_insert.up.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

54435444
INSERT 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

Comments
 (0)