Skip to content

Commit

Permalink
Change binary URLs to HTTPS protocol
Browse files Browse the repository at this point in the history
Not all binary links were changed to HTTPS. This commit makes the
final updates. May all build errors flee in terror.
  • Loading branch information
ctauchen committed Feb 14, 2025
1 parent 6c9577d commit 54f5a03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions calico/getting-started/bare-metal/installation/binary-mgr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ _RPM requires_: RedHat 7-derived distribution
cat > /etc/yum.repos.d/calico.repo <<EOF
[calico]
name=Calico Repository
baseurl=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
baseurl=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
enabled=1
skip_if_unavailable=0
gpgcheck=1
gpgkey=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
gpgkey=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
priority=97
EOF

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ _RPM requires_: RedHat 7-derived distribution
cat > /etc/yum.repos.d/calico.repo <<EOF
[calico]
name=Calico Repository
baseurl=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
baseurl=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
enabled=1
skip_if_unavailable=0
gpgcheck=1
gpgkey=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
gpgkey=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
priority=97
EOF

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ _RPM requires_: RedHat 7-derived distribution
cat > /etc/yum.repos.d/calico.repo <<EOF
[calico]
name=Calico Repository
baseurl=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
baseurl=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
enabled=1
skip_if_unavailable=0
gpgcheck=1
gpgkey=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
gpgkey=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
priority=97
EOF

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ _RPM requires_: RedHat 7-derived distribution
cat > /etc/yum.repos.d/calico.repo <<EOF
[calico]
name=Calico Repository
baseurl=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
baseurl=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/
enabled=1
skip_if_unavailable=0
gpgcheck=1
gpgkey=http://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
gpgkey=https://binaries.projectcalico.org/rpm/$[ppa_repo_name]/key
priority=97
EOF

Expand Down

0 comments on commit 54f5a03

Please sign in to comment.