djkormo / adcs-issuer

BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Added nodeSelector value to helm chart #88

Closed Khaos66 closed 6 months ago

Khaos66 commented 6 months ago

Adds a nodeSelector value to the chart for mixed clusters with linux and windows nodes

Adresses #87

Khaos66 commented 6 months ago

Normally I would have increased the version in chart.yaml But it looks like it's in sync with the appVersion. So I didn't...

djkormo commented 6 months ago

Good work!. Please change versions to

version: 2.1.1
appVersion: "2.1.1"
Khaos66 commented 6 months ago

@djkormo I changed the versions

jamallorock commented 6 months ago

Looks good. Approved.