mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
Version 0.0.7
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.0.5
|
||||
appVersion: 0.0.7
|
||||
description: A simple Telegram bot to receive SMS messages.
|
||||
name: smsbot
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
kubeVersion: ">=1.19.0-0"
|
||||
keywords:
|
||||
- smsbot
|
||||
|
||||
@@ -11,14 +11,14 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: 0.0.5
|
||||
tag: 0.0.7
|
||||
|
||||
# -- environment variables.
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# SMSBOT_TELEGRAM_BOT_TOKEN:
|
||||
# SMSBOT_TELEGRAM_BOT_TOKEN:
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "smsbot"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
description = "A simple Telegram bot to receive SMS messages."
|
||||
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
|
||||
license = { text = "MIT" }
|
||||
|
||||
Reference in New Issue
Block a user