File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,19 @@ This repository provides a kustomize base to deploy a kafka cluster
9
9
- Zookeeper
10
10
- lag-monitor
11
11
- [ 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 `
You can’t perform that action at this time.
0 commit comments