Skip to content

Commit

Permalink
chore: update docker tag in optimize 8 upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
OmranAbazid committed Sep 3, 2024
1 parent b5734b8 commit 1063781
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version: '2.4'
services:
optimize:
image: registry.camunda.cloud/optimize-ee/optimize:latest
image: registry.camunda.cloud/optimize-ee/optimize:8-latest
command: ["./optimize.sh", "--upgrade"]
```

Expand All @@ -84,11 +84,11 @@ However, as this may prolong the container boot time significantly which may con
spec:
initContainers:
- name: migration
image: registry.camunda.cloud/optimize-ee/optimize:latest
image: registry.camunda.cloud/optimize-ee/optimize:8-latest
command: ['./upgrade/upgrade.sh', '--skip-warning']
containers:
- name: optimize
image: registry.camunda.cloud/optimize-ee/optimize:latest
image: registry.camunda.cloud/optimize-ee/optimize:8-latest
```

### 4. Resume a canceled update
Expand Down

0 comments on commit 1063781

Please sign in to comment.