2024-01-13 04:59:31 +00:00
|
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- deployment.yaml
|
|
|
|
secretGenerator:
|
|
|
|
- name: hangitbot
|
|
|
|
files:
|
|
|
|
- config/DATABASE_URI
|
|
|
|
- config/TGBOT_TOKEN
|
2024-01-18 09:19:37 +00:00
|
|
|
- config/GROUP_BANNED
|
2024-01-13 04:59:31 +00:00
|
|
|
images:
|
|
|
|
- name: <Image>
|
|
|
|
newName: ghcr.io/senseab/hangitbot
|
2024-02-04 05:29:39 +00:00
|
|
|
newTag: v0.1.2
|