Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
masa213f committed Dec 4, 2023
1 parent 232299c commit 90e7922
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions images.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ func (i Image) Name() string {

// Container image definitions
const (
EtcdImage = Image("quay.io/cybozu/etcd:3.5.10.1")
KubernetesImage = Image("quay.io/cybozu/kubernetes:1.27.8.1")
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.10.2")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.27.8.2")
ToolsImage = Image("quay.io/cybozu/cke-tools:1.27.0")
PauseImage = Image("quay.io/cybozu/pause:3.9.0.2")
CoreDNSImage = Image("quay.io/cybozu/coredns:1.11.1.1")
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.3")
CoreDNSImage = Image("ghcr.io/cybozu/coredns:1.11.1.2")
UnboundImage = Image("ghcr.io/cybozu/unbound:1.18.0.2")
UnboundExporterImage = Image("quay.io/cybozu/unbound_exporter:0.4.4.1")
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.4.2")
)

// AllImages return container images list used by CKE
Expand Down
8 changes: 4 additions & 4 deletions static/resources.go

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

0 comments on commit 90e7922

Please sign in to comment.