Skip to content

Commit

Permalink
Update to arm64 versions of the same images (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Oct 17, 2024
1 parent cdab483 commit 8ddbe21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/k8s/pkg/k8sd/features/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ const dnsImageRepository = "ghcr.io/canonical/coredns"
const dnsImageTag = "1.11.1-ck4"

const ciliumAgentImageRepository = "ghcr.io/canonical/cilium"
const ciliumAgentImageTag = "1.15.2-ck1"
const ciliumAgentImageTag = "1.15.2-ck2"

const ciliumOperatorImageRepository = "ghcr.io/canonical/cilium-operator"
const ciliumOperatorImageTag = "1.15.2-ck1"
const ciliumOperatorImageTag = "1.15.2-ck2"

const storageImageRepository = "ghcr.io/canonical/rawfile-localpv"
const storageImageTag = "0.8.0-ck5"
const storageImageTag = "0.8.0-ck4"

const metricsServerImageRepository = "ghcr.io/canonical/metrics-server"
const metricsServerImageTag = "0.7.0-ck0"
const metricsServerImageTag = "0.7.0-ck2"

0 comments on commit 8ddbe21

Please sign in to comment.