Skip to content

Commit

Permalink
Merge pull request #493 from rancher/updatecli_main-source_681ae94cc8…
Browse files Browse the repository at this point in the history
…9974bc4121f6bd20f95a46d419a2ba8cc2fc5b457d7d90842f4f69

Update Calico version to v3.28.1
  • Loading branch information
thomasferrandiz authored Aug 5, 2024
2 parents 7f686ec + 0243fe3 commit ee0bfdf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
- https://github.com/tigera/operator
- https://github.com/projectcalico/calico
version: v3.28.0
version: v3.28.1
+annotations:
+ catalog.cattle.io/namespace: tigera-operator
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
tigeraOperator:
- image: tigera/operator
+ image: rancher/mirrored-calico-operator
version: v1.34.0
version: v1.34.3
- registry: quay.io
+ registry: docker.io
calicoctl:
- image: docker.io/calico/ctl
+ image: rancher/mirrored-calico-ctl
tag: v3.28.0
tag: v3.28.1

-kubeletVolumePluginPath: /var/lib/kubelet
+kubeletVolumePluginPath: "None"
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-calico/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/projectcalico/calico/releases/download/v3.28.0/tigera-operator-v3.28.0.tgz
url: https://github.com/projectcalico/calico/releases/download/v3.28.1/tigera-operator-v3.28.1.tgz
packageVersion: 00
additionalCharts:
- workingDir: charts-crd
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-calico/templates/crd-template/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: v3.28.0
version: v3.28.1
description: Installs the CRDs for rke2-calico
name: rke2-calico-crd
type: application

0 comments on commit ee0bfdf

Please sign in to comment.