Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
[release-1.22] update Envoy to v1.23.1 (#534) (#535)
Browse files Browse the repository at this point in the history
* update Envoy to v1.23.1 (#534)
* sync CRDs

Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss authored Aug 29, 2022
1 parent 9d7fa35 commit c851f4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config/crd/contour/01-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down Expand Up @@ -1915,7 +1915,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down Expand Up @@ -3970,7 +3970,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down Expand Up @@ -4330,7 +4330,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down
8 changes: 4 additions & 4 deletions examples/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down Expand Up @@ -2550,7 +2550,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down Expand Up @@ -6453,7 +6453,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down Expand Up @@ -10694,7 +10694,7 @@ spec:
be indicated in the Reason field. There must be zero entries in
the `errors` slice in this case. \n `Valid`, `status: false` means
that the object has had one or more fatal errors during processing
into Contour. The details of the errors will be present under
into Contour. The details of the errors will be present under
the `errors` field. There must be at least one error in the `errors`
slice if `status` is `false`. \n For DetailedConditions of types
other than `Valid`, the Condition must be in the negative polarity.
Expand Down
2 changes: 1 addition & 1 deletion internal/operator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package operator

const (
DefaultContourImage = "ghcr.io/projectcontour/contour:v1.22.0"
DefaultEnvoyImage = "docker.io/envoyproxy/envoy:v1.23.0"
DefaultEnvoyImage = "docker.io/envoyproxy/envoy:v1.23.1"
DefaultMetricsAddr = ":8080"
DefaultEnableLeaderElection = false
DefaultEnableLeaderElectionID = "0d879e31.projectcontour.io"
Expand Down

0 comments on commit c851f4b

Please sign in to comment.