Skip to content

Commit 0c5a25f

Browse files
update Helm documentation
1 parent 031838c commit 0c5a25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/discord-bot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# discord-bot
22

3-
![Version: 0.16.511](https://img.shields.io/badge/Version-0.16.511-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: a76108df4b85af639350edbd49c5c27473f0e918](https://img.shields.io/badge/AppVersion-a76108df4b85af639350edbd49c5c27473f0e918-informational?style=flat-square)
3+
![Version: 0.16.512](https://img.shields.io/badge/Version-0.16.512-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 07f6b026b28ac4abeaa5ab997a81134ef0cbfd6e](https://img.shields.io/badge/AppVersion-07f6b026b28ac4abeaa5ab997a81134ef0cbfd6e-informational?style=flat-square)
44

55
🎵 Music bot for my private Discord server, powered by discord-player
66

@@ -55,7 +55,7 @@
5555

5656
| Key | Type | Default | Description |
5757
|-----|------|---------|-------------|
58-
| image | object | `{"pullPolicy":"Always","repository":"xxczaki/discord-bot","tag":"a76108df4b85af639350edbd49c5c27473f0e918"}` | General configuration of the Redis instance used for query caching and storing usage statistics |
58+
| image | object | `{"pullPolicy":"Always","repository":"xxczaki/discord-bot","tag":"07f6b026b28ac4abeaa5ab997a81134ef0cbfd6e"}` | General configuration of the Redis instance used for query caching and storing usage statistics |
5959
| livenessProbe | object | `{"initialDelaySeconds":10,"periodSeconds":10,"tcpSocket":{"port":8000}}` | Liveness probe used for the bot Pod |
6060
| readinessProbe | object | `{"initialDelaySeconds":10,"periodSeconds":10,"tcpSocket":{"port":8000}}` | Readiness probe used for the bot Pod |
6161
| resources | object | `{"limits":{"cpu":"400m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | Resource limits used for the bot Pod |

0 commit comments

Comments
 (0)