Skip to content

Commit

Permalink
macro development
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 22, 2023
1 parent f3c506e commit f08736b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .argo/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
value: charts # sets workingDir
- name: chartDir
value: 'charts/kubefirst'
- - name: output-next-chart-version
- - name: output-current-chart-version
templateRef:
name: cwft-helm
template: output-macro-chart-version
Expand All @@ -141,7 +141,7 @@ spec:
- name: chartDir
value: "charts/kubefirst"
- name: version
value: "next"
value: "current"
- - name: pull-commit-push-charts
templateRef:
name: cwft-git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
on:
push:
branches:
- main
- adjust-ci
jobs:
publish:
runs-on: self-hosted
Expand Down

0 comments on commit f08736b

Please sign in to comment.