Skip to content

Commit 626a37c

Browse files
[agent-contol] Update ac version (#1665)
#### Is this a new chart bumping agent controlx #### What this PR does / why we need it: update AC #### 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]`)
1 parent 6081e48 commit 626a37c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/agent-control/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: agent-control
33
description: Bootstraps New Relic' Agent Control
44

55
type: application
6-
version: 0.0.57
6+
version: 0.0.58
77

88
dependencies:
99
- name: flux2

charts/agent-control/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ agent-control-deployment:
3535
image:
3636
registry:
3737
repository: newrelic/newrelic-agent-control
38-
tag: "0.35.0"
38+
tag: "0.35.1"
3939
pullPolicy: IfNotPresent
4040
# -- The secrets that are needed to pull images from a custom registry.
4141
pullSecrets: []

0 commit comments

Comments
 (0)