Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languageyaml
genoslcToolServiceVersionOverride: "2024.07.4"

SSL certificates

Code Block
languageyaml
# SSL certificatesglobal:
  cert:
    overrideTruststorePassword: "changeit"
    secretName: ""
    crtFullChain: ""
    key: ""

...