File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
installer/charts/rhtap-infrastructure Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ apiVersion: v2
33name : rhtap-infrastructure
44description : RHTAP Infrastructure
55type : application
6- version : 1.4.0
6+ version : 1.4.1
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ infrastructure:
2525 transaction.state.log.replication.factor : 1
2626 kafkaStorage :
2727 type : persistent-claim
28- size : 1Gi
28+ size : 12Gi
2929 zookeeperStorage :
3030 type : persistent-claim
31- size : 500Mi
31+ size : 756Mi
3232 # List of topics for TPA, some topics are used by MinIO (S3) for
3333 # notifications, therefore the topic name needs to be aligned with the MinIO
3434 # configuration.
3535 topics :
3636 - name : &topicSbomStored sbom-stored
3737 config : &kafkaTopicConfig
38- retention.ms : 604800000
38+ retention.ms : 302400000
3939 - name : sbom-failed
4040 config : *kafkaTopicConfig
4141 - name : sbom-indexed
You can’t perform that action at this time.
0 commit comments