Skip to content

Commit c9a7c8f

Browse files
document tag versioning (#40)
* Document tag versioning Ticket: DENA-255 * Add link to `kafka-ui` with other components Ticket: DENA-255
1 parent c10e3ca commit c9a7c8f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@ This repository provides a kustomize base to deploy a kafka cluster
99
- Zookeeper
1010
- lag-monitor
1111
- [mirror-maker 2](mirror-maker-2)
12+
- [kafka-ui](./kafka-ui)
13+
14+
## Versioning
15+
16+
Each component in this repo is versioned separately. These versions are managed
17+
by tags having three components:
18+
19+
- The name of the component
20+
- The version of the underlying image used in the manifests
21+
- An internal version to track changes to anything besides the version of the
22+
image used
23+
24+
These tags are of the form
25+
`<component-name>-<image-version>-<internal-version>`, for example:
26+
`kafka-ui-v0.7.1-1` is the first internal version of these manifests for the
27+
`kafka-ui` component supporting `provectuslabs/kafka-ui:v0.7.1`

0 commit comments

Comments
 (0)