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.7
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.8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 20, 2025

  1. Fix Docker Publish step (#270)

    Signed-off-by: Derek Nola <derek.nola@suse.com>
    dereknola authored Mar 20, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    infinisil Silvan Mosberger
    Copy the full SHA
    68d4a62 View commit details
Showing with 6 additions and 3 deletions.
  1. +6 −3 .drone.yml
9 changes: 6 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -55,7 +55,8 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
dockerfile: Dockerfile
target: production
username:
from_secret: docker_username
password:
@@ -122,7 +123,8 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
dockerfile: Dockerfile
target: production
username:
from_secret: docker_username
password:
@@ -191,7 +193,8 @@ steps:
# latest tag is no longer available for ARM 32-bit
image: plugins/docker:linux-arm
settings:
dockerfile: package/Dockerfile
dockerfile: Dockerfile
target: production
username:
from_secret: docker_username
password: