File tree Expand file tree Collapse file tree 6 files changed +75
-3
lines changed
.k8s/overlays/development Expand file tree Collapse file tree 6 files changed +75
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ Steps to reproduce the behavior:
15+ 1 . Go to '...'
16+ 2 . Click on '....'
17+ 3 . Scroll down to '....'
18+ 4 . See error
19+
20+ ** Expected behavior**
21+ A clear and concise description of what you expected to happen.
22+
23+ ** Screenshots**
24+ If applicable, add screenshots to help explain your problem.
25+
26+ ** Desktop (please complete the following information):**
27+ - OS: [ e.g. iOS]
28+ - Browser [ e.g. chrome, safari]
29+ - Version [ e.g. 22]
30+
31+ ** Smartphone (please complete the following information):**
32+ - Device: [ e.g. iPhone6]
33+ - OS: [ e.g. iOS8.1]
34+ - Browser [ e.g. stock browser, safari]
35+ - Version [ e.g. 22]
36+
37+ ** Additional context**
38+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Is your feature request related to a problem? Please describe.**
11+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered.
18+
19+ ** Additional context**
20+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ jobs:
233233 with :
234234 body : ${{ steps.pytester-cov.outputs.output-table }}
235235
236+
236237 build-container-to-develop :
237238
238239 name : Build Container 🐳
Original file line number Diff line number Diff line change 7272 installer-parallel : true
7373
7474
75+
7576 # ----------------------------------------------
7677 # install dependencies if cache does not exist
7778 # ----------------------------------------------
Original file line number Diff line number Diff line change 1- name : ci-main
1+ name : Main Release
22
33on :
44 push :
4747 # ----------------------------------------------
4848 # This is the a separate action that sets up buildx runner
4949 # ----------------------------------------------
50+ - name : 🐳 Container | Set up Docker Context for Buildx
51+ id : buildx-context
52+ run : |
53+ docker context create builders
54+
5055 - name : 🐳 Container | Set up Docker Buildx
5156 uses : docker/setup-buildx-action@v1
57+ with :
58+ version : latest
59+ endpoint : builders
5260
5361
5462 # ----------------------------------------------
@@ -102,6 +110,7 @@ jobs:
102110 rm -rf /tmp/.buildx-main-cache
103111 mv /tmp/.buildx-main-cache-new /tmp/.buildx-main-cache
104112
113+
105114 github-release :
106115 name : Releases 🔖
107116
@@ -130,6 +139,10 @@ jobs:
130139 with :
131140 token : ${{ secrets.GITHUB_TOKEN }}
132141 generateReleaseNotes : true
142+ allowUpdates : true
143+ artifactErrorsFailBuild : true
144+
145+
133146
134147
135148 deployment-manifests :
@@ -199,7 +212,6 @@ jobs:
199212 git config --local user.name "GitHub Action"
200213 git commit -am "🤖 change image tag (manifests k8s)"
201214
202-
203215 # ----------------------------------------------
204216 # Push code
205217 # ----------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace: test-cd
44images :
55- name : container-to-change-cd
66 newName : quaredevil/ci-gitops-test
7- newTag : e57b327240d60e50b2cccb4cdc5b893971a95846
7+ newTag : 5237c82930516440eafdff3cdf9496900f0dad72
88commonLabels :
99 node.finance.99app.com/environment : development
1010resources :
You can’t perform that action at this time.
0 commit comments