Skip to content

Commit

Permalink
e2e-test: Update app3 (#3956)
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 5e27269 commit da59dd8
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.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"deploymentURL": ""}
{"deploymentURL": "https://api.github.com/repos/int128/argocd-commenter/deployments/2142205357"}

2 comments on commit da59dd8

@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 da59dd8

@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 da59dd8

  • SyncFailed app2/echoserver: error when patching "/dev/shm/146070425": 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.