Skip to content

Commit

Permalink
Change rollout image to blue tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kaio6fellipe committed Jun 5, 2023
1 parent a836bbf commit b8b1f51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clusters/platform-eks-dev/argo-rollouts-demo/rollouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ spec:
rootService: rollouts-demo-root
steps:
- setWeight: 10
- pause: { duration: 20s }
- pause: { duration: 1m }
- setWeight: 25
- pause: { duration: 30s }
- pause: { duration: 1m }
- setWeight: 50
- pause: { duration: 1m }
- setWeight: 100
- pause: { duration: 5m }
- setWeight: 75
- pause: { duration: 1m }
revisionHistoryLimit: 2
selector:
matchLabels:
Expand All @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: rollouts-demo
image: argoproj/rollouts-demo:yellow
image: argoproj/rollouts-demo:blue
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit b8b1f51

Please sign in to comment.