Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 0e2f80c

Browse files
author
staticdev
committed
Up the version
1 parent efa5e1a commit 0e2f80c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ From your workspace, go to /apps/manage/custom-integrations and add Bots app. Th
99
## Run with Docker
1010

1111
```sh
12-
sudo docker build -t staticdev/k8s-python-slackbot:0.0.2 .
13-
sudo docker run --name k8s-python-slackbot -d -e SLACK_BOT_NAME=k8s-python-slackbot -e SLACK_BOT_TOKEN=mybot-token staticdev/k8s-python-slackbot:0.0.2
12+
sudo docker build -t staticdev/k8s-python-slackbot:0.0.3 .
13+
sudo docker run --name k8s-python-slackbot -d -e SLACK_BOT_NAME=k8s-python-slackbot -e SLACK_BOT_TOKEN=mybot-token staticdev/k8s-python-slackbot:0.0.3
1414
```
1515

1616
## Run with Minikube
@@ -22,7 +22,7 @@ Start a new cluster using your favorite VM (kvm2 recommended) and build:
2222
minikube start --vm-driver=kvm2
2323
# build inside minikube
2424
eval $(minikube docker-env)
25-
docker build -t staticdev/k8s-python-slackbot:0.0.2 -f Dockerfile .
25+
docker build -t staticdev/k8s-python-slackbot:0.0.3 -f Dockerfile .
2626
```
2727

2828
Create a slackbot.properties file in .env folder with the following structure:

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
secretKeyRef:
2828
key: SLACK_BOT_TOKEN
2929
name: slackbot-secrets
30-
image: staticdev/k8s-python-slackbot:0.0.2
30+
image: staticdev/k8s-python-slackbot:0.0.3
3131
name: slack
3232
resources: {}
3333
restartPolicy: Always

0 commit comments

Comments
 (0)