Skip to content

Commit 4400340

Browse files
authored
ci: point to helm charts master (#1525)
1 parent 439793f commit 4400340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

agent-control/tests/k8s/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)