Skip to content

Commit

Permalink
Release HiveMQ Platform Operator 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Dec 5, 2024
1 parent 693620e commit 4d8981f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/hivemq-platform-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: hivemq-platform-operator
description: HiveMQ Platform Operator Helm Chart (new)
type: application
version: 0.2.13
appVersion: 1.6.1
version: 0.2.14
appVersion: 1.6.2
maintainers:
- email: support@hivemq.com
name: HiveMQ
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-platform-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
repository: docker.io/hivemq
name: hivemq-platform-operator
tag: 1.6.1
tag: 1.6.2
initImageName: hivemq-platform-operator-init
pullPolicy: IfNotPresent
pullSecretName: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hivemq-platform
description: HiveMQ Platform Helm Chart (new)
type: application
version: 0.2.30
version: 0.2.31
appVersion: 4.35.0
maintainers:
- email: support@hivemq.com
Expand Down
2 changes: 1 addition & 1 deletion charts/hivemq-swarm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hivemq-swarm
description: A Helm chart for HiveMQ Swarm
type: application
version: 0.2.44
version: 0.2.45
appVersion: 4.35.0
maintainers:
- email: support@hivemq.com
Expand Down
4 changes: 2 additions & 2 deletions manifests/hivemq-platform-operator/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform-operator"
app.kubernetes.io/instance: "my-operator"
app.kubernetes.io/version: "1.6.1"
app.kubernetes.io/version: "1.6.2"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand All @@ -25,7 +25,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform-operator"
app.kubernetes.io/instance: "my-operator"
app.kubernetes.io/version: "1.6.1"
app.kubernetes.io/version: "1.6.2"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
6 changes: 3 additions & 3 deletions manifests/hivemq-platform-operator/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform-operator"
app.kubernetes.io/instance: "my-operator"
app.kubernetes.io/version: "1.6.1"
app.kubernetes.io/version: "1.6.2"
spec:
# The Operator cannot have more than one replica
replicas: 1
Expand Down Expand Up @@ -41,7 +41,7 @@ spec:
- name: HIVEMQ_PLATFORM_OPERATOR_CRD_WAIT_UNTIL_READY_TIMEOUT
value: "PT10S"
- name: HIVEMQ_PLATFORM_OPERATOR_INIT_IMAGE
value: "docker.io/hivemq/hivemq-platform-operator-init:1.6.1"
value: "docker.io/hivemq/hivemq-platform-operator-init:1.6.2"
- name: HIVEMQ_PLATFORM_OPERATOR_IMAGE_PULL_SECRET
value: ""
- name: HIVEMQ_PLATFORM_OPERATOR_LOG_LEVEL
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
value: "8080"
- name: QUARKUS_HTTP_SSL_PORT
value: "8443"
image: "docker.io/hivemq/hivemq-platform-operator:1.6.1"
image: "docker.io/hivemq/hivemq-platform-operator:1.6.2"
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion manifests/hivemq-platform-operator/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform-operator"
app.kubernetes.io/instance: "my-operator"
app.kubernetes.io/version: "1.6.1"
app.kubernetes.io/version: "1.6.2"
rules:
- apiGroups:
- hivemq.com
Expand Down
2 changes: 1 addition & 1 deletion manifests/hivemq-platform-operator/service-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform-operator"
app.kubernetes.io/instance: "my-operator"
app.kubernetes.io/version: "1.6.1"
app.kubernetes.io/version: "1.6.2"
2 changes: 1 addition & 1 deletion manifests/hivemq-platform-operator/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: "hivemq-platform-operator"
app.kubernetes.io/instance: "my-operator"
app.kubernetes.io/version: "1.6.1"
app.kubernetes.io/version: "1.6.2"
spec:
ports:
- name: http-my-operator
Expand Down

0 comments on commit 4d8981f

Please sign in to comment.