Skip to content

Commit

Permalink
removing error log line--2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Mar 18, 2024
1 parent 193e1a7 commit 33a825a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ manager:
name:
image:
repository: cloudwatch-agent-operator
tag: 1.0.4
tag: 1.1.0
repositoryDomainMap:
public: public.ecr.aws/cloudwatch-agent
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
Expand All @@ -51,7 +51,7 @@ manager:
java:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-java
tag: v1.31.1
tag: v1.32.1
python:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestOperatorOnEKs(t *testing.T) {
//Validating the number of pods and status
pods, err := ListPods(nameSpace, clientSet)
assert.NoError(t, err)
//assert.Len(t, pods.Items, 3)
assert.Len(t, pods.Items, 3)
for _, pod := range pods.Items {
fmt.Println("pod name: " + pod.Name + " namespace:" + pod.Namespace)
assert.Contains(t, []v1.PodPhase{v1.PodRunning, v1.PodPending}, pod.Status.Phase)
Expand Down

0 comments on commit 33a825a

Please sign in to comment.