Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.0 (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 30c77d3 commit e198c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/network/ingress/helmrelease-external.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
deployment:
additionalContainers:
- name: wireguard-tunnel
image: alpine:3.20.3
image: alpine:3.21.0
volumeMounts:
- name: wireguard-config
mountPath: /etc/wireguard
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/network/mailserver/helmrelease.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
name: wireguard-entrypoint
containers:
- name: wireguard-tunnel
image: alpine:3.20.3
image: alpine:3.21.0
env:
- name: GATEWAY_IP
value: "${GATEWAY_ADDR}"
Expand Down

0 comments on commit e198c08

Please sign in to comment.