Skip to content

Commit dfb1444

Browse files
committed
fix: integration-tests
1 parent 49f0867 commit dfb1444

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

charts/feedback-fusion/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/feedback-fusion/templates/tests/integration-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ spec:
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

tests/_common/kubernetes/secret.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)