Skip to content

Commit

Permalink
Merge pull request #757 from cybozu-go/update-unbound
Browse files Browse the repository at this point in the history
Update unbound
  • Loading branch information
yokaze authored Jul 19, 2024
2 parents 3d9a8b1 + 6062d28 commit 192cb10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const (
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.20.0.1")
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.6.1")
UnboundImage = Image("ghcr.io/cybozu/unbound:1.20.0.2")
UnboundExporterImage = Image("ghcr.io/cybozu/unbound_exporter:0.4.6.2")
)

// AllImages return container images list used by CKE
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 192cb10

Please sign in to comment.