Skip to content

Commit

Permalink
Prepare for next version 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Apr 2, 2023
1 parent bfe8b6d commit 0c08f75
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions deploy/helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ apiVersion: v1
entries:
nanomon:
- apiVersion: v2
appVersion: 0.0.2
created: "2023-04-01T13:18:51.043763189+01:00"
appVersion: 0.0.3
created: "2023-04-02T02:22:18.852761559+01:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.x.x
description: Deploy NanoMon, a HTTP and network monitoring tool
digest: d3933b1c239cf3e6b6b6f37d2ae9ccef53d904358fb7734b5f571a5007a5c542
digest: 0b4e8fc35089d0bd7a327fcbb13c12d61a82fe5fe14e8bbf828cfb64826c9241
name: nanomon
type: application
urls:
- nanomon-0.0.4.tgz
version: 0.0.4
generated: "2023-04-01T13:18:51.037152969+01:00"
generated: "2023-04-02T02:22:18.842178671+01:00"
Binary file modified deploy/helm/nanomon-0.0.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion deploy/helm/nanomon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nanomon
description: Deploy NanoMon, a HTTP and network monitoring tool
type: application
version: "0.0.4"
appVersion: "0.0.2"
appVersion: "0.0.3"
dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/nanomon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nanomon

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.3](https://img.shields.io/badge/AppVersion-0.0.3-informational?style=flat-square)

Deploy NanoMon, a HTTP and network monitoring tool

Expand Down Expand Up @@ -40,11 +40,11 @@ Deploy NanoMon, a HTTP and network monitoring tool
| nodeSelector | object | `{}` | Node selector for all pods |
| podAnnotations | object | `{}` | Annotations applied to all pods |
| runner.alerting.failCount | int | `3` | How many times a monitor can fail before sending an alert |
| runner.alerting.from | string | `nil` | The email address to send alerts from, must be set to enable alerting |
| runner.alerting.password | string | `nil` | SMTP password for sending alerts, must be set to enable alerting |
| runner.alerting.from | string | `nil` | The email address to send alerts from, set to enable alerting |
| runner.alerting.password | string | `nil` | SMTP password for sending alerts, set to enable alerting |
| runner.alerting.smtpHost | string | `"smtp.gmail.com"` | SMTP host for sending alerts |
| runner.alerting.smtpPort | int | `587` | SMTP port for sending alerts |
| runner.alerting.to | string | `nil` | The email address to send alerts to, must be set to enable alerting |
| runner.alerting.to | string | `nil` | The email address to send alerts to, set to enable alerting |
| runner.monitorChangeInterval | string | `"120s"` | How often to check for new & changed monitors in the database |
| runner.replicaCount | int | `1` | Number of pod replicas for the runner, best left as 1 |
| tolerations | list | `[]` | Tolerations used by all pods |
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifneq (,$(wildcard ./.env))
endif

# Common - can be overridden by .env file or when running make
VERSION ?= 0.0.2
VERSION ?= 0.0.3
BUILD_INFO ?= Local and manual build
AUTH_CLIENT_ID ?=
API_ENDPOINT ?= http://localhost:8000/api
Expand Down

0 comments on commit 0c08f75

Please sign in to comment.