Skip to content

Commit

Permalink
feat: bump aws-xray version (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
okgolove authored Sep 23, 2022
1 parent d34df88 commit eb2fa31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/aws-xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -12,4 +12,4 @@ maintainers:
name: aws-xray
sources:
- https://github.com/aws/aws-xray-daemon
version: 3.4.0
version: 3.5.0
2 changes: 1 addition & 1 deletion charts/aws-xray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb2fa31

Please sign in to comment.