diff --git a/charts/smsbot/Chart.yaml b/charts/smsbot/Chart.yaml index dd19c80..878b1cb 100644 --- a/charts/smsbot/Chart.yaml +++ b/charts/smsbot/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.0.4 +appVersion: 0.0.5 description: A simple Telegram bot to receive SMS messages. name: smsbot -version: 0.0.5 +version: 0.0.6 kubeVersion: ">=1.19.0-0" keywords: - smsbot diff --git a/charts/smsbot/values.yaml b/charts/smsbot/values.yaml index c4d07de..bdf59f6 100644 --- a/charts/smsbot/values.yaml +++ b/charts/smsbot/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.0.4 + tag: 0.0.5 # -- environment variables. # @default -- See below