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: k3s-io/helm-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.6
Choose a base ref
...
head repository: k3s-io/helm-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.7
Choose a head ref
  • 9 commits
  • 35 files changed
  • 4 contributors

Commits on Jan 23, 2025

  1. Adjust static "helm-controller" name references to use controllerName (

    …#260)
    
    * Adjust static "helm-controller" name references to use controllerName
    * Adjust more logs to use controllerName var
    
    Signed-off-by: Dan Pock <self@danpock.me>
    Signed-off-by: Dan P. <dpock32509@gmail.com>
    Co-authored-by: Brad Davidson <brad@oatmail.org>
    mallardduck and brandond authored Jan 23, 2025
    Copy the full SHA
    c439ac3 View commit details

Commits on Jan 30, 2025

  1. Remove wrangler-cli dependency (#262)

    * Remove wrangler-cli dependency, use urfave cli
    * Bump go version and testify
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola authored Jan 30, 2025
    Copy the full SHA
    c92f66e View commit details

Commits on Feb 4, 2025

  1. Remove Dapper from build system (#263)

    * Remove Dapper, Use multi-stage/target Dockerfile
    
    Use combination of more Makefile targets, and a single Dockerfile with multiple targets
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    
    * add vscode setting to gitignore
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    
    * Remove dapper from drone pipelines
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    
    * Pass ARCH as a build arg to isolate different dependencies in dev target
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    
    * fix build version, e2e pipeline
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    
    ---------
    
    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola authored Feb 4, 2025
    Copy the full SHA
    38f4782 View commit details

Commits on Mar 20, 2025

  1. Fix manifest RBAC and namespaces

    * Add missing CR/CRB/SA
    * Controller deployment needs to run in the correct namespace even when
      running cluster-scoped in order to use the configured SA.
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Mar 20, 2025
    Copy the full SHA
    70327a8 View commit details
  2. Don't try to uninstall v2 charts when deleted

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Mar 20, 2025
    Copy the full SHA
    3ef035e View commit details
  3. Add ValuesSecrets to HelmChart/HelmChartConfig

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Mar 20, 2025
    Copy the full SHA
    d0ccbb3 View commit details
  4. Add support for ValuesSecrets in chart controller

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Mar 20, 2025
    Copy the full SHA
    f7f766b View commit details
  5. Update chart hash test

    Hashes will change due to new values secret volume structure
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Mar 20, 2025
    Copy the full SHA
    1704351 View commit details
  6. Rework e2e tests

    * Clean up tests and use Eventually consistently to wait for things
    * Add test for HelmChartConfig
    * Add test for ValuesSecrets
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Mar 20, 2025
    Copy the full SHA
    ae64d05 View commit details
Loading