Skip to content

Commit

Permalink
[ci skip] 2024.11.14-32432
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Nov 14, 2024
2 parents fdb4299 + b70b2ba commit e0723a1
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 e0723a1

Please sign in to comment.