...
Use genoslcToolServiceVersionOverride to change the default version set in the helm chart for the tool service. Overwrite the default value when you want to switch to another version, other than the one set as default via the helm chart
Code Block | ||
---|---|---|
| ||
genoslcToolServiceVersionOverride: "2024.07.4" |
SSL certificates
Code Block | ||
---|---|---|
| ||
# SSL certificatesglobal: cert: overrideTruststorePassword: "changeit" secretName: "" crtFullChain: "" key: "" |
...