Skip to content

Commit

Permalink
fix(pke,master): fixed deb repo GPG URL
Browse files Browse the repository at this point in the history
Temporarily changed because the original is
unavailable and it blocks Pipeline.
  • Loading branch information
pregnor committed Feb 27, 2023
1 parent c218c14 commit 9e04a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pke/app/util/linux/apt.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
banzaiCloudDEBRepo = "/etc/apt/sources.list.d/banzaicloud.repo"
k8sDEBRepoFile = "/etc/apt/sources.list.d/kubernetes.list"
k8sDEBRepo = `deb https://apt.kubernetes.io/ kubernetes-xenial main`
k8sDEBRepoGPG = "https://packages.cloud.google.com/apt/doc/apt-key.gpg"
k8sDEBRepoGPG = "https://dl.k8s.io/apt/doc/apt-key.gpg"
)

var _ ContainerdPackages = (*AptInstaller)(nil)
Expand Down

0 comments on commit 9e04a98

Please sign in to comment.