Skip to content

Commit

Permalink
[synthetics-job-manager] Add latest node browser runtime deploy to he…
Browse files Browse the repository at this point in the history
…lm charts (#1270)

#### Is this a new chart
no

#### What this PR does / why we need it:

- adds latest node browser runtime deploy to helm charts

#### Which issue this PR fixes
*(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)`
format, will close that issue when PR gets merged)*
  - fixes #

#### Special notes for your reviewer:

#### Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove
unrelated fields.]
- [x] Chart Version bumped
- [x] Variables are documented in the README.md
- [x] Title of the PR starts with chart name (e.g. `[mychartname]`)
  • Loading branch information
lromer22 authored Feb 7, 2024
1 parent 1c9972e commit 4bd2dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/synthetics-job-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: synthetics-job-manager
description: New Relic Synthetics Containerized Job Manager
type: application
version: 1.0.59
version: 1.0.60
appVersion: release-337
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
Expand Down Expand Up @@ -30,5 +30,5 @@ dependencies:
version: 1.0.27
condition: node-api-runtime.enabled
- name: node-browser-runtime
version: 1.0.35
version: 1.0.36
condition: node-browser-runtime.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: node-browser-runtime
description: New Relic Synthetics Browser Runtime
type: application
version: 1.0.35
appVersion: 2.2.10
version: 1.0.36
appVersion: 2.2.22
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
- name: Philip-R-Beckwith
Expand Down

0 comments on commit 4bd2dca

Please sign in to comment.