Skip to content

Commit

Permalink
Merge pull request #752 from cybozu-go/update-embedded-resource-defin…
Browse files Browse the repository at this point in the history
…itions-for-1.29

update embedded resources
  • Loading branch information
umezawatakeshi authored Jul 8, 2024
2 parents 4caaac3 + 5271410 commit 9384f58
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 9384f58

Please sign in to comment.