Skip to content

Commit 181801f

Browse files
fix(gateway): rollback variable name (#1181)
* fix(gateway): rollback variable name * chore: update ac version
1 parent cc7a735 commit 181801f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_agent_control"
33
description = "New Relic Agent Control Limited Preview"
4-
version = "0.35.0"
4+
version = "0.35.1"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true

agent-control/agent-type-registry/newrelic/pipeline-control-gateway-0.1.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.0
44
variables:
55
k8s:
66
chart_values:
7-
pipeline-control-gateway:
7+
gateway:
88
description: "Gateway chart values"
99
type: yaml
1010
required: false
@@ -58,7 +58,7 @@ deployment:
5858
stringData:
5959
# global values defined inside here will have less precedence than the ones defined in `chart_values.global`
6060
values.yaml: |
61-
${nr-var:chart_values.pipeline-control-gateway}
61+
${nr-var:chart_values.gateway}
6262
release:
6363
apiVersion: helm.toolkit.fluxcd.io/v2
6464
kind: HelmRelease

test/k8s-e2e/agent-control-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ agent-control-deployment:
2929
type: newrelic/io.fluentbit:0.1.0
3030
content:
3131
chart_version: "*" # Use latest
32-
pipeline-control-gateway:
32+
gateway:
3333
type: newrelic/com.newrelic.pipeline_control_gateway:0.1.0
3434
content:
3535
chart_version: "*" # Use latest
3636
chart_values:
3737
# we override resources since to fit in the small ci/cd minikube
38-
pipeline-control-gateway:
38+
gateway:
3939
# TODO we are currently not testing the gateway behaviour, only that the chart is deployed
4040
# For this reason we are blocking the creation of pods
4141
customSecretName: "not-existing"

0 commit comments

Comments
 (0)