Skip to content

Commit

Permalink
[ci skip] 2024.11.19-32574
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Nov 19, 2024
2 parents cde8863 + 53b981d commit 93a739a
Show file tree
Hide file tree
Showing 5 changed files with 12 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: 4 additions & 0 deletions artifacts_ignore.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
images:
- repository: ghcr.io/cybozu/etcd
versions: ["3.5.15.1"]
- repository: ghcr.io/cybozu/squid
versions: ["6.12.0.1"]
- repository: ghcr.io/cybozu/squid-exporter
versions: ["1.0.7"]
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.12.0.1
image: ghcr.io/cybozu/squid:6.10.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.7
- image: ghcr.io/cybozu/squid-exporter:1.0.6
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.12.0.1
image: ghcr.io/cybozu/squid:6.10.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.7
- image: ghcr.io/cybozu/squid-exporter:1.0.6
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.12.0.1
newTag: 6.10.0.1
- name: ghcr.io/cybozu/squid-exporter
newTag: 1.0.7
newTag: 1.0.6
- name: ghcr.io/cybozu/unbound
newTag: 1.20.0.2
- name: ghcr.io/cybozu/unbound_exporter
Expand Down

0 comments on commit 93a739a

Please sign in to comment.