Update chart to 0.0.4

This commit is contained in:
2023-03-11 06:42:16 +00:00
parent 3bf3823b77
commit 90fc864be4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 0.0.3 appVersion: 0.0.4
description: A simple Telegram bot to receive SMS messages. description: A simple Telegram bot to receive SMS messages.
name: smsbot name: smsbot
version: 0.0.4 version: 0.0.5
kubeVersion: ">=1.19.0-0" kubeVersion: ">=1.19.0-0"
keywords: keywords:
- smsbot - smsbot

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
tag: 0.0.3 tag: 0.0.4
# -- environment variables. # -- environment variables.
# @default -- See below # @default -- See below