Skip to content

Commit

Permalink
Try for all addons
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Jan 9, 2024
1 parent 912a760 commit 55a1c74
Showing 1 changed file with 64 additions and 34 deletions.
98 changes: 64 additions & 34 deletions .github/workflows/update-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# Because of the way the Calico chart and CRDs are written, it is very
# difficult to infer the images (other than the operator image)
# Instead, we must list them here
# This string is formatted with the chart version and appVersion
additional-images: |
# This string is formatted with the chart version
additional-images: |-
docker.io/calico/apiserver:{0}
docker.io/calico/cni:{0}
docker.io/calico/csi:{0}
Expand All @@ -29,38 +29,68 @@ jobs:
docker.io/calico/pod2daemon-flexvol:{0}
docker.io/calico/typha:{0}
# - key: cilium
# path: cni.cilium.chart

# - key: openstack-ccm
# path: openstack.ccm.chart

# - key: csi-cinder
# path: openstack.csiCinder.chart

# - key: metrics-server
# path: metricsServer.chart

# - key: kubernetes-dashboard
# path: kubernetesDashboard.chart

# - key: ingress-nginx
# path: ingress.nginx.chart

# - key: kube-prometheus-stack
# path: monitoring.kubePrometheusStack.chart

# - key: loki-stack
# path: monitoring.lokiStack.chart

# - key: node-feature-discovery
# path: nodeFeatureDiscovery.chart

# - key: nvidia-gpu-operator
# path: nvidiaGPUOperator.chart

# - key: mellanox-network-operator
# path: mellanoxNetworkOperator.chart
- key: cilium
path: cni.cilium.chart

- key: openstack-ccm
path: openstack.ccm.chart

- key: csi-cinder
path: openstack.csiCinder.chart

- key: k8s-keystone-auth
path: openstack.k8sKeystoneAuth.chart
values: |
openstackAuthUrl: https://keystone.my.openstack
projectId: notarealprojectid
- key: metrics-server
path: metricsServer.chart

- key: kubernetes-dashboard
path: kubernetesDashboard.chart
values: |
metricsScraper:
enabled: true
- key: ingress-nginx
path: ingress.nginx.chart

- key: kube-prometheus-stack
path: monitoring.kubePrometheusStack.chart

- key: loki-stack
path: monitoring.lokiStack.chart

- key: node-feature-discovery
path: nodeFeatureDiscovery.chart

- key: nvidia-gpu-operator
path: nvidiaGPUOperator.chart
values: |
nfd:
enabled: false
- key: mellanox-network-operator
path: mellanoxNetworkOperator.chart
values: |
nfd:
enabled: false
deployCR: true
ofedDriver:
deploy: true
rdmaSharedDevicePlugin:
deploy: true
ibKubernetes:
deploy: false
nvPeerDriver:
deploy: false
sriovNetworkOperator:
enabled: false
sriovDevicePlugin:
deploy: false
secondaryNetwork:
deploy: false
name: ${{ matrix.key }}
steps:
Expand Down

0 comments on commit 55a1c74

Please sign in to comment.