File tree Expand file tree Collapse file tree 5 files changed +5
-16
lines changed
Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 with :
146146 context : .
147147 push : true
148- dockerfile : tests/integration/Dockerfile
148+ file : tests/integration/Dockerfile
149149 tags : ghcr.io/onelitefeathernet/feedback-fusion-integration:nightly
150150
151151 docs :
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 with :
156156 context : .
157157 push : true
158- dockerfile : tests/integration/Dockerfile
158+ file : tests/integration/Dockerfile
159159 tags : ghcr.io/onelitefeathernet/feedback-fusion-integration:${{env.VERSION}},ghcr.io/onelitefeathernet/feedback-fusion-integration:latest
160160
161161 docs :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.6
18+ version : 0.1.7
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1010 containers :
1111 - name : integration-tests
1212 image : " {{ .Values.image.testRepository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
13+ imagePullPolicy : Always
1314 envFrom :
1415 - secretRef :
15- name : {{ .Values.feedbackFusion.testSecret }}
16+ name : {{ .Values.feedbackFusion.testSecret }}
1617 restartPolicy : Never
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments