Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions envoy-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "envoy_gateway" {
source = "github.com/contiamo/terraform//envoy-gateway?ref=v0.14.0"
# contiamo-release-please-bump-end

chart_version = "v1.7.1"
chart_version = "v1.6.5"
replicas = 2
cert_manager_cluster_issuer = "letsencrypt-production"

Expand Down Expand Up @@ -132,7 +132,7 @@ module "envoy_gateway" {

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| chart_version | Envoy Gateway Helm chart version | `string` | `"v1.7.1"` | no |
| chart_version | Envoy Gateway Helm chart version | `string` | `"v1.6.5"` | no |
| namespace | Kubernetes namespace | `string` | `"envoy-gateway-system"` | no |
| replicas | Number of Envoy proxy replicas | `number` | `2` | no |
| cert_manager_cluster_issuer | Default cert-manager ClusterIssuer | `string` | `"letsencrypt-production-route53"` | no |
Expand Down
Loading
Loading