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

Commit

Permalink
charts/osm: update envoy to 1.17.1
Browse files Browse the repository at this point in the history
A zero day vulnerability was found in v1.17.0
related to JWT filters. Although OSM does not
use JWT filters, updating the default image
is beneficial from a security compliance
perspective and allows downstream projects
that have forked the repo to use upstream
charts as is.

Refer to the following announcement for more info:
https://groups.google.com/g/envoy-security-announce/c/Hp16L27L00Q

Signed-off-by: Shashank Ram <shashr2204@gmail.com>
  • Loading branch information
shashankram authored and nojnhuh committed Mar 12, 2021
1 parent d0dcd66 commit f1ab537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/osm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the osm chart and their
| OpenServiceMesh.prometheus.retention.time | string | `"15d"` | Prometheus retention time |
| OpenServiceMesh.replicaCount | int | `1` | `osm-controller` replicas |
| OpenServiceMesh.serviceCertValidityDuration | string | `"24h"` | Sets the service certificatevalidity duration |
| OpenServiceMesh.sidecarImage | string | `"envoyproxy/envoy-alpine:v1.17.0"` | Envoy sidecar image |
| OpenServiceMesh.sidecarImage | string | `"envoyproxy/envoy-alpine:v1.17.1"` | Envoy sidecar image |
| OpenServiceMesh.tracing.address | string | `"jaeger.osm-system.svc.cluster.local"` | Tracing destination cluster (must contain the namespace) |
| OpenServiceMesh.tracing.enable | bool | `false` | Toggles Envoy's tracing functionality on/off for all sidecar proxies in the cluster |
| OpenServiceMesh.tracing.endpoint | string | `"/api/v2/spans"` | Destination's API or collector endpoint where the spans will be sent to |
Expand Down
2 changes: 1 addition & 1 deletion charts/osm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"title": "The sidecarImage schema",
"description": "The proxy side car image to run.",
"examples": [
"envoyproxy/envoy-alpine:v1.17.0"
"envoyproxy/envoy-alpine:v1.17.1"
]
},
"certificateManager": {
Expand Down
4 changes: 2 additions & 2 deletions charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OpenServiceMesh:
# -- `osm-controller` image pull secret
imagePullSecrets: []
# -- Envoy sidecar image
sidecarImage: envoyproxy/envoy-alpine:v1.17.0
sidecarImage: envoyproxy/envoy-alpine:v1.17.1
osmcontroller:
resource:
limits:
Expand Down Expand Up @@ -144,6 +144,6 @@ OpenServiceMesh:
requests:
cpu: "0.3"
memory: "64M"

# -- Run init container in privileged mode
enablePrivilegedInitContainer: false

0 comments on commit f1ab537

Please sign in to comment.