Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masa213f committed Dec 4, 2023
1 parent be2f1cd commit 1724987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func (i Image) Name() string {
const (
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.10.2")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.27.8.2")
ToolsImage = Image("ghcr.io/cybozu/cke-tools:1.27.1")
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.27.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")
Expand Down

0 comments on commit 1724987

Please sign in to comment.