Skip to content

Commit dcfbd07

Browse files
committed
[#563] Use bitnamilegacy repository in Hono values.yaml.
1 parent 3ba1eb0 commit dcfbd07

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

charts/hono/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: hono
1515
description: |
1616
Eclipse Hono™ provides remote service interfaces for connecting large numbers of IoT devices to a back end and
1717
interacting with them in a uniform way regardless of the device communication protocol.
18-
version: 2.6.4
18+
version: 2.6.5
1919
# Version of Hono being deployed by the chart
2020
appVersion: 2.6.0
2121
keywords:

charts/hono/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ The command removes all the Kubernetes components associated with the chart and
101101

102102
## Release Notes
103103

104+
### 2.6.5
105+
106+
* Use the bitnamilegacy image repository in the mongodb and kafka chart configurations as used images aren't
107+
available anymore in the bitnami repository.
108+
104109
### 2.6.4
105110

106111
* Recreate expired demo certificates.

charts/hono/values.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,8 @@ mongodb:
14261426
# do not use the default name ("mongodb") because it will lead to a config
14271427
# property name clash in the device registry pod when using "hono" as the release name
14281428
nameOverride: "monogodb-server"
1429+
image:
1430+
repository: bitnamilegacy/mongodb
14291431
# run single node instance
14301432
architecture: "standalone"
14311433
# Use StatefulSet instead of Deployment when deploying standalone
@@ -1730,6 +1732,9 @@ kafka:
17301732
# the name of the template (maintains the release name)
17311733
nameOverride: "kafka"
17321734

1735+
image:
1736+
repository: bitnamilegacy/kafka
1737+
17331738
broker:
17341739
automountServiceAccountToken: true
17351740

@@ -1750,6 +1755,14 @@ kafka:
17501755
external:
17511756
protocol: "SASL_SSL"
17521757

1758+
metrics:
1759+
kafka:
1760+
image:
1761+
repository: bitnamilegacy/kafka-exporter
1762+
jmx:
1763+
image:
1764+
repository: bitnamilegacy/jmx-exporter
1765+
17531766
sasl:
17541767
client:
17551768
users:
@@ -1770,6 +1783,8 @@ kafka:
17701783
enabled: true
17711784
autoDiscovery:
17721785
enabled: true
1786+
image:
1787+
repository: bitnamilegacy/kubectl
17731788
broker:
17741789
service:
17751790
type: "LoadBalancer"
@@ -1786,6 +1801,9 @@ kafka:
17861801
# Note that this could require creating RBAC rules, for more information refer to
17871802
# https://github.com/bitnami/charts/tree/master/bitnami/kafka#accessing-kafka-brokers-from-outside-the-cluster
17881803
create: true
1804+
volumePermissions:
1805+
image:
1806+
repository: bitnamilegacy/os-shell
17891807

17901808
# amqpMessagingNetworkExample contains properties for configuring an example AMQP network
17911809
# to be used for messaging if "messagingNetworkTypes" contains "amqp"

0 commit comments

Comments
 (0)