Skip to content

Commit

Permalink
Update md-converter dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-j-butler committed Jan 28, 2024
1 parent 73d9ce4 commit e2f5bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/md-converter-dev/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: dockerconfigjson-github-com
containers:
- name: web
image: ghcr.io/alex-j-butler/markdown-converter-api/web:e101388
image: ghcr.io/alex-j-butler/markdown-converter-api/web:9daab41
ports:
- containerPort: 8000
env:
Expand Down
2 changes: 1 addition & 1 deletion argocd/md-converter-dev/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: dockerconfigjson-github-com
containers:
- name: worker
image: ghcr.io/alex-j-butler/markdown-converter-api/worker:e101388
image: ghcr.io/alex-j-butler/markdown-converter-api/worker:9daab41
env:
- name: FLASK_BROKER_URL
value: "amqp://[email protected]"
Expand Down

0 comments on commit e2f5bdb

Please sign in to comment.