Skip to content

Commit

Permalink
Bumping aws-for-fluent-bit helm chart version
Browse files Browse the repository at this point in the history
- 2.28.4 --> stable (less manual updates)
- version 0.1.25 --> 0.1.26
- update readme
  • Loading branch information
ShelbyZ authored and PettitWesley committed Jun 16, 2023
1 parent 826d6a6 commit f50dff3
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.25
appVersion: 2.28.4
version: 0.1.26
appVersion: stable
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.28.4`
| `image.tag` | Image tag to deploy | `stable` |
| `image.pullPolicy` | Pull policy for the image | `IfNotPresent` | ✔
| `podSecurityContext` | Security Context for pod | `{}` |
| `containerSecurityContext` | Security Context for container | `{}` |
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: public.ecr.aws/aws-observability/aws-for-fluent-bit
tag: 2.28.4
tag: stable
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit f50dff3

Please sign in to comment.