Skip to content

Commit

Permalink
hack/update-expected.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Apr 2, 2024
1 parent 870e916 commit b5813b2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
version: 9.99.0
- id: k8s-1.25
manifest: networking.projectcalico.org/k8s-1.25.yaml
manifestHash: 77dd86f0456cd77fd3209ee5e2a992443e8c2caeca038f1d00645271d0e9689f
manifestHash: 554c99dd8abc16860278375424f914ab819f3ea0ce16654b8dda2e51e06080c4
name: networking.projectcalico.org
prune:
kinds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,13 @@ spec:
Loose]'
pattern: ^(?i)(Disabled|Strict|Loose)?$
type: string
bpfExcludeCIDRsFromNAT:
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
be excluded from NAT resolution so that host can handle them. A
typical usecase is node local DNS cache.
items:
type: string
type: array
bpfExtToServiceConnmark:
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
mark that is set on connections from an external client to a local
Expand Down Expand Up @@ -4981,7 +4988,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: docker.io/calico/node:v3.27.0
image: docker.io/calico/node:v3.27.3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -5061,7 +5068,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: docker.io/calico/cni:v3.27.0
image: docker.io/calico/cni:v3.27.3
imagePullPolicy: IfNotPresent
name: install-cni
securityContext:
Expand All @@ -5075,7 +5082,7 @@ spec:
- calico-node
- -init
- -best-effort
image: docker.io/calico/node:v3.27.0
image: docker.io/calico/node:v3.27.3
imagePullPolicy: IfNotPresent
name: mount-bpffs
securityContext:
Expand Down Expand Up @@ -5198,7 +5205,7 @@ spec:
value: node
- name: DATASTORE_TYPE
value: kubernetes
image: docker.io/calico/kube-controllers:v3.27.0
image: docker.io/calico/kube-controllers:v3.27.3
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
version: 9.99.0
- id: k8s-1.25
manifest: networking.projectcalico.org/k8s-1.25.yaml
manifestHash: cc27531722191b2f6724cf77ce9dc70f827479e074616e90a8006689065f9761
manifestHash: 2ba3f766420e62e454cdf6462f3cf1e01c0be716ec3309c441ab2c9249413f87
name: networking.projectcalico.org
prune:
kinds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,13 @@ spec:
Loose]'
pattern: ^(?i)(Disabled|Strict|Loose)?$
type: string
bpfExcludeCIDRsFromNAT:
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
be excluded from NAT resolution so that host can handle them. A
typical usecase is node local DNS cache.
items:
type: string
type: array
bpfExtToServiceConnmark:
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
mark that is set on connections from an external client to a local
Expand Down Expand Up @@ -4976,7 +4983,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: docker.io/calico/node:v3.27.0
image: docker.io/calico/node:v3.27.3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -5050,7 +5057,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: docker.io/calico/cni:v3.27.0
image: docker.io/calico/cni:v3.27.3
imagePullPolicy: IfNotPresent
name: upgrade-ipam
securityContext:
Expand Down Expand Up @@ -5085,7 +5092,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: docker.io/calico/cni:v3.27.0
image: docker.io/calico/cni:v3.27.3
imagePullPolicy: IfNotPresent
name: install-cni
securityContext:
Expand All @@ -5099,7 +5106,7 @@ spec:
- calico-node
- -init
- -best-effort
image: docker.io/calico/node:v3.27.0
image: docker.io/calico/node:v3.27.3
imagePullPolicy: IfNotPresent
name: mount-bpffs
securityContext:
Expand Down Expand Up @@ -5225,7 +5232,7 @@ spec:
value: node
- name: DATASTORE_TYPE
value: kubernetes
image: docker.io/calico/kube-controllers:v3.27.0
image: docker.io/calico/kube-controllers:v3.27.3
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down

0 comments on commit b5813b2

Please sign in to comment.