Skip to content

Commit

Permalink
Update Chart.yaml (maxisam#115)
Browse files Browse the repository at this point in the history
* Update Chart.yaml

* Regenerate chart README.md

* Update values.yaml

* Regenerate chart README.md

---------

Co-authored-by: maxisam <maxisam@users.noreply.github.com>
  • Loading branch information
2 people authored and danielchristianschroeter committed Nov 6, 2024
1 parent 0fd4cd7 commit b3a3d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mgob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:

version: 2.1.0

appVersion: "2.0.18"
appVersion: "2.0.20"

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: 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.
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 | `"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 |
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: "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
Expand Down

0 comments on commit b3a3d5e

Please sign in to comment.