Skip to content

Commit

Permalink
Merge pull request #436 from Roming22/feat/subscription-update-kafka
Browse files Browse the repository at this point in the history
feat: Upgrade AMQ Streams to 2.8
  • Loading branch information
openshift-merge-bot[bot] authored Feb 7, 2025
2 parents 12475ae + 6f55893 commit 33876d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- range $k, $v := include "infrastructure.kafkas.enabled" . | fromYaml }}
{{- range $t := $v.topics }}
---
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
labels:
Expand Down
4 changes: 2 additions & 2 deletions installer/charts/rhtap-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ infrastructure:
# to allow the group ID to access the topics.
groupIDs:
- indexer
version: 3.6.0
version: 3.8.0
config:
default.replication.factor: 1
inter.broker.protocol.version: "3.6"
inter.broker.protocol.version: "3.8"
min.insync.replicas: 1
offsets.topic.replication.factor: 1
transaction.state.log.min.isr: 1
Expand Down
2 changes: 1 addition & 1 deletion installer/charts/rhtap-subscriptions/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ subscriptions:
apiResource: kafkas.kafka.strimzi.io
namespace: openshift-operators
name: amq-streams
channel: amq-streams-2.7.x
channel: amq-streams-2.8.x
source: redhat-operators
sourceNamespace: openshift-marketplace
crunchyData:
Expand Down

0 comments on commit 33876d7

Please sign in to comment.