Skip to content

Commit

Permalink
Merge pull request #230 from oldgiova/3.7.1-release
Browse files Browse the repository at this point in the history
Mender version 3.7.1
  • Loading branch information
oldgiova authored Jan 17, 2024
2 parents f1d3aaf + 00c13de commit 122a6fa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,14 @@ test:helm_chart_upgrade_from_current_lts_to_current_release:
mender/mender || exit 3;
- bash tests/test-001-wait-for-pods-to-be-ready.sh
- |
echo "INFO - installing mender tag ${MENDER_CURRENT_RELEASE_TAG:-mender-3.7.0}"
echo "INFO - installing mender tag ${MENDER_CURRENT_RELEASE_TAG:-mender-3.7.1}"
helm upgrade -i mender \
-f mender/values.yaml \
-f tests/keys.yaml \
-f tests/values-helmci.yaml \
--wait \
--timeout=${HELM_UPGRADE_TIMEOUT:-15m} \
--set global.image.tag="${MENDER_CURRENT_RELEASE_TAG:-mender-3.7.0}" \
--set global.image.tag="${MENDER_CURRENT_RELEASE_TAG:-mender-3.7.1}" \
--set global.image.username=${REGISTRY_MENDER_IO_USERNAME} \
--set global.image.password="${REGISTRY_MENDER_IO_PASSWORD}" \
--set global.s3.AWS_ACCESS_KEY_ID="${MINIO_accessKey}" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The following table lists the global, default, and other parameters supported by
| `global.image.registry` | Global Docker image registry | `registry.mender.io` |
| `global.image.username` | Global Docker image registry username | `nil` |
| `global.image.password` | Global Docker image registry username | `password` |
| `global.image.tag` | Global Docker image registry tag | `mender-3.7.0` |
| `global.image.tag` | Global Docker image registry tag | `mender-3.7.1` |
| `global.mongodb.existingSecret` | MongoDB existing secret with keys: `MONGO` and `MONGO_URL` both with MongoDB connection string format | `null` |
| `global.mongodb.URL` | MongoDB URL | `mongodb://mongodb` |
| `global.nats.existingSecret` | NATS existing secret with key: `NATS_URI` and NATS connection string `nats://...` | `null` |
Expand Down
4 changes: 3 additions & 1 deletion mender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Mender Helm chart

## master
## Version 5.4.1
* Upgrade to Mender version `3.7.1`.
* Removed useless variables from the gui container.
* Added custom service account support (thanks @bdomars)

## Version 5.4.0
Expand Down
4 changes: 2 additions & 2 deletions mender/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "3.7.0"
appVersion: "3.7.1"
description: Mender is a robust and secure way to update all your software and deploy your IoT devices at scale with support for customization
name: mender
version: 5.4.0
version: 5.4.1
keywords:
- mender
- iot
Expand Down
6 changes: 0 additions & 6 deletions mender/templates/gui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ spec:
periodSeconds: 15

env:
- name: INTEGRATION_VERSION
value: "3.7.0"
- name: MENDER_VERSION
value: "3.7.0"
- name: MENDER_ARTIFACT_VERSION
value: "3.11.0"
{{- if .Values.global.hosted }}
- name: MENDER_HOSTED
value: {{ .Values.global.hosted | quote }}
Expand Down
2 changes: 1 addition & 1 deletion mender/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global:
registry: registry.mender.io
username: null
password: null
tag: mender-3.7.0
tag: mender-3.7.1

mongodb:
existingSecret: ""
Expand Down

0 comments on commit 122a6fa

Please sign in to comment.