diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6eed4f6..4eddf040 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}" \ diff --git a/README.md b/README.md index bd0efd78..f9f9b734 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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` | diff --git a/mender/CHANGELOG.md b/mender/CHANGELOG.md index 6d653f54..2aa331e1 100644 --- a/mender/CHANGELOG.md +++ b/mender/CHANGELOG.md @@ -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`. diff --git a/mender/Chart.yaml b/mender/Chart.yaml index 58899a34..571d71d1 100644 --- a/mender/Chart.yaml +++ b/mender/Chart.yaml @@ -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 diff --git a/mender/values.yaml b/mender/values.yaml index a4452d50..0f749558 100644 --- a/mender/values.yaml +++ b/mender/values.yaml @@ -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: ""