Skip to content

Commit

Permalink
Merge pull request #479 from Calvinaud/migrate-helm-agent-to-3.X
Browse files Browse the repository at this point in the history
Migrate helm agent to 3.x.x
  • Loading branch information
Jonsy13 authored Feb 23, 2024
2 parents d38947d + bf7ee8c commit 1a7ca39
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 83 deletions.
8 changes: 5 additions & 3 deletions custom/litmus-helm-agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ require (
github.com/buger/jsonparser v1.1.1
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/litmuschaos/litmusctl v0.12.1-0.20221121121306-e59872117d16
k8s.io/api v0.23.3
k8s.io/apimachinery v0.23.3
github.com/litmuschaos/litmus/chaoscenter/graphql/server v0.0.0-20240125062731-0aceec530150
// litmusctl 1.2.0
github.com/litmuschaos/litmusctl v0.12.1-0.20240117072315-5a7722d61894
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
k8s.io/client-go v12.0.0+incompatible
)

Expand Down
Loading

0 comments on commit 1a7ca39

Please sign in to comment.