diff --git a/app/nft.py b/app/nft.py index 084d99ee..e8e794ea 100644 --- a/app/nft.py +++ b/app/nft.py @@ -15,6 +15,7 @@ def get_nft(): "0x54a79ab6f5210fcb2c5fc914271a865003f15576", # Panda Astronaut Club "0x8943c7bac1914c9a7aba750bf2b6b09fd21037e0", # Lazy Lions "0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb", # Crypto Punks + "0xd87ca9651cdade60cc0b031c2731aeb5aa722fb3", # Ether Gals "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d", # Bored Ape Yacht Club "0xbd3531da5cf5857e7cfaa92426877b022e612cf8", # Pudgy Penguins "0xed5af388653567af2f388e6224dc7c4b3241c544", # Azuki diff --git a/helm/values.yaml b/helm/values.yaml index 35f2615a..f2d1352b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "202" + tag: "203" repository: ldooks/dragon-bot pullPolicy: IfNotPresent @@ -72,7 +72,7 @@ volumes: name: dale-pics type: nfs server: 192.168.1.119 - path: /volume1/nas/docker_storage/default-syncthing-claim-pvc-c9d876c2-95b4-4062-b66e-a98ba62860a3/syncthing-configs/Dropbox Mirror/Photos/dale + path: /volume1/nas/docker_storage/default-syncthing-claim-pvc-7709ff30-4a9b-4d0a-9da7-a38447bc97d9/syncthing-configs/Dropbox Mirror/Photos/dale mountPath: /tmp/dale env: diff --git a/test-dragon-bot.sh b/test-dragon-bot.sh index caa06e85..bb2e719e 100755 --- a/test-dragon-bot.sh +++ b/test-dragon-bot.sh @@ -8,6 +8,7 @@ docker rm -f dragon-bot-test printf "[+] Done\n" printf "\n[-] Running dragon bot in test mode\n" +chmod +x ./app/bot.py docker build -f ./Dockerfile-test-env -t dragon-bot-test . || exit docker run -ti -v $(pwd)/app:/app --rm --name dragon-bot-test -e DRAGON_ENV=test -e token="MzQ1MjkwMTI5OTQ4Mjc4Nzg0.DG5IBw._9umb82PrL22bPe7GjmHClU-NtU" dragon-bot-test bash