Skip to content

Commit

Permalink
aws-for-fluent-bit: switch to hardcode stable version to address user…
Browse files Browse the repository at this point in the history
… complaints aws/aws-for-fluent-bit#694

Signed-off-by: Wesley Pettit <wppttt@amazon.com>
  • Loading branch information
PettitWesley committed Jun 23, 2023
1 parent 35b66b1 commit 9018c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26
appVersion: stable
version: 0.1.27
appVersion: 2.31.11
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/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: stable
tag: 2.31.11
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 9018c29

Please sign in to comment.