Skip to content

Commit a0794f7

Browse files
[synthetics-private-location]: ⬆️ bump PL version to 1.56.0 (#1803)
1 parent 7d7493f commit a0794f7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

charts/synthetics-private-location/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Datadog changelog
22

3+
## 0.17.8
4+
5+
* Update private location image version to `1.56.0`.
6+
37
## 0.17.7
48

59
* Update private location image version to `1.55.0`.

charts/synthetics-private-location/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: synthetics-private-location
3-
version: 0.17.7
4-
appVersion: 1.55.0
3+
version: 0.17.8
4+
appVersion: 1.56.0
55
description: Datadog Synthetics Private Location
66
keywords:
77
- monitoring

charts/synthetics-private-location/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog Synthetics Private Location
22

3-
![Version: 0.17.7](https://img.shields.io/badge/Version-0.17.7-informational?style=flat-square) ![AppVersion: 1.55.0](https://img.shields.io/badge/AppVersion-1.55.0-informational?style=flat-square)
3+
![Version: 0.17.8](https://img.shields.io/badge/Version-0.17.8-informational?style=flat-square) ![AppVersion: 1.56.0](https://img.shields.io/badge/AppVersion-1.56.0-informational?style=flat-square)
44

55
[Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds a Datadog Synthetics Private Location Deployment. For more information about synthetics monitoring with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/synthetics/private_locations/?tab=helmchart).
66

@@ -41,7 +41,7 @@ helm install <RELEASE_NAME> datadog/synthetics-private-location --set-file confi
4141
| hostAliases | list | `[]` | Add entries to Datadog Synthetics Private Location PODs' /etc/hosts |
4242
| image.pullPolicy | string | `"IfNotPresent"` | Define the pullPolicy for Datadog Synthetics Private Location image |
4343
| image.repository | string | `"gcr.io/datadoghq/synthetics-private-location-worker"` | Repository to use for Datadog Synthetics Private Location image |
44-
| image.tag | string | `"1.55.0"` | Define the Datadog Synthetics Private Location version to use |
44+
| image.tag | string | `"1.56.0"` | Define the Datadog Synthetics Private Location version to use |
4545
| imagePullSecrets | list | `[]` | Datadog Synthetics Private Location repository pullSecret (ex: specify docker registry credentials) |
4646
| nameOverride | string | `""` | Override name of app |
4747
| nodeSelector | object | `{}` | Allows to schedule Datadog Synthetics Private Location on specific nodes |

charts/synthetics-private-location/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
# image.pullPolicy -- Define the pullPolicy for Datadog Synthetics Private Location image
1616
pullPolicy: IfNotPresent
1717
# image.tag -- Define the Datadog Synthetics Private Location version to use
18-
tag: 1.55.0
18+
tag: 1.56.0
1919

2020
# dnsPolicy -- DNS Policy to set to the Datadog Synthetics Private Location PODs
2121
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)