Skip to content

Commit 2fceab9

Browse files
patch forklift-operator chart to use rancher/nginx images for ci
add a new ct-install.yaml config to skip install of forklift-operator chart Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com>
1 parent eb3f6b5 commit 2fceab9

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
if: steps.list-changed.outputs.changed == 'true'
7373

7474
- name: Run chart-testing (install-generic)
75-
run: ct install --config tests/ct.yaml --excluded-charts harvester-csi-driver-lvm
76-
75+
run: ct install --config tests/ct-install.yaml
76+
7777
- name: Run chart-testing (install-lvm)
7878
run: ct install --config tests/ct.yaml --charts charts/harvester-csi-driver-lvm
7979

charts/forklift-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
forkliftOperatorAnsible:
22
forkliftOperator:
3-
repo: registry.rancher.com/harvester
4-
tag: main-head
5-
operatorImage: harvester-forklift-operator
3+
repo: rancher
4+
tag: latest
5+
operatorImage: nginx
66
args:
77
- --health-probe-bind-address=:6789
88
- --metrics-bind-address=127.0.0.1:8080

tests/ct-install.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
remote: upstream
2+
target-branch: master
3+
chart-dirs:
4+
- charts
5+
excluded-charts:
6+
- forklift-operator
7+
- harvester-csi-driver-lvm

0 commit comments

Comments
 (0)