diff --git a/charts/mgob/Chart.yaml b/charts/mgob/Chart.yaml index 22355de..1ebe671 100644 --- a/charts/mgob/Chart.yaml +++ b/charts/mgob/Chart.yaml @@ -11,7 +11,7 @@ sources: version: 2.1.0 -appVersion: "2.0.18" +appVersion: "2.0.20" dependencies: - name: common diff --git a/charts/mgob/README.md b/charts/mgob/README.md index 3f29d3d..74c63b4 100644 --- a/charts/mgob/README.md +++ b/charts/mgob/README.md @@ -1,6 +1,6 @@ # mgob -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.18](https://img.shields.io/badge/AppVersion-2.0.18-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.20](https://img.shields.io/badge/AppVersion-2.0.20-informational?style=flat-square) A Helm chart for Mgob, MongoDB dockerized backup agent. Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more. @@ -29,7 +29,7 @@ Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrume | logLevel | string | `"info"` | | | image.registry | string | `"docker.io"` | | | image.repository | string | `"maxisam/mgob"` | | -| image.tag | string | `"2.0.18-all"` | | +| image.tag | string | `"2.0.20-all"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.pullSecrets | list | `[]` | | | envSecrets | object | `{"annotations":{},"secrets":{}}` | environment variables that will be created as secrets and passed to the container | diff --git a/charts/mgob/values.yaml b/charts/mgob/values.yaml index 10d990f..1b77f58 100644 --- a/charts/mgob/values.yaml +++ b/charts/mgob/values.yaml @@ -31,7 +31,7 @@ logLevel: info image: registry: docker.io repository: maxisam/mgob - tag: "2.0.18-all" + tag: "2.0.20-all" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images