Skip to content

Commit

Permalink
Merge pull request #265 from oldgiova/bugfix
Browse files Browse the repository at this point in the history
Bump to mender 3.7.4
  • Loading branch information
oldgiova authored May 2, 2024
2 parents 1587c64 + 71f6773 commit a101612
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,14 +488,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.3}"
echo "INFO - installing mender tag ${MENDER_CURRENT_RELEASE_TAG:-mender-3.7.4}"
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.3}" \
--set global.image.tag="${MENDER_CURRENT_RELEASE_TAG:-mender-3.7.4}" \
--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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mongodb:
```

You can customize it by following the [provider's](https://artifacthub.io/packages/helm/bitnami/mongodb)
specifications.
specifications.
It's recommended to use an external deployment in Production.

### Installing MinIO
Expand Down Expand Up @@ -112,7 +112,7 @@ nats:
```

You can customize it by following the [provider's](https://docs.nats.io/running-a-nats-service/nats-kubernetes/helm-charts)
specifications.
specifications.
It's recommended to use an external deployment in Production.

## Installing the Chart
Expand Down Expand Up @@ -200,7 +200,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.3` |
| `global.image.tag` | Global Docker image registry tag | `mender-3.7.4` |
| `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
3 changes: 3 additions & 0 deletions mender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Mender Helm chart

## Version 5.6.2
* Upgrade to Mender version `3.7.4`.

## Version 5.6.1
* Upgrade NATS to version `2.9.20` with the subchart `0.19.17`.

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.3"
appVersion: "3.7.4"
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.6.1
version: 5.6.2
keywords:
- mender
- iot
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.3
tag: mender-3.7.4

mongodb:
existingSecret: ""
Expand Down

0 comments on commit a101612

Please sign in to comment.