From 9018c294e90942aefa55ab5f9d0078b5f150b002 Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Thu, 22 Jun 2023 16:31:53 -0700 Subject: [PATCH] aws-for-fluent-bit: switch to hardcode stable version to address user complaints https://github.com/aws/aws-for-fluent-bit/issues/694 Signed-off-by: Wesley Pettit --- stable/aws-for-fluent-bit/Chart.yaml | 4 ++-- stable/aws-for-fluent-bit/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/aws-for-fluent-bit/Chart.yaml b/stable/aws-for-fluent-bit/Chart.yaml index 40afbc722..bef2e40a4 100644 --- a/stable/aws-for-fluent-bit/Chart.yaml +++ b/stable/aws-for-fluent-bit/Chart.yaml @@ -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: diff --git a/stable/aws-for-fluent-bit/values.yaml b/stable/aws-for-fluent-bit/values.yaml index 75a2c3909..61b24da9c 100644 --- a/stable/aws-for-fluent-bit/values.yaml +++ b/stable/aws-for-fluent-bit/values.yaml @@ -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: []