Skip to content

Commit

Permalink
e2e-test: Update app3 (#3728)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 67b3c06 commit 9819d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app3/cronjob/echoserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
restartPolicy: Never
containers:
# https://hub.docker.com/_/busybox/
- image: busybox:1.28
- image: busybox:1.30
name: echoserver
command:
- /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion app3/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deploymentURL: ""
deploymentURL: https://api.github.com/repos/int128/argocd-commenter/deployments/1829260359

2 comments on commit 9819d76

@argocd-commenter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Syncing app2 to 9819d76

@argocd-commenter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Failed to sync app2 to 9819d76

  • SyncFailed app2/echoserver: error when patching "/dev/shm/862743437": Deployment.apps "echoserver" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app":"echoserver-test2"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable

Please sign in to comment.