Skip to content

Commit 06cec53

Browse files
authored
Update version to 4.46.0 (#700)
1 parent a0483bd commit 06cec53

File tree

25 files changed

+31
-31
lines changed

25 files changed

+31
-31
lines changed

charts/hivemq-edge/templates/tests/test-mqtt-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: hivemq-mqtt-cli
10-
image: hivemq/mqtt-cli:4.45.0
10+
image: hivemq/mqtt-cli:4.46.0
1111
args: [ "test",
1212
"-h",
1313
"{{ printf "hivemq-edge-%s" $.Release.Name | trimAll "-" | trunc 63 | trimSuffix "-" | trim }}" ]

charts/hivemq-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ keywords:
1010
- messaging
1111
# This is the chart version. This version number should be incremented each time you make changes
1212
# to the chart and its templates, including the app version.
13-
version: 0.11.58
13+
version: 0.11.59
1414
# This is the version number of the application being deployed. This version number should be
1515
# incremented each time you make changes to the application.
16-
appVersion: 4.45.0
16+
appVersion: 4.46.0
1717
icon: https://www.hivemq.com/img/svg/hivemq-bee.svg
1818
dependencies:
1919
- name: kube-prometheus-stack

charts/hivemq-operator/templates/tests/test-mqtt-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: hivemq-mqtt-cli
10-
image: hivemq/mqtt-cli:4.45.0
10+
image: hivemq/mqtt-cli:4.46.0
1111
args: [ "test",
1212
"-h",
1313
"{{ printf "hivemq-%s-mqtt" $.Release.Name | trimAll "-" | trunc 63 | trimSuffix "-" | trim }}" ]

charts/hivemq-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ hivemq:
142142
# Annotations to apply to the service account
143143
serviceAccountAnnotations: {}
144144
# The values below apply to the HiveMQCluster object. If you are using deployCr: false, this is unused
145-
image: hivemq/hivemq4:k8s-4.45.0
145+
image: hivemq/hivemq4:k8s-4.46.0
146146
imagePullPolicy: IfNotPresent
147147
nodeCount: "3"
148148
cpu: "4"

charts/hivemq-platform/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hivemq-platform
33
description: HiveMQ Platform Helm Chart
44
type: application
5-
version: 0.2.51
6-
appVersion: 4.45.0
5+
version: 0.2.52
6+
appVersion: 4.46.0
77
maintainers:
88
- email: support@hivemq.com
99
name: HiveMQ

charts/hivemq-platform/templates/tests/test-mqtt-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: hivemq-mqtt-cli
10-
image: hivemq/mqtt-cli:4.45.0
10+
image: hivemq/mqtt-cli:4.46.0
1111
args: [ "test",
1212
"-h",
1313
"{{ printf "hivemq-%s-mqtt-1883" $.Release.Name | trimAll "-" | trunc 63 | trimSuffix "-" | trim }}" ]

charts/hivemq-platform/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
image:
66
repository: docker.io/hivemq
77
name: hivemq4
8-
tag: 4.45.0
8+
tag: 4.46.0
99
pullPolicy: IfNotPresent
1010
pullSecretName: ""
1111

charts/hivemq-swarm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hivemq-swarm
33
description: A Helm chart for HiveMQ Swarm
44
type: application
5-
version: 0.2.58
6-
appVersion: 4.45.0
5+
version: 0.2.59
6+
appVersion: 4.46.0
77
maintainers:
88
- email: support@hivemq.com
99
name: HiveMQ

charts/hivemq-swarm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
image:
77
repository: hivemq/hivemq-swarm
88
pullPolicy: IfNotPresent
9-
tag: 4.45.0
9+
tag: 4.46.0
1010
imagePullSecrets: []
1111
## Cluster domain
1212
##

examples/hivemq-operator/localStatefulTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ operator:
55
admissionWebhooks:
66
enabled: false
77
hivemq:
8-
image: hivemq/hivemq4:k8s-4.45.0
8+
image: hivemq/hivemq4:k8s-4.46.0
99
imagePullPolicy: Never
1010
initDnsWaitImage: hivemq/init-dns-wait:snapshot
1111
logLevel: DEBUG

0 commit comments

Comments
 (0)