From 05163419448a0d26e807238a8c6768976550e468 Mon Sep 17 00:00:00 2001 From: Mikhail Naletov <36846182+okgolove@users.noreply.github.com> Date: Sun, 25 Apr 2021 09:23:26 +0300 Subject: [PATCH] Bump xray-daemon version to 3.3.2 (#37) --- charts/aws-xray/Chart.yaml | 4 ++-- charts/aws-xray/README.md | 2 +- charts/aws-xray/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/aws-xray/Chart.yaml b/charts/aws-xray/Chart.yaml index 9b9fe78..c35a93b 100644 --- a/charts/aws-xray/Chart.yaml +++ b/charts/aws-xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 3.3.1 +appVersion: 3.3.2 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.0.0 +version: 3.1.0 diff --git a/charts/aws-xray/README.md b/charts/aws-xray/README.md index f10fc23..c63cd5b 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.1` | +| `image.tag` | aws-xray image tag | `3.3.2` | | `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 23035b5..ded385c 100644 --- a/charts/aws-xray/values.yaml +++ b/charts/aws-xray/values.yaml @@ -2,8 +2,8 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. image: - repository: public.ecr.aws/xray/aws-xray-daemon:3.3.1 - tag: 3.3.1 + repository: public.ecr.aws/xray/aws-xray-daemon + tag: 3.3.2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.