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 b85a0bc
Showing 1 changed file with 2 additions and 2 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

0 comments on commit b85a0bc

Please sign in to comment.