Skip to content

Commit

Permalink
Merge pull request #87 from maxisam/chore/update-chart
Browse files Browse the repository at this point in the history
馃數 other: update chart
  • Loading branch information
maxisam committed Sep 22, 2023
2 parents d6e5ac4 + 0afd31c commit d80f0f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/mgob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ type: application
sources:
- https://github.com/maxisam/mgob

version: 1.8.2
version: 1.8.3

appVersion: "1.10.14"
appVersion: "1.12.17"

dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/mgob/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mgob

![Version: 1.8.2](https://img.shields.io/badge/Version-1.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.14](https://img.shields.io/badge/AppVersion-1.10.14-informational?style=flat-square)
![Version: 1.8.3](https://img.shields.io/badge/Version-1.8.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.12.17](https://img.shields.io/badge/AppVersion-1.12.17-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.
Expand Down Expand Up @@ -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 | `"latest"` | |
| image.tag | string | `"1.12.17-all"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| secrets | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/mgob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logLevel: info
image:
registry: docker.io
repository: maxisam/mgob
tag: "latest"
tag: "1.12.17-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
Expand Down

0 comments on commit d80f0f2

Please sign in to comment.