Skip to content

Commit

Permalink
Update unbound
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Jul 18, 2024
1 parent 3d9a8b1 commit 6062d28
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 6062d28

Please sign in to comment.