Skip to content

Commit

Permalink
Change TC newImage to splunk/splunk:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Sep 26, 2024
1 parent 8984bf5 commit 6a4512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/appframework_aws/c3/manager_appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ var _ = Describe("c3appfw test", func() {

// Upload V1 apps to S3 for Monitoring Console
oldImage := "splunk/splunk:9.0.5"
newImage := "splunk/splunk:9.1.3"
newImage := "splunk/splunk:latest"

lm, err := deployment.DeployLicenseManager(ctx, deployment.GetName())
cm, err := deployment.DeployClusterManager(ctx, deployment.GetName(), lm.GetName(), "", "")
Expand Down

0 comments on commit 6a4512a

Please sign in to comment.