Skip to content

Commit

Permalink
[CI] Publish inframold charts (#756)
Browse files Browse the repository at this point in the history
* [CI] Update inframold charts

* Update README.md with readme-generator-for-helm

Signed-off-by: innoavator <[email protected]>

* [CI] Update charts artifacts manifest files

Signed-off-by: innoavator <[email protected]>

---------

Signed-off-by: innoavator <[email protected]>
Co-authored-by: dunefro <[email protected]>
Co-authored-by: innoavator <[email protected]>
Co-authored-by: Vedant Pareek <[email protected]>
  • Loading branch information
4 people authored Nov 1, 2024
1 parent 44b6ade commit 1fb19c0
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 47 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-k8s-aws-eks-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions charts/tfy-k8s-aws-eks-inframold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `<to_be_provided>` |

Expand Down Expand Up @@ -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` |

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-aws-eks-inframold/artifacts-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ aws:
awsEfsCsiDriver:
enabled: true
fileSystemId: ""
region: ""
roleArn: ""

inferentia:
Expand Down
3 changes: 0 additions & 3 deletions charts/tfy-k8s-aws-eks-inframold/values-ocli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ aws:
## @param aws.awsEfsCsiDriver.fileSystemId File system ID for AWS EFS CSI Driver
##
fileSystemId: <terragruntOutput.efs.efs_id.raw>
## @param aws.awsEfsCsiDriver.region Region for AWS EFS CSI Driver
##
region: <terragruntOutput.network.region.raw>
## @param aws.awsEfsCsiDriver.roleArn Role ARN for AWS EFS CSI Driver
##
roleArn: <terragruntOutput.efs.efs_role_arn.raw>
Expand Down
7 changes: 2 additions & 5 deletions charts/tfy-k8s-aws-eks-inframold/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-azure-aks-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions charts/tfy-k8s-azure-aks-inframold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `<to_be_provided>` |

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-azure-aks-inframold/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-civo-talos-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions charts/tfy-k8s-civo-talos-inframold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `<to_be_provided>` |

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-civo-talos-inframold/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-gcp-gke-standard-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions charts/tfy-k8s-gcp-gke-standard-inframold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `<to_be_provided>` |

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-gcp-gke-standard-inframold/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-generic-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions charts/tfy-k8s-generic-inframold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `<to_be_provided>` |

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-generic-inframold/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1fb19c0

Please sign in to comment.