Skip to content

Commit

Permalink
Replace image in containerd config
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 2, 2024
1 parent 5de2e24 commit 9706696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/setup/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func Containerd(snap snap.Snap, registries []types.ContainerdRegistry) error {
CNIBinDir: snap.CNIBinDir(),
ImportsDir: snap.ContainerdExtraConfigDir(),
RegistryConfigDir: snap.ContainerdRegistryConfigDir(),
PauseImage: "registry.k8s.io/pause:3.7",
PauseImage: "ghcr.io/canonical/pause:3.7",
}); err != nil {
return fmt.Errorf("failed to write config.toml: %w", err)
}
Expand Down

0 comments on commit 9706696

Please sign in to comment.