Skip to content

Commit

Permalink
debug log for pod describe
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Mar 1, 2024
1 parent af10042 commit a6b7e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/appframework_aws/c3/manager_appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ var _ = Describe("c3appfw test", func() {
}

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

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

0 comments on commit a6b7e9c

Please sign in to comment.