Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/helm-push/helm-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
This push Helm chart on Chart Museum or Artifactory.
inputs:
chartFolder:
default: .chart/
default: ./chart
type: string
description: Relative path to chart folder to be published
required: true
Expand Down
2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/helm-push/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (p *helmPushPlugin) perform(
var runResultRequest = workerruntime.V2RunResultRequest{
RunResult: &sdk.V2WorkflowRunResult{
IssuedAt: time.Now(),
Type: sdk.V2WorkflowRunResultTypeDocker,
Type: sdk.V2WorkflowRunResultTypeHelm,
Status: sdk.V2WorkflowRunResultStatusPending,
Detail: sdk.V2WorkflowRunResultDetail{
Data: sdk.V2WorkflowRunResultHelmDetail{
Expand Down