Skip to content

Commit

Permalink
use ck0
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Nov 19, 2024
1 parent 24a61b7 commit c885202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/hack/sync-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sync:
target: '{{ env "MIRROR" }}/canonical/cilium:1.15.2-ck2'
type: image
- source: ghcr.io/canonical/coredns:1.11.3
target: '{{ env "MIRROR" }}/canonical/coredns:1.11.3
target: '{{ env "MIRROR" }}/canonical/coredns:1.11.3-ck0'
type: image
- source: ghcr.io/canonical/k8s-snap/sig-storage/csi-node-driver-registrar:v2.10.1
target: '{{ env "MIRROR" }}/canonical/k8s-snap/sig-storage/csi-node-driver-registrar:v2.10.1'
Expand Down
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/features/coredns/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ var (
imageRepo = "ghcr.io/canonical/coredns"

// ImageTag is the tag to use for the CoreDNS image.
ImageTag = "1.11.3"
ImageTag = "1.11.3-ck0"
)

0 comments on commit c885202

Please sign in to comment.