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: kubeflow/spark-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: spark-operator-chart-1.1.7
Choose a base ref
...
head repository: kubeflow/spark-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: spark-operator-chart-1.1.8
Choose a head ref
  • 3 commits
  • 23 files changed
  • 3 contributors

Commits on Oct 21, 2021

  1. #1329 update the operator to allow subpaths to be used with the spark…

    … ui ingress. (#1330)
    
    * Slightly restructure the way the ingressURL is created, and the variable which is passed around, and configure the Ingress manifest to work with subpaths
    
    Signed-off-by: Tom Hellier <me@tomhellier.com>
    
    * fix #1329 unit tests now capture groups are being added in the subpath condition, and protect against empty paths
    
    Signed-off-by: Tom Hellier <me@tomhellier.com>
    TomHellier authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9a85d4b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Make manifests usable by Kustomize (#1367)

    * Add kustomization manifests
    
    * exlcude kustomization.yaml from detect-crds-drift build step
    karpoftea authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    a010501 View commit details
    Browse the repository at this point in the history
  2. Regenerate deleted cert after upgrade (#1373)

    * Regenerate deleted certs after upgrade
    
    Should fix #875.
    
    * Bump chart version
    
    * Update docs
    simplylizz authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    4637882 View commit details
    Browse the repository at this point in the history
Loading