Skip to content

Commit 73e576c

Browse files
test: fail e2e if image not replaced (#1717)
1 parent c3b0c5d commit 73e576c

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed

test/k8s-e2e/apm/ac-values-apm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cluster and License info is set with "--set" in the e2e-spec file
2+
toolkitImage:
3+
tag: failIfNotReplaced
24
agentControlDeployment:
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
config:
610
fleet_control:

test/k8s-e2e/collector/ac-values-collector.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cluster and License info is set with "--set" in the e2e-spec file
2+
toolkitImage:
3+
tag: failIfNotReplaced
24
agentControlDeployment:
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
config:
610
log:

test/k8s-e2e/custom-repo/ac-values-custom-repo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
toolkitImage:
2+
tag: failIfNotReplaced
13
agentControlDeployment:
24
repositorySecretReferenceName: chartmuseum-auth
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
verboseLog: true
610
config:

test/k8s-e2e/dynamic/ac-values-dynamic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cluster and License info is set with "--set" in the e2e-spec file
2+
toolkitImage:
3+
tag: failIfNotReplaced
24
agentControlDeployment:
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
verboseLog: true # It is propagated to some agents (same as licenseKey and cluster)
610
config:

test/k8s-e2e/ebpf/ac-values-ebpf.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cluster and License info is set with "--set" in the e2e-spec file
2+
toolkitImage:
3+
tag: failIfNotReplaced
24
agentControlDeployment:
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
config:
610
log:

test/k8s-e2e/fleet-control/ac-values-fleet-control.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cluster and License info is set with "--set" in the e2e-spec file
2+
toolkitImage:
3+
tag: failIfNotReplaced
24
agentControlDeployment:
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
systemIdentity:
610
create: false

test/k8s-e2e/infra/ac-values-infra.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cluster and License info is set with "--set" in the e2e-spec file
2+
toolkitImage:
3+
tag: failIfNotReplaced
24
agentControlDeployment:
35
chartValues:
6+
image:
7+
tag: failIfNotReplaced
48
subAgentsNamespace: "newrelic-agents"
59
verboseLog: true # It is propagated to some agents (same as licenseKey and cluster)
610
config:

test/k8s-e2e/proxy/ac-values-proxy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ agentControlCd:
4343
claimName: mitm-ca-pvc
4444

4545

46+
toolkitImage:
47+
tag: failIfNotReplaced
4648
agentControlDeployment:
4749
chartValues:
50+
image:
51+
tag: failIfNotReplaced
4852
subAgentsNamespace: "newrelic-agents"
4953
# Mount a CA certificate bundle to the source-controller Trust root store.
5054
# It should contain the proxy CA certificates on it.

0 commit comments

Comments
 (0)