Skip to content

Commit 03c6d4c

Browse files
update Helm documentation
1 parent 27d8de6 commit 03c6d4c

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.513](https://img.shields.io/badge/Version-0.16.513-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)
3+
![Version: 0.16.514](https://img.shields.io/badge/Version-0.16.514-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: dbe7c980fb50f5613634157779e9cbd5eab7a3da](https://img.shields.io/badge/AppVersion-dbe7c980fb50f5613634157779e9cbd5eab7a3da-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":"07f6b026b28ac4abeaa5ab997a81134ef0cbfd6e"}` | General configuration of the Redis instance used for query caching and storing usage statistics |
58+
| image | object | `{"pullPolicy":"Always","repository":"xxczaki/discord-bot","tag":"dbe7c980fb50f5613634157779e9cbd5eab7a3da"}` | 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)