Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjiaxin534 committed Feb 5, 2025
1 parent 7c86cfb commit c0092e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/pkg/apis/v1alpha1/providers/target/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
brigadeRepo = "https://brigadecore.github.io/charts"
brigadeVersion = "2.5.0"
brigadeVersion = "1.9.0"
defaultTestScope = "alice-springs"
)

Expand Down Expand Up @@ -574,7 +574,7 @@ func TestHelmTargetProviderUpdateDelete(t *testing.T) {
"chart": map[string]string{
"repo": "https://brigadecore.github.io/charts",
"name": "brigade",
"version": "2.5.0",
"version": "1.9.0",
},
"values": map[string]interface{}{
"servive.type": "ClusterIP",
Expand Down

0 comments on commit c0092e7

Please sign in to comment.