Skip to content

Commit 669ebe0

Browse files
authored
[observability-pipelines-worker] release 2.0.2 (#1414)
1 parent 03cdce1 commit 669ebe0

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

charts/observability-pipelines-worker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 2.0.1
44

5+
* Official image `2.0.2`
6+
7+
## 2.0.1
8+
59
* Official image `2.0.1`
610

711
## 2.0.0

charts/observability-pipelines-worker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: observability-pipelines-worker
3-
version: "2.0.1"
3+
version: "2.0.2"
44
description: Observability Pipelines Worker
55
type: application
66
keywords:
@@ -13,7 +13,7 @@ icon: https://datadog-live.imgix.net/img/dd_logo_70x75.png
1313
maintainers:
1414
- name: Datadog
1515
16-
appVersion: "2.0.1"
16+
appVersion: "2.0.2"
1717
annotations:
1818
artifacthub.io/links: |
1919
- name: Chart Source

charts/observability-pipelines-worker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Observability Pipelines Worker
22

3-
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)
3+
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square)
44

55
## How to use Datadog Helm repository
66

@@ -110,7 +110,7 @@ The command removes all the Kubernetes components associated with the chart and
110110
| image.pullPolicy | string | `"IfNotPresent"` | Specify the [pullPolicy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy). |
111111
| image.pullSecrets | list | `[]` | Specify the [imagePullSecrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod). |
112112
| image.repository | string | `"gcr.io/datadoghq"` | Specify the image repository to use. |
113-
| image.tag | string | `"2.0.1"` | Specify the image tag to use. |
113+
| image.tag | string | `"2.0.2"` | Specify the image tag to use. |
114114
| ingress.annotations | object | `{}` | Specify annotations for the Ingress. |
115115
| ingress.className | string | `""` | Specify the [ingressClassName](https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress), requires Kubernetes >= 1.18. |
116116
| ingress.enabled | bool | `false` | If **true**, create an Ingress resource. |

charts/observability-pipelines-worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ image:
4242
# image.name -- Specify the image name to use (relative to `image.repository`).
4343
name: observability-pipelines-worker
4444
# image.tag -- Specify the image tag to use.
45-
tag: 2.0.1
45+
tag: 2.0.2
4646
# image.digest -- (string) Specify the image digest to use; takes precedence over `image.tag`.
4747
digest:
4848
## Currently, we offer images at:

0 commit comments

Comments
 (0)