Skip to content

Commit

Permalink
Update Tyk to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Oct 18, 2024
1 parent 104b384 commit 93bc79c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/custom-tests/tyk-open-telemetry/deployments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources_limits_cpu = "0"
resources_limits_memory = "0"

tyk_enabled = true
tyk_version = "v5.4"
tyk_version = "v5.6"
tyk_deployment_type = "Deployment"
tyk_go_gc = 1600
tyk_go_max_procs = 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on:
description: 'Tyk Gateway version'
required: true
type: string
default: 'v5.4'
default: 'v5.6'
custom_deployment_descriptor:
description: 'Custom Deployment Descriptor'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: 'Tyk Gateway version'
required: true
type: string
default: 'v5.4'
default: 'v5.6'

env:
provider: ${{ inputs.cloud == 'Azure' && 'aks' || (inputs.cloud == 'AWS' && 'eks' || 'gke') }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resources_limits_cpu = "0"
resources_limits_memory = "0"
tyk_enabled = true
tyk_version = "v5.4"
tyk_version = "v5.6"
tyk_license = ""
tyk_deployment_type = "Deployment"
tyk_go_gc = 1600
Expand Down
2 changes: 1 addition & 1 deletion deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
| <a name="input_tyk_go_gc"></a> [tyk\_go\_gc](#input\_tyk\_go\_gc) | Target percentage for garbage collection execution in Go. | `number` | `1600` | no |
| <a name="input_tyk_go_max_procs"></a> [tyk\_go\_max\_procs](#input\_tyk\_go\_max\_procs) | Limits the number of operating system threads that can execute user-level Go code simultaneously. Matching the value to threads * cpu limit allows for optimal performance. | `number` | `8` | no |
| <a name="input_tyk_license"></a> [tyk\_license](#input\_tyk\_license) | Tyk self-managed license. | `string` | n/a | yes |
| <a name="input_tyk_version"></a> [tyk\_version](#input\_tyk\_version) | Tyk Gateway version. | `string` | `"v5.4"` | no |
| <a name="input_tyk_version"></a> [tyk\_version](#input\_tyk\_version) | Tyk Gateway version. | `string` | `"v5.6"` | no |
2 changes: 1 addition & 1 deletion deployments/main.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resources_limits_cpu = "0"
resources_limits_memory = "0"

tyk_enabled = true
tyk_version = "v5.4"
tyk_version = "v5.6"
tyk_license = ""
tyk_deployment_type = "Deployment"
tyk_go_gc = 1600
Expand Down
2 changes: 1 addition & 1 deletion deployments/vars.deployments.tyk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "tyk_enabled" {

variable "tyk_version" {
type = string
default = "v5.4"
default = "v5.6"
description = "Tyk Gateway version."
}

Expand Down

0 comments on commit 93bc79c

Please sign in to comment.