Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions helm-push.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: helm-push
version: 0.10.4
epoch: 25
epoch: 26
description: Helm plugin to push chart package to ChartMuseum
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -36,8 +36,6 @@ pipeline:
with:
deps: |-
github.com/docker/[email protected]
google.golang.org/[email protected]
helm.sh/helm/[email protected]
google.golang.org/[email protected]
github.com/distribution/[email protected]
github.com/docker/[email protected]
Expand All @@ -47,7 +45,7 @@ pipeline:
golang.org/x/[email protected]
golang.org/x/[email protected]
github.com/containerd/[email protected]
replaces: github.com/containerd/containerd=github.com/containerd/[email protected] helm.sh/helm/v3=helm.sh/helm/v3@v3.14.2
helm.sh/helm/v3@v3.17.3

# Dropping helm plugins in /usr/libexec since they are binaries and
# configuration intended to be run by the helm command.
Expand Down
Loading