Skip to content

Commit 5b34654

Browse files
committed
pre-commit updates
Signed-off-by: vara-bonthu <vara.bonthu@gmail.com>
1 parent dcc92f9 commit 5b34654

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

distributed-databases/cloudnative-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/
5858

5959
| Name | Description | Type | Default | Required |
6060
|------|-------------|------|---------|:--------:|
61-
| <a name="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version) | EKS Cluster version | `string` | `"1.25"` | no |
61+
| <a name="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version) | EKS Cluster version | `string` | `"1.32"` | no |
6262
| <a name="input_name"></a> [name](#input\_name) | Name of the VPC and EKS Cluster | `string` | `"cnpg"` | no |
6363
| <a name="input_region"></a> [region](#input\_region) | Region | `string` | `"us-west-2"` | no |
6464
| <a name="input_vpc_cidr"></a> [vpc\_cidr](#input\_vpc\_cidr) | VPC CIDR | `string` | `"10.1.0.0/16"` | no |

distributed-databases/cloudnative-postgres/examples/cluster-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
maxParallel: 8
6161
retentionPolicy: "30d"
6262

63-
resources:
63+
resources:
6464
requests:
6565
memory: "512Mi"
6666
cpu: "1"

streaming/emr-eks-flink/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,20 @@ Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/
1919
|------|---------|
2020
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.95 |
2121
| <a name="provider_aws.ecr"></a> [aws.ecr](#provider\_aws.ecr) | ~> 5.95 |
22+
| <a name="provider_helm"></a> [helm](#provider\_helm) | ~> 2.17 |
2223
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | >= 2.10 |
2324

2425
## Modules
2526

2627
| Name | Source | Version |
2728
|------|--------|---------|
2829
| <a name="module_ebs_csi_driver_irsa"></a> [ebs\_csi\_driver\_irsa](#module\_ebs\_csi\_driver\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.20 |
29-
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | ~> 19.15 |
30+
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | ~> 20.33 |
3031
| <a name="module_eks_blueprints_addons"></a> [eks\_blueprints\_addons](#module\_eks\_blueprints\_addons) | aws-ia/eks-blueprints-addons/aws | ~> 1.2 |
31-
| <a name="module_eks_data_addons"></a> [eks\_data\_addons](#module\_eks\_data\_addons) | aws-ia/eks-data-addons/aws | 1.33.0 |
32+
| <a name="module_eks_data_addons"></a> [eks\_data\_addons](#module\_eks\_data\_addons) | aws-ia/eks-data-addons/aws | 1.37.1 |
3233
| <a name="module_flink_irsa_jobs"></a> [flink\_irsa\_jobs](#module\_flink\_irsa\_jobs) | aws-ia/eks-blueprints-addon/aws | ~> 1.0 |
3334
| <a name="module_flink_irsa_operator"></a> [flink\_irsa\_operator](#module\_flink\_irsa\_operator) | aws-ia/eks-blueprints-addon/aws | ~> 1.0 |
35+
| <a name="module_karpenter"></a> [karpenter](#module\_karpenter) | terraform-aws-modules/eks/aws//modules/karpenter | ~> 20.24 |
3436
| <a name="module_s3_bucket"></a> [s3\_bucket](#module\_s3\_bucket) | terraform-aws-modules/s3-bucket/aws | ~> 3.0 |
3537
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.5.1 |
3638

@@ -44,8 +46,8 @@ Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/
4446
| [aws_s3_object.jobmanager](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object) | resource |
4547
| [aws_s3_object.logs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object) | resource |
4648
| [aws_s3_object.savepoints](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object) | resource |
49+
| [helm_release.karpenter](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
4750
| [kubernetes_namespace_v1.flink_team_a](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace_v1) | resource |
48-
| [aws_ami.x86](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
4951
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |
5052
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
5153
| [aws_ecrpublic_authorization_token.token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecrpublic_authorization_token) | data source |
@@ -56,7 +58,7 @@ Checkout the [documentation website](https://awslabs.github.io/data-on-eks/docs/
5658

5759
| Name | Description | Type | Default | Required |
5860
|------|-------------|------|---------|:--------:|
59-
| <a name="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version) | EKS version for the cluster | `string` | `"1.28"` | no |
61+
| <a name="input_eks_cluster_version"></a> [eks\_cluster\_version](#input\_eks\_cluster\_version) | EKS version for the cluster | `string` | `"1.33"` | no |
6062
| <a name="input_name"></a> [name](#input\_name) | Name of the VPC and EKS Cluster | `string` | `"emr-eks-flink"` | no |
6163
| <a name="input_region"></a> [region](#input\_region) | Region for deployment | `string` | `"us-west-2"` | no |
6264

website/docs/blueprints/distributed-databases/cloudnative-postgres.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ spec:
208208
maxParallel: 8
209209
retentionPolicy: "30d"
210210

211-
resources:
211+
resources:
212212
requests:
213213
memory: "512Mi"
214214
cpu: "1"
@@ -323,7 +323,7 @@ kubectl get secret prometheus-grafana -n monitoring -o jsonpath="{.data.admin-us
323323
kubectl get secret prometheus-grafana -n monitoring -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
324324
```
325325

326-
Now, you can go to http://localhost:8080 to log into the Grafana dashboard.
326+
Now, you can go to http://localhost:8080 to log into the Grafana dashboard.
327327

328328
![CloudNativePG Grafana Dashboard](img/cnpg_garfana_dashboard.png)
329329

@@ -338,7 +338,7 @@ kubectl port-forward svc/prod-rw 5432:5432 -n demo
338338

339339
```
340340

341-
First, let's get the `app-auth` secret.
341+
First, let's get the `app-auth` secret.
342342

343343
```bash
344344
kubectl get secret app-auth -n demo -o=jsonpath='{.data.password}' | base64 --decode ; echo

website/docs/blueprints/streaming-platforms/emr-eks-flink.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,4 +435,3 @@ cd .. && chmod +x cleanup.sh
435435
:::caution
436436
To avoid unwanted charges to your AWS account, delete all the AWS resources created during this deployment
437437
:::
438-

0 commit comments

Comments
 (0)