Skip to content

Commit

Permalink
chore: update docker tags in versioned migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
OmranAbazid committed Sep 4, 2024
1 parent e4f022c commit 75303b6
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,15 @@ 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
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ['./upgrade/upgrade.sh', '--skip-warning']
containers:
- name: optimize
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
```

### 4. Resume a canceled update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ version: '2.4'
services:
optimize:
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ["./optimize.sh", "--upgrade"]
```

Expand All @@ -107,11 +109,15 @@ 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
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ['./upgrade/upgrade.sh', '--skip-warning']
containers:
- name: optimize
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
```

### 4. Resume a canceled update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ version: '2.4'
services:
optimize:
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ["./optimize.sh", "--upgrade"]
```

Expand All @@ -107,11 +109,15 @@ 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
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ['./upgrade/upgrade.sh', '--skip-warning']
containers:
- name: optimize
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
```

### 4. Resume a canceled update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ version: '2.4'
services:
optimize:
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ["./optimize.sh", "--upgrade"]
```

Expand All @@ -107,11 +109,15 @@ 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
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ['./upgrade/upgrade.sh', '--skip-warning']
containers:
- name: optimize
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
```

### 4. Resume a canceled update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ version: '2.4'
services:
optimize:
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ["./optimize.sh", "--upgrade"]
```

Expand All @@ -107,11 +109,15 @@ 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
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
command: ['./upgrade/upgrade.sh', '--skip-warning']
containers:
- name: optimize
image: registry.camunda.cloud/optimize-ee/optimize:latest
# Use the appropriate image tag depending on your version
image: registry.camunda.cloud/optimize-ee/optimize:latest # For Camunda 7
# image: registry.camunda.cloud/optimize-ee/optimize:8-latest # For Camunda 8
```

### 4. Resume a canceled update
Expand Down

0 comments on commit 75303b6

Please sign in to comment.