Skip to content

Commit

Permalink
Merge pull request #2711 from cybozu-go/update-squid
Browse files Browse the repository at this point in the history
Update squid to 6.12
  • Loading branch information
tkna authored Nov 13, 2024
2 parents 2affc5c + d62cd0e commit b70b2ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions artifacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions etc/squid-pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
- args:
- -f
- /etc/squid-conf/squid.conf
image: ghcr.io/cybozu/squid:6.10.0.1
image: ghcr.io/cybozu/squid:6.12.0.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -229,7 +229,7 @@ spec:
readOnlyRootFilesystem: true
runAsGroup: 10000
runAsUser: 10000
- image: ghcr.io/cybozu/squid-exporter:1.0.6
- image: ghcr.io/cybozu/squid-exporter:1.0.7
imagePullPolicy: IfNotPresent
name: squid-exporter
ports:
Expand Down
4 changes: 2 additions & 2 deletions etc/squid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
- args:
- -f
- /etc/squid-conf/squid.conf
image: ghcr.io/cybozu/squid:6.10.0.1
image: ghcr.io/cybozu/squid:6.12.0.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -221,7 +221,7 @@ spec:
readOnlyRootFilesystem: true
runAsGroup: 10000
runAsUser: 10000
- image: ghcr.io/cybozu/squid-exporter:1.0.6
- image: ghcr.io/cybozu/squid-exporter:1.0.7
imagePullPolicy: IfNotPresent
name: squid-exporter
ports:
Expand Down
4 changes: 2 additions & 2 deletions squid/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ resources:
- service.yaml
images:
- name: ghcr.io/cybozu/squid
newTag: 6.10.0.1
newTag: 6.12.0.1
- name: ghcr.io/cybozu/squid-exporter
newTag: 1.0.6
newTag: 1.0.7
- name: ghcr.io/cybozu/unbound
newTag: 1.20.0.2
- name: ghcr.io/cybozu/unbound_exporter
Expand Down

0 comments on commit b70b2ba

Please sign in to comment.