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:
145
145
with :
146
146
context : .
147
147
push : true
148
- dockerfile : tests/integration/Dockerfile
148
+ file : tests/integration/Dockerfile
149
149
tags : ghcr.io/onelitefeathernet/feedback-fusion-integration:nightly
150
150
151
151
docs :
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
with :
156
156
context : .
157
157
push : true
158
- dockerfile : tests/integration/Dockerfile
158
+ file : tests/integration/Dockerfile
159
159
tags : ghcr.io/onelitefeathernet/feedback-fusion-integration:${{env.VERSION}},ghcr.io/onelitefeathernet/feedback-fusion-integration:latest
160
160
161
161
docs :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.6
18
+ version : 0.1.7
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 10
10
containers :
11
11
- name : integration-tests
12
12
image : " {{ .Values.image.testRepository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
13
+ imagePullPolicy : Always
13
14
envFrom :
14
15
- secretRef :
15
- name : {{ .Values.feedbackFusion.testSecret }}
16
+ name : {{ .Values.feedbackFusion.testSecret }}
16
17
restartPolicy : Never
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments