Add fleet versions 0.8 and 0.9 to CI

This commit is contained in:
Mario Manno
2024-01-12 16:28:39 +01:00
parent 1013d7fcbb
commit 42f015a5d9
12 changed files with 112 additions and 1 deletions

View File

@@ -6,8 +6,10 @@ metadata:
name: test
namespace: fleet-default
spec:
correctDrift: {}
helm:
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
ignore: {}
namespace: fleet-mc-helm-external-example
resources:
- content: |
@@ -238,25 +240,31 @@ spec:
- clusterSelector:
matchLabels:
env: dev
correctDrift: {}
helm:
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
values:
replication: false
ignore: {}
name: dev
- clusterSelector:
matchLabels:
env: test
correctDrift: {}
helm:
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
values:
replicas: 3
ignore: {}
name: test
- clusterSelector:
matchLabels:
env: prod
correctDrift: {}
helm:
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
values:
replicas: 3
serviceType: LoadBalancer
ignore: {}
name: prod