Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bentoml/yatai-deployment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.18
Choose a base ref
...
head repository: bentoml/yatai-deployment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 29, 2023

  1. Copy the full SHA
    58cfbef View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3d465fe View commit details

Commits on Mar 28, 2024

  1. feat: add default tls option logic to controller (#123)

    * add default tls option logic to controller
    
    add ingress tls options to configmap
    
    refactor, allow auto vs static modes
    
    adapt helm chart to changes
    
    renamt to secret name
    
    add validations
    
    fix helm validation
    
    parametrize tls mode in quick installation script
    
    test installation with ingress
    
    validate ingress/tls behaviour
    
    add ingress test action
    
    default installtion tls mode should be none
    
    use my image
    
    make kind ingress compatible
    
    need an example where ingress is enabled
    
    polish test code
    
    rename example with ingress
    
    fix template condition
    
    commit before we delete it
    
    delete env vars for local testing
    
    make sure configmap is refreshed
    
    add gh action for all three modes
    
    for 1-26 we need the kind cluster config too
    
    fix lynt issues
    
    fix lint
    
    Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
    
    * fix: make script executable
    
    Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
    
    ---------
    
    Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
    Co-authored-by: Hans Rauer <h.w.rauer@googlemail.com>
    Co-authored-by: David van der Spek <vanderspek.david@gmail.com>
    3 people authored Mar 28, 2024
    Copy the full SHA
    755faf2 View commit details
Loading