tigera-operator: v3.29.3

This commit is contained in:
rasmus 2025-04-20 21:43:43 +03:00
parent 13cfeeff2b
commit d9877a9fc5
2 changed files with 4 additions and 3 deletions
argocd/applications
tigera-operator

@ -14,9 +14,10 @@ spec:
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: tigera-operator namespace: tigera-operator
# also houses calico-system and calico-apiserver
syncPolicy: syncPolicy:
# automated: automated:
# prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true # Resource is too big to fit in 262144 bytes allowed annotation size. - ServerSideApply=true # Resource is too big to fit in 262144 bytes allowed annotation size.

@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- https://raw.githubusercontent.com/projectcalico/calico/v3.28.4/manifests/tigera-operator.yaml - https://raw.githubusercontent.com/projectcalico/calico/v3.29.3/manifests/tigera-operator.yaml
- ./custom-resources.yaml - ./custom-resources.yaml
- ssh://git@git.k-space.ee/secretspace/kube/tigera-operator - ssh://git@git.k-space.ee/secretspace/kube/tigera-operator