Skip to content

Commit

Permalink
Ran generate-cni-yaml to update calico manifests in config after upda…
Browse files Browse the repository at this point in the history
…ting charts
  • Loading branch information
haouc committed Aug 31, 2021
1 parent 35bdea1 commit e8f6c13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/master/calico-crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
name: default
annotations:
"helm.sh/hook": post-install
spec:
# Configures Calico policy configured to work with AmazonVPC CNI networking.
cni:
Expand Down
7 changes: 4 additions & 3 deletions config/master/calico-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5005,9 +5005,10 @@ rules:
resources:
- felixconfigurations
verbs:
- create
- patch
- list
- create
- get
- watch
- apiGroups:
- crd.projectcalico.org
Expand Down Expand Up @@ -5149,7 +5150,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: tigera-operator
image: quay.io/tigera/operator:v1.21.0
image: quay.io/tigera/operator:v1.20.1
imagePullPolicy: IfNotPresent
command:
- operator
Expand All @@ -5167,7 +5168,7 @@ spec:
- name: OPERATOR_NAME
value: "tigera-operator"
- name: TIGERA_OPERATOR_INIT_IMAGE_VERSION
value: v1.21.0
value: v1.20.1
envFrom:
- configMapRef:
name: kubernetes-services-endpoint
Expand Down

0 comments on commit e8f6c13

Please sign in to comment.