Skip to content

Commit

Permalink
Reverting from 3.18.1 to 3.15.5 to fix route deletion on pod going in…
Browse files Browse the repository at this point in the history
…to terminating state (#18)

* Reverting from 3.18.1 to 3.15.1

Although it would seem 3.15.5 is working too

* This is the problem we have encountered: projectcalico/calico#4518

Safe to upgrade to 3.15.5
  • Loading branch information
aquam8 authored Jun 18, 2021
1 parent 1a8152e commit 47d20f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/aws-calico/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description: A Helm chart for installing Calico on AWS
# Commenting `website` as it fails Yamale strict mode
# website: https://docs.aws.amazon.com/eks/latest/userguide/calico.html
name: aws-calico
version: 0.0.10
appVersion: 3.18.1
version: 0.0.11
appVersion: 3.15.1
icon: https://www.projectcalico.org/wp-content/uploads/2019/09/Calico_Logo_Large_Calico.png
2 changes: 1 addition & 1 deletion stable/aws-calico/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the configurable parameters for this chart and their d
| `calico.node.nodeSelector` | Calico Node Node Selector | `{ beta.kubernetes.io/os: linux }` |
| `calico.typha_autoscaler.resources` | Calico Typha Autoscaler Resources | `requests.memory: 16Mi, requests.cpu: 10m, limits.memory: 32Mi, limits.cpu: 10m` |
| `calico.typha_autoscaler.nodeSelector` | Calico Typha Autoscaler Node Selector | `{ beta.kubernetes.io/os: linux }` |
| `calico.tag` | Calico version | `v3.15.1` |
| `calico.tag` | Calico version | `v3.15.5` |
| `fullnameOverride` | Override the fullname of the chart | `calico` |
| `podSecurityPolicy.create` | Specifies whether podSecurityPolicy and related rbac objects should be created | `false` |
| `serviceAccount.name` | The name of the ServiceAccount to use | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-calico/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ podSecurityPolicy:
create: false

calico:
tag: v3.18.1
tag: v3.15.5

typha:
logseverity: Info # Debug, Info, Warning, Error, Fatal
Expand Down

0 comments on commit 47d20f1

Please sign in to comment.