Skip to content

Commit

Permalink
cke-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
masa213f committed Dec 4, 2023
1 parent e7f4a21 commit be2f1cd
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("quay.io/cybozu/cke-tools:1.27.0")
ToolsImage = Image("ghcr.io/cybozu/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 be2f1cd

Please sign in to comment.