Skip to content

Commit

Permalink
[super-agent] Fix super agent chart (#1413)
Browse files Browse the repository at this point in the history
Removing defaults that are creating issues in the e2e tests

#### 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]`)
  • Loading branch information
paologallinaharbur authored Jul 1, 2024
1 parent 5c54579 commit a39c68c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/super-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: super-agent
description: Bootstraps New Relic' Super Agent

type: application
version: 0.0.11-beta
version: 0.0.12-beta

dependencies:
- name: flux2
Expand Down
4 changes: 2 additions & 2 deletions charts/super-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ super-agent-deployment:
# chart_version: "0.4.0"
chart_values:
# TODO the following values are set twice in the config, we have to add some logic to improve UX either in the chart or in the agentType
cluster: ""
licenseKey: ""
# cluster: ""
# licenseKey: ""
# customSecretName: ""
# customSecretLicenseKey: ""

Expand Down

0 comments on commit a39c68c

Please sign in to comment.