Skip to content

Commit

Permalink
Merge pull request #241 from galexrt/renovate/docker.io-envoyproxy-en…
Browse files Browse the repository at this point in the history
…voy-1.x
  • Loading branch information
galexrt authored Jul 16, 2023
2 parents ceda5a6 + 8586ad8 commit 8dd11c0
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 8dd11c0

Please sign in to comment.