From 08f5415fdc6996f09689fe552d608c1672f0f45e Mon Sep 17 00:00:00 2001 From: AustinNr <80925470+AustinNr@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:23:43 -0700 Subject: [PATCH] [Synthetics-job-manager] Update helm chart for SJM (#1300) #### Is this a new chart No #### What this PR does / why we need it: Update helm charts with latest synthetics-job-manager version: release-341 #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` 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 - [ ] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`) --- charts/synthetics-job-manager/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/synthetics-job-manager/Chart.yaml b/charts/synthetics-job-manager/Chart.yaml index 4b2564be2..541ba3de2 100644 --- a/charts/synthetics-job-manager/Chart.yaml +++ b/charts/synthetics-job-manager/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: synthetics-job-manager description: New Relic Synthetics Containerized Job Manager type: application -version: 1.0.63 -appVersion: release-339 +version: 1.0.64 +appVersion: release-341 home: https://github.com/orgs/newrelic/teams/proactive-monitoring maintainers: - name: Philip-R-Beckwith