From eb2fa31d714b6e6fa4caa06dbb63b4e2074c90b0 Mon Sep 17 00:00:00 2001 From: Mikhail Naletov <36846182+okgolove@users.noreply.github.com> Date: Fri, 23 Sep 2022 19:02:16 +0300 Subject: [PATCH] feat: bump aws-xray version (#51) --- charts/aws-xray/Chart.yaml | 4 ++-- charts/aws-xray/README.md | 2 +- charts/aws-xray/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/aws-xray/Chart.yaml b/charts/aws-xray/Chart.yaml index 60a8f02..619b80e 100644 --- a/charts/aws-xray/Chart.yaml +++ b/charts/aws-xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 3.3.3 +appVersion: 3.3.4 description: AWS X-Ray helps you debug and analyze your microservices applications with request tracing home: https://aws.amazon.com/xray/ keywords: @@ -12,4 +12,4 @@ maintainers: name: aws-xray sources: - https://github.com/aws/aws-xray-daemon -version: 3.4.0 +version: 3.5.0 diff --git a/charts/aws-xray/README.md b/charts/aws-xray/README.md index fa6832b..d2a3ec8 100644 --- a/charts/aws-xray/README.md +++ b/charts/aws-xray/README.md @@ -47,7 +47,7 @@ The following table lists the configurable parameters of the AWS X-Ray chart and | Parameter | Description | Default | | ------------------------------- | ------------------------------- | ---------------------------------------------------------- | | `image.repository` | aws-xray image | `public.ecr.aws/xray/aws-xray-daemon` | -| `image.tag` | aws-xray image tag | `3.3.3` | +| `image.tag` | aws-xray image tag | `3.3.4` | | `pullPolicy` | Image pull policy | `IfNotPresent` | | `rbac.create` | Install required rbac clusterrole | `true` | | `serviceAccount.create` | Enable ServiceAccount creation | `true` | diff --git a/charts/aws-xray/values.yaml b/charts/aws-xray/values.yaml index 7fce2b7..4865543 100644 --- a/charts/aws-xray/values.yaml +++ b/charts/aws-xray/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: public.ecr.aws/xray/aws-xray-daemon - tag: 3.3.3 + tag: 3.3.4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.