Skip to content

Commit

Permalink
Update aws-xray-daemon version (#36)
Browse files Browse the repository at this point in the history
Use official docker image instead of my custom image
  • Loading branch information
okgolove authored Apr 16, 2021
1 parent e6089ad commit 931f729
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.0
appVersion: 3.3.1
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: 2.0.3
version: 3.0.0
4 changes: 2 additions & 2 deletions charts/aws-xray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ The following table lists the configurable parameters of the AWS X-Ray chart and

| Parameter | Description | Default |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------- |
| `image.repository` | aws-xray image | `okgolove/aws-xray` |
| `image.tag` | aws-xray image tag | `3.1.0` |
| `image.repository` | aws-xray image | `public.ecr.aws/xray/aws-xray-daemon` |
| `image.tag` | aws-xray image tag | `3.3.1` |
| `pullPolicy` | Image pull policy | `IfNotPresent` |
| `rbac.create` | Install required rbac clusterrole | `true` |
| `serviceAccount.create` | Enable ServiceAccount creation | `true` |
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: okgolove/aws-xray
tag: 3.2.0
repository: public.ecr.aws/xray/aws-xray-daemon:3.3.1
tag: 3.3.1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 931f729

Please sign in to comment.