Skip to content

Commit

Permalink
[synthetics job manager] update helm chart for SJM (all runtimes) (ne…
Browse files Browse the repository at this point in the history
…wrelic#1298)

<!--
Thank you for contributing to New Relic's Helm charts. Before you submit
this PR we'd like to
make sure you are aware of our technical requirements:

*
https://github.com/newrelic-experimental/helm-charts/blob/master/CONTRIBUTING.md#technical-requirements

For a quick overview across what we will look at reviewing your PR,
please read
our review guidelines:

*
https://github.com/newrelic-experimental/helm-charts/blob/master/REVIEW_GUIDELINES.md

Following our best practices right from the start will accelerate the
review process and
help get your PR merged quicker.

When updates to your PR are requested, please add new commits and do not
squash the
history. This will make it easier to identify new changes. The PR will
be squashed
anyways when it is merged. Thanks.

For fast feedback, please @-mention maintainers that are listed in the
Chart.yaml file.

Please make sure you test your changes before you push them. Once
pushed, a Github Action
will run across your changes and do some initial checks and linting.
These checks run
very quickly. Please check the results. We would like these checks to
pass before we
even continue reviewing your changes.
-->
#### Is this a new chart
No

#### What this PR does / why we need it:
Updates all runtime app versions, including some important bug fixes


#### Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove
unrelated fields.]
- [x] Chart Version bumped
- [x] Title of the PR starts with chart name (e.g. `[mychartname]`)
  • Loading branch information
kondracek-nr authored Feb 27, 2024
1 parent 7278230 commit 3707708
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.62
version: 1.0.63
appVersion: release-339
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
Expand All @@ -24,11 +24,11 @@ keywords:
- newrelic
dependencies:
- name: ping-runtime
version: 1.0.18
version: 1.0.19
condition: ping-runtime.enabled
- name: node-api-runtime
version: 1.0.28
version: 1.0.29
condition: node-api-runtime.enabled
- name: node-browser-runtime
version: 1.0.37
version: 1.0.38
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-api-runtime
description: New Relic Synthetics Api Runtime
type: application
version: 1.0.28
appVersion: 1.2.34
version: 1.0.29
appVersion: 1.2.39
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
- name: Philip-R-Beckwith
Expand Down
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.37
appVersion: 2.2.28
version: 1.0.38
appVersion: 2.2.33
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
- name: Philip-R-Beckwith
Expand Down
4 changes: 2 additions & 2 deletions charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ping-runtime
description: New Relic Synthetics Ping Runtime
type: application
version: 1.0.18
appVersion: 1.39.0
version: 1.0.19
appVersion: 1.40.0
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
- name: Philip-R-Beckwith
Expand Down

0 comments on commit 3707708

Please sign in to comment.