diff --git a/charts/tfy-k8s-aws-eks-inframold/Chart.yaml b/charts/tfy-k8s-aws-eks-inframold/Chart.yaml index 908db4a0..b17c0b3d 100644 --- a/charts/tfy-k8s-aws-eks-inframold/Chart.yaml +++ b/charts/tfy-k8s-aws-eks-inframold/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-k8s-aws-eks-inframold -version: 0.1.4 +version: 0.1.6 description: "Inframold, the superchart that configure your cluster on aws for truefoundry." maintainers: - name: truefoundry diff --git a/charts/tfy-k8s-aws-eks-inframold/README.md b/charts/tfy-k8s-aws-eks-inframold/README.md index 7f8d303d..088ceb43 100644 --- a/charts/tfy-k8s-aws-eks-inframold/README.md +++ b/charts/tfy-k8s-aws-eks-inframold/README.md @@ -35,7 +35,7 @@ Inframold, the superchart that configure your cluster on aws for truefoundry. | Name | Description | Value | | ------------------------------------------ | --------------------------------------------- | ------------------ | -| `notebookController.enabled` | Flag to enable Notebook Controller | `true` | +| `notebookController.enabled` | Flag to enable Notebook Controller | `false` | | `notebookController.defaultStorageClass` | Default storage class for Notebook Controller | `""` | | `notebookController.notebookBaseDomainUrl` | Base domain URL for Notebook Controller | `` | @@ -69,7 +69,6 @@ Inframold, the superchart that configure your cluster on aws for truefoundry. | `aws.awsEbsCsiDriver.roleArn` | Role ARN for AWS EBS CSI Driver | `""` | | `aws.awsEfsCsiDriver.enabled` | Flag to enable AWS EFS CSI Driver | `true` | | `aws.awsEfsCsiDriver.fileSystemId` | File system ID for AWS EFS CSI Driver | `""` | -| `aws.awsEfsCsiDriver.region` | Region for AWS EFS CSI Driver | `""` | | `aws.awsEfsCsiDriver.roleArn` | Role ARN for AWS EFS CSI Driver | `""` | | `aws.inferentia.enabled` | Flag to enable Inferentia | `false` | @@ -144,9 +143,9 @@ Inframold, the superchart that configure your cluster on aws for truefoundry. ### grafana parameters -| Name | Description | Value | -| ----------------- | ---------------------- | ------ | -| `grafana.enabled` | Flag to enable Grafana | `true` | +| Name | Description | Value | +| ----------------- | ---------------------- | ------- | +| `grafana.enabled` | Flag to enable Grafana | `false` | ### tfyAgent parameters diff --git a/charts/tfy-k8s-aws-eks-inframold/artifacts-manifest.json b/charts/tfy-k8s-aws-eks-inframold/artifacts-manifest.json index 80dc2a97..94efdbb1 100644 --- a/charts/tfy-k8s-aws-eks-inframold/artifacts-manifest.json +++ b/charts/tfy-k8s-aws-eks-inframold/artifacts-manifest.json @@ -188,7 +188,7 @@ "repoURL": "https://kubernetes-sigs.github.io/aws-efs-csi-driver/", "targetRevision": "3.0.5", "images": [ - "602401143452.dkr.ecr..amazonaws.com/eks/aws-efs-csi-driver:v2.0.4", + "public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.4", "public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.10.0-eks-1-29-7", "public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.12.0-eks-1-29-7", "public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v4.0.0-eks-1-29-7" @@ -524,7 +524,7 @@ { "type": "image", "details": { - "registryURL": "602401143452.dkr.ecr..amazonaws.com/eks/aws-efs-csi-driver:v2.0.4" + "registryURL": "public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.4" } }, { diff --git a/charts/tfy-k8s-aws-eks-inframold/templates/tfy-aws/aws-efs-csi-driver.yaml b/charts/tfy-k8s-aws-eks-inframold/templates/tfy-aws/aws-efs-csi-driver.yaml index cc0d155e..c9727d6a 100644 --- a/charts/tfy-k8s-aws-eks-inframold/templates/tfy-aws/aws-efs-csi-driver.yaml +++ b/charts/tfy-k8s-aws-eks-inframold/templates/tfy-aws/aws-efs-csi-driver.yaml @@ -18,8 +18,6 @@ spec: chart: aws-efs-csi-driver helm: values: |- - image: - repository: 602401143452.dkr.ecr.{{ .Values.aws.awsEfsCsiDriver.region }}.amazonaws.com/eks/aws-efs-csi-driver controller: serviceAccount: create: true diff --git a/charts/tfy-k8s-aws-eks-inframold/values-artifact-manifest.yaml b/charts/tfy-k8s-aws-eks-inframold/values-artifact-manifest.yaml index 30b701a3..29ee8fb7 100644 --- a/charts/tfy-k8s-aws-eks-inframold/values-artifact-manifest.yaml +++ b/charts/tfy-k8s-aws-eks-inframold/values-artifact-manifest.yaml @@ -38,7 +38,6 @@ aws: awsEfsCsiDriver: enabled: true fileSystemId: "" - region: "" roleArn: "" inferentia: diff --git a/charts/tfy-k8s-aws-eks-inframold/values-ocli.yaml b/charts/tfy-k8s-aws-eks-inframold/values-ocli.yaml index 53339e58..bbae26aa 100644 --- a/charts/tfy-k8s-aws-eks-inframold/values-ocli.yaml +++ b/charts/tfy-k8s-aws-eks-inframold/values-ocli.yaml @@ -64,9 +64,6 @@ aws: ## @param aws.awsEfsCsiDriver.fileSystemId File system ID for AWS EFS CSI Driver ## fileSystemId: - ## @param aws.awsEfsCsiDriver.region Region for AWS EFS CSI Driver - ## - region: ## @param aws.awsEfsCsiDriver.roleArn Role ARN for AWS EFS CSI Driver ## roleArn: diff --git a/charts/tfy-k8s-aws-eks-inframold/values.yaml b/charts/tfy-k8s-aws-eks-inframold/values.yaml index 956704ad..d69d8422 100644 --- a/charts/tfy-k8s-aws-eks-inframold/values.yaml +++ b/charts/tfy-k8s-aws-eks-inframold/values.yaml @@ -57,7 +57,7 @@ argoRollouts: notebookController: ## @param notebookController.enabled Flag to enable Notebook Controller ## - enabled: true + enabled: false ## @param notebookController.defaultStorageClass Default storage class for Notebook Controller ## defaultStorageClass: "" @@ -138,9 +138,6 @@ aws: ## @param aws.awsEfsCsiDriver.fileSystemId File system ID for AWS EFS CSI Driver ## fileSystemId: "" - ## @param aws.awsEfsCsiDriver.region Region for AWS EFS CSI Driver - ## - region: "" ## @param aws.awsEfsCsiDriver.roleArn Role ARN for AWS EFS CSI Driver ## roleArn: "" @@ -267,7 +264,7 @@ prometheus: ## @param grafana.enabled Flag to enable Grafana ## grafana: - enabled: true + enabled: false ## @section tfyAgent parameters ## @param tfyAgent.enabled Flag to enable Tfy Agent diff --git a/charts/tfy-k8s-azure-aks-inframold/Chart.yaml b/charts/tfy-k8s-azure-aks-inframold/Chart.yaml index b674e34f..740266dc 100644 --- a/charts/tfy-k8s-azure-aks-inframold/Chart.yaml +++ b/charts/tfy-k8s-azure-aks-inframold/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-k8s-azure-aks-inframold -version: 0.1.4 +version: 0.1.6 description: "Inframold, the superchart that configure your cluster on azure for truefoundry." maintainers: - name: truefoundry diff --git a/charts/tfy-k8s-azure-aks-inframold/README.md b/charts/tfy-k8s-azure-aks-inframold/README.md index 884cfbdd..177f385d 100644 --- a/charts/tfy-k8s-azure-aks-inframold/README.md +++ b/charts/tfy-k8s-azure-aks-inframold/README.md @@ -35,7 +35,7 @@ Inframold, the superchart that configure your cluster on azure for truefoundry. | Name | Description | Value | | ------------------------------------------ | --------------------------------------------- | ------------------ | -| `notebookController.enabled` | Flag to enable Notebook Controller | `true` | +| `notebookController.enabled` | Flag to enable Notebook Controller | `false` | | `notebookController.defaultStorageClass` | Default storage class for Notebook Controller | `""` | | `notebookController.notebookBaseDomainUrl` | Base domain URL for Notebook Controller | `` | @@ -122,9 +122,9 @@ Inframold, the superchart that configure your cluster on azure for truefoundry. ### grafana parameters -| Name | Description | Value | -| ----------------- | ---------------------- | ------ | -| `grafana.enabled` | Flag to enable Grafana | `true` | +| Name | Description | Value | +| ----------------- | ---------------------- | ------- | +| `grafana.enabled` | Flag to enable Grafana | `false` | ### tfyAgent parameters diff --git a/charts/tfy-k8s-azure-aks-inframold/values.yaml b/charts/tfy-k8s-azure-aks-inframold/values.yaml index 32c85109..72ade20d 100644 --- a/charts/tfy-k8s-azure-aks-inframold/values.yaml +++ b/charts/tfy-k8s-azure-aks-inframold/values.yaml @@ -71,7 +71,7 @@ argoRollouts: notebookController: ## @param notebookController.enabled Flag to enable Notebook Controller ## - enabled: true + enabled: false ## @param notebookController.defaultStorageClass Default storage class for Notebook Controller ## defaultStorageClass: "" @@ -202,7 +202,7 @@ prometheus: ## @param grafana.enabled Flag to enable Grafana ## grafana: - enabled: true + enabled: false ## @section tfyAgent parameters ## @param tfyAgent.enabled Flag to enable Tfy Agent diff --git a/charts/tfy-k8s-civo-talos-inframold/Chart.yaml b/charts/tfy-k8s-civo-talos-inframold/Chart.yaml index ff6df07c..d96eab3d 100644 --- a/charts/tfy-k8s-civo-talos-inframold/Chart.yaml +++ b/charts/tfy-k8s-civo-talos-inframold/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-k8s-civo-talos-inframold -version: 0.1.4 +version: 0.1.6 description: "Inframold, the superchart that configure your cluster on civo for truefoundry." maintainers: - name: truefoundry diff --git a/charts/tfy-k8s-civo-talos-inframold/README.md b/charts/tfy-k8s-civo-talos-inframold/README.md index 64f4738e..c8eb9acb 100644 --- a/charts/tfy-k8s-civo-talos-inframold/README.md +++ b/charts/tfy-k8s-civo-talos-inframold/README.md @@ -35,7 +35,7 @@ Inframold, the superchart that configure your cluster on civo for truefoundry. | Name | Description | Value | | ------------------------------------------ | --------------------------------------------- | ------------------ | -| `notebookController.enabled` | Flag to enable Notebook Controller | `true` | +| `notebookController.enabled` | Flag to enable Notebook Controller | `false` | | `notebookController.defaultStorageClass` | Default storage class for Notebook Controller | `""` | | `notebookController.notebookBaseDomainUrl` | Base domain URL for Notebook Controller | `` | @@ -122,9 +122,9 @@ Inframold, the superchart that configure your cluster on civo for truefoundry. ### grafana parameters -| Name | Description | Value | -| ----------------- | ---------------------- | ------ | -| `grafana.enabled` | Flag to enable Grafana | `true` | +| Name | Description | Value | +| ----------------- | ---------------------- | ------- | +| `grafana.enabled` | Flag to enable Grafana | `false` | ### tfyAgent parameters diff --git a/charts/tfy-k8s-civo-talos-inframold/values.yaml b/charts/tfy-k8s-civo-talos-inframold/values.yaml index 3bdb2b61..ee00491c 100644 --- a/charts/tfy-k8s-civo-talos-inframold/values.yaml +++ b/charts/tfy-k8s-civo-talos-inframold/values.yaml @@ -57,7 +57,7 @@ argoRollouts: notebookController: ## @param notebookController.enabled Flag to enable Notebook Controller ## - enabled: true + enabled: false ## @param notebookController.defaultStorageClass Default storage class for Notebook Controller ## defaultStorageClass: "" @@ -188,7 +188,7 @@ prometheus: ## @param grafana.enabled Flag to enable Grafana ## grafana: - enabled: true + enabled: false ## @section tfyAgent parameters ## @param tfyAgent.enabled Flag to enable Tfy Agent diff --git a/charts/tfy-k8s-gcp-gke-standard-inframold/Chart.yaml b/charts/tfy-k8s-gcp-gke-standard-inframold/Chart.yaml index 338dc30f..8bf5f6d9 100644 --- a/charts/tfy-k8s-gcp-gke-standard-inframold/Chart.yaml +++ b/charts/tfy-k8s-gcp-gke-standard-inframold/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-k8s-gcp-gke-standard-inframold -version: 0.1.4 +version: 0.1.6 description: "Inframold, the superchart that configure your cluster on gcp for truefoundry." maintainers: - name: truefoundry diff --git a/charts/tfy-k8s-gcp-gke-standard-inframold/README.md b/charts/tfy-k8s-gcp-gke-standard-inframold/README.md index 25e9a002..01b87764 100644 --- a/charts/tfy-k8s-gcp-gke-standard-inframold/README.md +++ b/charts/tfy-k8s-gcp-gke-standard-inframold/README.md @@ -35,7 +35,7 @@ Inframold, the superchart that configure your cluster on gcp for truefoundry. | Name | Description | Value | | ------------------------------------------ | --------------------------------------------- | ------------------ | -| `notebookController.enabled` | Flag to enable Notebook Controller | `true` | +| `notebookController.enabled` | Flag to enable Notebook Controller | `false` | | `notebookController.defaultStorageClass` | Default storage class for Notebook Controller | `""` | | `notebookController.notebookBaseDomainUrl` | Base domain URL for Notebook Controller | `` | @@ -122,9 +122,9 @@ Inframold, the superchart that configure your cluster on gcp for truefoundry. ### grafana parameters -| Name | Description | Value | -| ----------------- | ---------------------- | ------ | -| `grafana.enabled` | Flag to enable Grafana | `true` | +| Name | Description | Value | +| ----------------- | ---------------------- | ------- | +| `grafana.enabled` | Flag to enable Grafana | `false` | ### tfyAgent parameters diff --git a/charts/tfy-k8s-gcp-gke-standard-inframold/values.yaml b/charts/tfy-k8s-gcp-gke-standard-inframold/values.yaml index 607bcc33..c334ab88 100644 --- a/charts/tfy-k8s-gcp-gke-standard-inframold/values.yaml +++ b/charts/tfy-k8s-gcp-gke-standard-inframold/values.yaml @@ -71,7 +71,7 @@ argoRollouts: notebookController: ## @param notebookController.enabled Flag to enable Notebook Controller ## - enabled: true + enabled: false ## @param notebookController.defaultStorageClass Default storage class for Notebook Controller ## defaultStorageClass: "" @@ -202,7 +202,7 @@ prometheus: ## @param grafana.enabled Flag to enable Grafana ## grafana: - enabled: true + enabled: false ## @section tfyAgent parameters ## @param tfyAgent.enabled Flag to enable Tfy Agent diff --git a/charts/tfy-k8s-generic-inframold/Chart.yaml b/charts/tfy-k8s-generic-inframold/Chart.yaml index 1bf9be27..0170570a 100644 --- a/charts/tfy-k8s-generic-inframold/Chart.yaml +++ b/charts/tfy-k8s-generic-inframold/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-k8s-generic-inframold -version: 0.1.4 +version: 0.1.6 description: "Inframold, the superchart that configure your cluster on generic for truefoundry." maintainers: - name: truefoundry diff --git a/charts/tfy-k8s-generic-inframold/README.md b/charts/tfy-k8s-generic-inframold/README.md index adfb0d42..5c632a35 100644 --- a/charts/tfy-k8s-generic-inframold/README.md +++ b/charts/tfy-k8s-generic-inframold/README.md @@ -35,7 +35,7 @@ Inframold, the superchart that configure your cluster on generic for truefoundry | Name | Description | Value | | ------------------------------------------ | --------------------------------------------- | ------------------ | -| `notebookController.enabled` | Flag to enable Notebook Controller | `true` | +| `notebookController.enabled` | Flag to enable Notebook Controller | `false` | | `notebookController.defaultStorageClass` | Default storage class for Notebook Controller | `""` | | `notebookController.notebookBaseDomainUrl` | Base domain URL for Notebook Controller | `` | @@ -122,9 +122,9 @@ Inframold, the superchart that configure your cluster on generic for truefoundry ### grafana parameters -| Name | Description | Value | -| ----------------- | ---------------------- | ------ | -| `grafana.enabled` | Flag to enable Grafana | `true` | +| Name | Description | Value | +| ----------------- | ---------------------- | ------- | +| `grafana.enabled` | Flag to enable Grafana | `false` | ### tfyAgent parameters diff --git a/charts/tfy-k8s-generic-inframold/values.yaml b/charts/tfy-k8s-generic-inframold/values.yaml index 1170a6ac..ef3a1178 100644 --- a/charts/tfy-k8s-generic-inframold/values.yaml +++ b/charts/tfy-k8s-generic-inframold/values.yaml @@ -57,7 +57,7 @@ argoRollouts: notebookController: ## @param notebookController.enabled Flag to enable Notebook Controller ## - enabled: true + enabled: false ## @param notebookController.defaultStorageClass Default storage class for Notebook Controller ## defaultStorageClass: "" @@ -188,7 +188,7 @@ prometheus: ## @param grafana.enabled Flag to enable Grafana ## grafana: - enabled: true + enabled: false ## @section tfyAgent parameters ## @param tfyAgent.enabled Flag to enable Tfy Agent