Skip to content

Commit

Permalink
Update aws-cni version from 1.7.5 to 1.9.3. (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bianchi authored Dec 15, 2021
1 parent 9048302 commit 208b820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update `aws-cni` version from `1.7.5` to `1.9.3`.

### Fixed

- Limited hostnetwork pods to the daemonsets only when calculating max pods
Expand Down
4 changes: 2 additions & 2 deletions templates/files/k8s-resource/aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
tolerations:
- operator: Exists
initContainers:
- image: {{.DockerRegistry}}/giantswarm/aws-cni-init:v1.7.5
- image: {{.DockerRegistry}}/giantswarm/aws-cni-init:v1.9.3
imagePullPolicy: Always
name: aws-vpc-cni-init
securityContext:
Expand All @@ -162,7 +162,7 @@ spec:
- mountPath: /host/opt/cni/bin
name: cni-bin-dir
containers:
- image: {{.DockerRegistry}}/giantswarm/aws-cni:v1.7.5
- image: {{.DockerRegistry}}/giantswarm/aws-cni:v1.9.3
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down

0 comments on commit 208b820

Please sign in to comment.