Skip to content

Commit

Permalink
build: bump coredns chart to 1.36.2, image to 1.11.4-ck1 (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored Mar 5, 2025
1 parent c75add3 commit 22c266c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-scripts/hack/update-coredns-chart.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.36.0"
VERSION="1.36.2"
DIR=$(realpath $(dirname "${0}"))

CHARTS_PATH="$DIR/../../k8s/manifests/charts"
Expand Down
Binary file removed k8s/manifests/charts/coredns-1.36.0.tgz
Binary file not shown.
Binary file added k8s/manifests/charts/coredns-1.36.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions src/k8s/pkg/k8sd/features/coredns/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ var (
Chart = helm.InstallableChart{
Name: "ck-dns",
Namespace: "kube-system",
ManifestPath: filepath.Join("charts", "coredns-1.36.0.tgz"),
ManifestPath: filepath.Join("charts", "coredns-1.36.2.tgz"),
}

// imageRepo is the image to use for CoreDNS.
imageRepo = "ghcr.io/canonical/coredns"

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

0 comments on commit 22c266c

Please sign in to comment.