Skip to content

Commit

Permalink
chore(deps): update docker.io/envoyproxy/envoy docker tag to v1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2023
1 parent 5ddcddd commit 8586ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fivenet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ envoy:
repository: docker.io/envoyproxy/envoy
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.26.2"
tag: "v1.26.3"
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.5'
services:
envoy:
container_name: envoy
image: docker.io/envoyproxy/envoy:v1.26.2
image: docker.io/envoyproxy/envoy:v1.26.3
environment:
- ENVOY_UID=0
volumes:
Expand Down

0 comments on commit 8586ad8

Please sign in to comment.