Skip to content

Commit

Permalink
Release HiveMQ Platform Operator 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart authored and afalhambra-hivemq committed Oct 17, 2024
1 parent 996f7b2 commit 63b7a24
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.10
appVersion: 1.5.2
version: 0.2.11
appVersion: 1.6.0
maintainers:
- email: [email protected]
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.5.2
tag: 1.6.0
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.25
version: 0.2.26
appVersion: 4.33.1
maintainers:
- email: [email protected]
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.5.2"
app.kubernetes.io/version: "1.6.0"
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.5.2"
app.kubernetes.io/version: "1.6.0"
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.5.2"
app.kubernetes.io/version: "1.6.0"
spec:
# The Operator cannot have more than one replica
replicas: 1
Expand Down Expand Up @@ -46,7 +46,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.5.2"
value: "docker.io/hivemq/hivemq-platform-operator-init:1.6.0"
- name: hivemq.platform.operator.image.pull.secret
value: ""
- name: hivemq.platform.operator.log.level
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
value: "false"
- name: hivemq.platform.operator.skip-https-hostname-verification
value: "false"
image: "docker.io/hivemq/hivemq-platform-operator:1.5.2"
image: "docker.io/hivemq/hivemq-platform-operator:1.6.0"
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.5.2"
app.kubernetes.io/version: "1.6.0"
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.5.2"
app.kubernetes.io/version: "1.6.0"
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.5.2"
app.kubernetes.io/version: "1.6.0"
spec:
ports:
- name: http-my-operator
Expand Down

0 comments on commit 63b7a24

Please sign in to comment.