Skip to content

Commit

Permalink
5.4.14-4=>5.4.14-7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvallevy2 authored Mar 31, 2020
1 parent 066efdc commit c4fd3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ For example:
redisEnterpriseServicesRiggerImageSpec:
imagePullPolicy: IfNotPresent
repository: harbor.corp.local/redisenterprise/k8s-controller
versionTag: 5.4.14-4
versionTag: 5.4.14-7
```

```yaml
bootstrapperImageSpec:
imagePullPolicy: IfNotPresent
repository: harbor.corp.local/redisenterprise/operator
versionTag: 5.4.14-4
versionTag: 5.4.14-7
```

In Operator Deployment spec (operator.yaml):
Expand All @@ -198,7 +198,7 @@ spec:
spec:
containers:
- name: redis-enterprise-operator
image: harbor.corp.local/redisenterprise/operator:5.4.14-4
image: harbor.corp.local/redisenterprise/operator:5.4.14-7
```

Image specification follow the [K8s Container schema](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#container-v1-core).
Expand Down

0 comments on commit c4fd3f8

Please sign in to comment.