Skip to content

Commit

Permalink
Release 1.13.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioolkos authored Jun 12, 2023
1 parent f07f6f4 commit 1055f9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /vernemq
ENV DOCKER_VERNEMQ_KUBERNETES_LABEL_SELECTOR="app=vernemq" \
DOCKER_VERNEMQ_LOG__CONSOLE=console \
PATH="/vernemq/bin:$PATH" \
VERNEMQ_VERSION="1.12.6.2"
VERNEMQ_VERSION="1.13.0"
COPY --chown=10000:10000 bin/vernemq.sh /usr/sbin/start_vernemq
COPY --chown=10000:10000 files/vm.args /vernemq/etc/vm.args

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk --no-cache --update --available upgrade && \
ENV DOCKER_VERNEMQ_KUBERNETES_LABEL_SELECTOR="app=vernemq" \
DOCKER_VERNEMQ_LOG__CONSOLE=console \
PATH="/vernemq/bin:$PATH" \
VERNEMQ_VERSION="1.12.6.2"
VERNEMQ_VERSION="1.13.0"
WORKDIR /vernemq

COPY --chown=10000:10000 bin/vernemq.sh /usr/sbin/start_vernemq
Expand Down
4 changes: 2 additions & 2 deletions helm/vernemq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
appVersion: 1.12.6.2
appVersion: 1.13.0
description: VerneMQ is a high-performance, distributed MQTT message broker
name: vernemq
version: 1.8.1
version: 1.9.0

icon: http://www.stickpng.com/assets/thumbs/58482b21cef1014c0b5e4a24.png
2 changes: 1 addition & 1 deletion helm/vernemq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Parameter | Description | Default
`envFrom` | additional envFrom configmaps or secrets | see [values.yaml](values.yaml)
`image.pullPolicy` | container image pull policy | `IfNotPresent`
`image.repository` | container image repository | `vernemq/vernemq`
`image.tag` | container image tag | the current versions (e.g. `1.12.3`)
`image.tag` | container image tag | the current versions (e.g. `1.13.0`)
`ingress.enabled` | whether to enable an ingress object to route to the WebSocket service. Requires an ingress controller and the WebSocket service to be enabled. | `false`
`ingress.labels` | additional ingress labels | `{}`
`ingress.annotations` | additional service annotations | `{}`
Expand Down
2 changes: 1 addition & 1 deletion helm/vernemq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: vernemq/vernemq
tag: 1.12.6.2-alpine
tag: 1.13.0-alpine

pullPolicy: IfNotPresent

Expand Down

0 comments on commit 1055f9d

Please sign in to comment.