Skip to content

Commit

Permalink
[super-agent-deployment] fix(SA): remove deprecated running_mode (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Nov 16, 2023
1 parent 886d54a commit 5425216
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/super-agent-deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: super-agent-deployment
description: A Helm chart to install New Relic Super agent on Kubernetes

type: application
version: 0.0.0-beta
version: 0.0.1-beta
appVersion: nightly # TODO: Change this with a proper version of the image.

dependencies:
Expand Down
8 changes: 3 additions & 5 deletions charts/super-agent-deployment/ci/test-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# chart-testing need values files to test that the chart is installable and upgradable.
# The values file is needed to be populated. As we have nothing to test for now, I am filling this files with gibberish
# so the test triggers at the same time that it does not affect the default values file or any other function of the
# chart of the common library.
fake: values
config:
content:
agents: {}
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ spec:
{{- end }}
image: {{ include "newrelic.common.images.image" ( dict "imageRoot" .Values.image "context" .) }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --running-mode=Kubernetes

{{- with .Values.extraEnv }}
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ tests:
count: 0
- it: super agent's config could be empty
set:
config:
content: {}
config: {}
asserts:
- equal:
path: data["config.yaml"]
Expand Down

0 comments on commit 5425216

Please sign in to comment.