File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed
Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 1818 uses : azure/setup-helm@v3
1919 with :
2020 version : v3.10.1 # Also update in publish.yaml
21- <<<<<<< HEAD
22-
23- - name : Setup Kubectl
24- uses : azure/setup-kubectl@v3
25- id : install
26- =======
27- >>>>>>> argo-events-2.0.9
2821
2922 - name : Set up python
3023 uses : actions/setup-python@v4
6962 with :
7063 config : .github/configs/kind-config.yaml
7164
72- <<<<<<< HEAD
73- =======
74- - name : Deploy latest ArgoCD CRDs when testing ArgoCD extensions
75- if : |
76- contains(steps.list-changed.outputs.changed_charts, 'argocd-image-updater') ||
77- contains(steps.list-changed.outputs.changed_charts, 'argocd-apps')
78- run : |
79- helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
80- helm dependency build charts/argo-cd/
81- helm template charts/argo-cd/ --set server.extensions.enabled=true -s templates/crds/* | kubectl apply -f -
82-
83- >>>>>>> argo-events-2.0.9
8465 - name : Skip HPA tests of ArgoCD
8566 if : contains(steps.list-changed.outputs.changed_charts, 'argo-cd')
8667 run : |
Original file line number Diff line number Diff line change 88permissions :
99 contents : read
1010
11- permissions :
12- contents : read
13-
1411jobs :
1512 publish :
1613 permissions :
@@ -34,23 +31,15 @@ jobs:
3431 run : |
3532 git config user.name "$GITHUB_ACTOR"
3633 git config user.email "[email protected] " 37- <<<<<<< HEAD
38- - name : Package chart
39- =======
4034
4135 # # This is required to consider the old Circle-CI Index and to stay compatible with all the old releases.
4236 - name : Fetch current Chart Index
43- >>>>>>> argo-events-2.0.9
4437 run : |
4538 rm -rf .cr-release-packages
4639 mkdir .cr-release-packages
4740 helm package charts/argo-events -u -d .cr-release-packages/
4841 - name : Run chart-releaser
49- <<<<<<< HEAD
50- uses : helm/chart-releaser-action@main
51- =======
524253- >>>>>>> argo-events-2.0.9
5443 with :
5544 config : " ./.github/configs/cr.yaml"
5645 skip_packaging : true
You can’t perform that action at this time.
0 commit comments