Skip to content

Commit

Permalink
update embedded resources
Browse files Browse the repository at this point in the history
- image update: kubernetes 1.29.6.1, cke-tools 1.29.0, unbound 1.20.0.1

Signed-off-by: UMEZAWA Takeshi <[email protected]>
  • Loading branch information
umezawatakeshi committed Jul 4, 2024
1 parent 4caaac3 commit 5271410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions images.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ func (i Image) Name() string {
// Container image definitions
const (
EtcdImage = Image("ghcr.io/cybozu/etcd:3.5.14.1")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.28.10.1")
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.28.0")
KubernetesImage = Image("ghcr.io/cybozu/kubernetes:1.29.6.1")
ToolsImage = Image("ghcr.io/cybozu-go/cke-tools:1.29.0")
PauseImage = Image("ghcr.io/cybozu/pause:3.9.0.5")
CoreDNSImage = Image("ghcr.io/cybozu/coredns:1.11.1.3")
UnboundImage = Image("ghcr.io/cybozu/unbound:1.19.3.1")
UnboundImage = Image("ghcr.io/cybozu/unbound:1.20.0.1")
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.6.1")
)

Expand Down
4 changes: 2 additions & 2 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 5271410

Please sign in to comment.