Skip to content

Commit

Permalink
update calico manifest URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus-Theodor Riegg committed Feb 8, 2023
1 parent ac353a1 commit 39e532e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/roles/k8s/tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

- name: download calico operator
ansible.builtin.get_url:
url: https://docs.projectcalico.org/archive/v{{ calico_version }}/manifests/tigera-operator.yaml
url: https://projectcalico.docs.tigera.io/archive/v{{ calico_version }}/manifests/tigera-operator.yaml
dest: /etc/kubernetes/components/tigera-operator.yaml
mode: '0644'
when:
Expand Down
2 changes: 1 addition & 1 deletion setup/roles/k8s/templates/k8s-ver.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export K8SV="{{ k8s_version }}-*"
export calico_url="https://docs.projectcalico.org/archive/v{{ calico_version }}/manifests/tigera-operator.yaml"
export calico_url="https://projectcalico.docs.tigera.io/archive/v{{ calico_version }}/manifests/tigera-operator.yaml"
export longhorn_url="https://raw.githubusercontent.com/longhorn/longhorn/v{{ k8s_longhorn_version }}/deploy/longhorn.yaml"
export metrics_url="https://github.com/kubernetes-sigs/metrics-server/releases/download/metrics-server-helm-chart-{{ metrics_server_version }}/components.yaml"
export ingress_url="https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v{{ ingress_version }}/deploy/static/provider/cloud/deploy.yaml"
Expand Down

0 comments on commit 39e532e

Please sign in to comment.