Skip to content

Commit

Permalink
Change default aws-for-fluent-bit image value to a newer one (aws#667)
Browse files Browse the repository at this point in the history
* Upgrade aws-for-fluent-bit default image as the current one has critical
security vulnerabilities

* Add helm chart version bump

* Updated default value in the README

* Update appVersion in helm chart
  • Loading branch information
gecgooden authored Jan 11, 2022
1 parent 6c3c045 commit 092833a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/aws-for-fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: aws-for-fluent-bit
description: A Helm chart to deploy aws-for-fluent-bit project
version: 0.1.11
appVersion: 2.13.0
version: 0.1.12
appVersion: 2.21.5
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm delete aws-for-fluent-bit --namespace kube-system
| - | - | - | -
| `global.namespaceOverride` | Override the deployment namespace | Not set (`Release.Namespace`) |
| `image.repository` | Image to deploy | `amazon/aws-for-fluent-bit` | ✔
| `image.tag` | Image tag to deploy | `2.12.0`
| `image.tag` | Image tag to deploy | `2.21.5`
| `image.pullPolicy` | Pull policy for the image | `IfNotPresent` | ✔
| `imagePullSecrets` | Docker registry pull secret | `[]` |
| `serviceAccount.create` | Whether a new service account should be created | `true` |
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:

image:
repository: amazon/aws-for-fluent-bit
tag: 2.13.0
tag: 2.21.5
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 092833a

Please sign in to comment.