Skip to content

Commit

Permalink
bump helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzxnia committed Mar 18, 2024
1 parent b85f26a commit aadd1c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/workload/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: workload
description: A Helm chart that allows deploy multiple instances of workload drivers

type: application
version: 1.0.3
appVersion: "1.0.3"
version: 1.0.4
appVersion: "1.0.5"
2 changes: 1 addition & 1 deletion helm/workload/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ workload:
name:
replicas: 1
agent:
image: kuzxnia/loadbot:v1.0.3
image: kuzxnia/loadbot:v1.0.5
port: 1234
config:
4 changes: 2 additions & 2 deletions lbot/resourcemanager/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ type InstallResponse struct{}

type UpgradeRequest struct {
ResourceManagerConfig
Name string
HelmValues []string
Name string
HelmValues []string
WorkloadConfigString string
}

Expand Down
Binary file modified lbot/resourcemanager/workload-chart.tgz
Binary file not shown.

0 comments on commit aadd1c3

Please sign in to comment.