Skip to content

Commit

Permalink
Merge pull request #226 from ioolkos/rel_1.10.4.1
Browse files Browse the repository at this point in the history
VerneMQ Release 1.10.4.1
  • Loading branch information
ioolkos authored Aug 2, 2020
2 parents acd4376 + 66f65eb commit 2c58949
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.10.3"
VERNEMQ_VERSION="1.10.4.1"

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.10.3"
VERNEMQ_VERSION="1.10.4.1"

WORKDIR /vernemq

Expand Down
4 changes: 2 additions & 2 deletions helm/vernemq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 1.10.3
appVersion: 1.10.4.1
description: VerneMQ is a high-performance, distributed MQTT message broker
name: vernemq
version: 1.6.4
version: 1.6.5
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 @@ -53,7 +53,7 @@ Parameter | Description | Default
`additionalEnv` | additional environment variables | 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.10.3`)
`image.tag` | container image tag | the current versions (e.g. `1.10.4.1`)
`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.10.3-alpine
tag: 1.10.4.1-alpine
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 2c58949

Please sign in to comment.