Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
CORTX-27408 - Updated kafka image version (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Osowski <rosowski@gmail.com>
  • Loading branch information
osowski authored Apr 22, 2022
1 parent 475ab75 commit d74cfa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ This section contains the CORTX and third-party images used to deploy CORTX on K
| `images.cortxha` | Image registry, repository, & tag for the CORTX HA components | `ghcr.io/seagate/cortx-all:2.0.0-{VERSION}` |
| `images.cortxclient` | Image registry, repository, & tag for the CORTX Client components | `ghcr.io/seagate/cortx-all:2.0.0-{VERSION}` |
| `images.consul` | Image registry, repository, & tag for the Consul required service | `ghcr.io/seagate/consul:1.11.4` |
| `images.kafka` | Image registry, repository, & tag for the Kafka required service | `ghcr.io/seagate/kafka:3.0.0-debian-10-r7` |
| `images.kafka` | Image registry, repository, & tag for the Kafka required service | `ghcr.io/seagate/kafka:3.0.0-debian-10-r97` |
| `images.zookeeper` | Image registry, repository, & tag for the Zookeeper required service | `ghcr.io/seagate/zookeeper:3.8.0-debian-10-r9` |
| `images.rancher` | Image registry, repository, & tag for the Rancher Local Path Provisioner container | `ghcr.io/seagate/local-path-provisioner:v0.0.20` |
| `images.busybox` | Image registry, repository, & tag for the utility busybox container | `ghcr.io/seagate/busybox:latest` |
Expand Down
2 changes: 1 addition & 1 deletion k8_cortx_cloud/solution.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solution:
cortxha: ghcr.io/seagate/cortx-all:2.0.0-725
cortxclient: ghcr.io/seagate/cortx-all:2.0.0-725
consul: ghcr.io/seagate/consul:1.11.4
kafka: ghcr.io/seagate/kafka:3.0.0-debian-10-r7
kafka: ghcr.io/seagate/kafka:3.0.0-debian-10-r97
zookeeper: ghcr.io/seagate/zookeeper:3.8.0-debian-10-r9
rancher: ghcr.io/seagate/local-path-provisioner:v0.0.20
busybox: ghcr.io/seagate/busybox:latest
Expand Down
2 changes: 1 addition & 1 deletion k8_cortx_cloud/solution_stub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solution:
cortxha: ghcr.io/seagate/centos:7
cortxclient: ghcr.io/seagate/centos:7
consul: ghcr.io/seagate/consul:1.11.4
kafka: ghcr.io/seagate/kafka:3.0.0-debian-10-r7
kafka: ghcr.io/seagate/kafka:3.0.0-debian-10-r97
zookeeper: ghcr.io/seagate/zookeeper:3.8.0-debian-10-r9
rancher: ghcr.io/seagate/local-path-provisioner:v0.0.20
busybox: ghcr.io/seagate/busybox:latest
Expand Down

0 comments on commit d74cfa1

Please sign in to comment.