Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade AMQ Streams to 2.8 #436

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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