Skip to content

Commit

Permalink
fix(deploy): fix --set-file giving []uint{} array intead of string
Browse files Browse the repository at this point in the history
Refs werf/3p-helm#145

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 21, 2022
1 parent 007f442 commit aa3aa4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -107,4 +107,4 @@ replace k8s.io/helm => github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f

replace github.com/deislabs/oras => github.com/werf/third-party-oras v0.9.1-0.20210927171747-6d045506f4c8

replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76
replace helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20220321142856-19b057db67db
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -2016,6 +2016,8 @@ github.com/weppos/publicsuffix-go v0.5.0 h1:rutRtjBJViU/YjcI5d80t4JAVvDltS6bciJg
github.com/weppos/publicsuffix-go v0.5.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76 h1:mR9OzGdtudmpWo4b04Rha0TXgWJNLSykmITYd8nOrOg=
github.com/werf/3p-helm/v3 v3.0.0-20220314123815-d65b76305f76/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/3p-helm/v3 v3.0.0-20220321142856-19b057db67db h1:XTS3YcEVc7gT31A1bxbO4tFt9/vimAiE9a5FIsEg3f4=
github.com/werf/3p-helm/v3 v3.0.0-20220321142856-19b057db67db/go.mod h1:0nYPSuvuj8TTJDLRSAfbzGGbazPZsayaDpP8s9FfZT8=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f h1:81YscYTF9mmTf0ULOsCmm42YWQp+qWDzWi1HjWniZrg=
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f/go.mod h1:OMONwLWU9zEENgaVjWEX+M+xik2QakejzKHG1+6mnUo=
github.com/werf/kubedog v0.6.4-0.20220222141823-4ca722ade0ef h1:jidfI8MH4qRvWHlxGw06VKWiKRdBIfGFcjQ3pGwsquc=
Expand Down

0 comments on commit aa3aa4e

Please sign in to comment.