Skip to content

Commit

Permalink
[#537] Update to Hono 2.6.0
Browse files Browse the repository at this point in the history
Also removed ctron as chart maintainer because he no longer works on
Hono.

Fixes #537
  • Loading branch information
sophokles73 authored Jun 20, 2024
1 parent 8eec3ec commit a61510c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
6 changes: 2 additions & 4 deletions charts/hono/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ name: hono
description: |
Eclipse Hono™ provides remote service interfaces for connecting large numbers of IoT devices to a back end and
interacting with them in a uniform way regardless of the device communication protocol.
version: 2.6.1
version: 2.6.2
# Version of Hono being deployed by the chart
appVersion: 2.5.1
appVersion: 2.6.0
keywords:
- iot-chart
- IoT
Expand All @@ -31,8 +31,6 @@ icon: https://eclipse.dev/hono/img/hono-logo_image.svg
maintainers:
- name: dejanb
email: [email protected]
- name: ctron
email: [email protected]
- name: sophokles73
email: [email protected]
dependencies:
Expand Down
6 changes: 5 additions & 1 deletion charts/hono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ The command removes all the Kubernetes components associated with the chart and
## Release Notes
### 2.6.2
* Use Hono 2.6.0 container images.
### 2.6.1
* Use Hono 2.5.1 container images.
Expand Down Expand Up @@ -607,7 +611,7 @@ deviceRegistryExample:
authServer:
imageName: "my.registry.io/eclipse/hono-service-auth"
commandRouterService:
imageName: "my.registry.io/eclipse/hono-service-command-router"
imageName: "my.registry.io/eclipse/hono-service-command-router-infinispan"
adapters:
amqp:
imageName: "my.registry.io/eclipse/hono-adapter-amqp"
Expand Down
2 changes: 1 addition & 1 deletion charts/hono/ci/quarkus-native-images-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ authServer:
memory: "30Mi"

commandRouterService:
imageName: "eclipse/hono-service-command-router-native"
imageName: "eclipse/hono-service-command-router-infinispan-native"
cmdLineArgs:
- "-Xmx96m"
resources:
Expand Down
7 changes: 1 addition & 6 deletions charts/hono/profileOpenshift-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
platform: openshift

kafka:
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false

zookeeper:
controller:
podSecurityContext:
enabled: false
containerSecurityContext:
Expand Down
7 changes: 3 additions & 4 deletions charts/hono/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ commandRouterService:

# imageName contains the name (excluding registry)
# of the container image to use for the Command Router service
imageName: "eclipse/hono-service-command-router"
imageName: "eclipse/hono-service-command-router-infinispan"
# imageTag contains the tag of the container image to deploy.
# If not specified, the value of the honoImagesTag property is used.
# imageTag:
Expand Down Expand Up @@ -1729,9 +1729,6 @@ kafkaMessagingClusterExample:
kafka:
# the name of the template (maintains the release name)
nameOverride: "kafka"
# Set to false for productive setups. Topic management then needs to be provided externally.
autoCreateTopicsEnable: true
deleteTopicEnable: true

broker:
automountServiceAccountToken: true
Expand All @@ -1740,6 +1737,8 @@ kafka:
replicaCount: 1
automountServiceAccountToken: true
extraConfig: |
auto.create.topics.enable=true
delete.topic.enable=true
group.initial.rebalance.delay.ms=0
offsets.topic.replication.factor=1
transaction.state.log.min.isr=1
Expand Down

0 comments on commit a61510c

Please sign in to comment.