Skip to content

Commit b4d153e

Browse files
authored
bump omni agent version to v1.1.8 (#17)
* bump omni agent version to v1.1.8 * fixup! bump omni agent version to v1.1.8 * fixup! fixup! bump omni agent version to v1.1.8
1 parent 86645d5 commit b4d153e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ provider "castai" {
414414
| service_cidr | Service CIDR for network configuration | `string` | - | yes |
415415
| reserved_subnet_cidrs | List of reserved subnet CIDRs | `list(string)` | `[]` | no |
416416
| api_url | CAST AI API URL | `string` | `"https://api.cast.ai"` | no |
417-
| omni_agent_chart_version | OMNI agent Helm chart version | `string` | `"v1.1.6"` | no |
417+
| omni_agent_chart_version | OMNI agent Helm chart version | `string` | `"v1.1.8"` | no |
418418
| skip_helm | Skip installing Helm charts (for GitOps workflows) | `bool` | `false` | no |
419419

420420
## Outputs
@@ -557,7 +557,7 @@ MIT
557557
| <a name="input_cluster_region"></a> [cluster\_region](#input\_cluster\_region) | K8s cluster region | `string` | n/a | yes |
558558
| <a name="input_cluster_zone"></a> [cluster\_zone](#input\_cluster\_zone) | K8s cluster zone | `string` | `""` | no |
559559
| <a name="input_k8s_provider"></a> [k8s\_provider](#input\_k8s\_provider) | Kubernetes cloud provider (gke, eks, aks) | `string` | n/a | yes |
560-
| <a name="input_omni_agent_chart_version"></a> [omni\_agent\_chart\_version](#input\_omni\_agent\_chart\_version) | OMNI agent helm chart version | `string` | `"v1.1.6"` | no |
560+
| <a name="input_omni_agent_chart_version"></a> [omni\_agent\_chart\_version](#input\_omni\_agent\_chart\_version) | OMNI agent helm chart version | `string` | `"v1.1.8"` | no |
561561
| <a name="input_organization_id"></a> [organization\_id](#input\_organization\_id) | CAST AI organization ID | `string` | n/a | yes |
562562
| <a name="input_pod_cidr"></a> [pod\_cidr](#input\_pod\_cidr) | Pod CIDR for network configuration | `string` | n/a | yes |
563563
| <a name="input_reserved_subnet_cidrs"></a> [reserved\_subnet\_cidrs](#input\_reserved\_subnet\_cidrs) | List of reserved subnet CIDR's (relevant for GKE) | `list(string)` | `[]` | no |

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "reserved_subnet_cidrs" {
6969
variable "omni_agent_chart_version" {
7070
description = "OMNI agent helm chart version"
7171
type = string
72-
default = "v1.1.6"
72+
default = "v1.1.8"
7373
}
7474

7575
variable "skip_helm" {

0 commit comments

Comments
 (0)