File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ docker_build(
6464
6565######## Feature Branch ########
6666# We are leveraging master branch or the feature branch to install both the agent-control and the agent-control-deployment charts.
67- feature_branch = 'feat/flux-install-update '
67+ feature_branch = 'master '
6868
6969#### Set-up charts
7070
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ helm_resource(
9898#### build data/charts and upload it to chart museum
9999### Feature Branch Workaround ###
100100# Use the branch source to get the chart form a feature branch in the NR helm-charts repo.
101- feature_branch = "feat/flux-install-update "
101+ feature_branch = "master "
102102
103103# We're modifying the default image in the charts for different versions because we don't expose the values to be
104104# modified by the remote_config but we do tests upgrading charts that require image modification
You can’t perform that action at this time.
0 commit comments