Skip to content

Commit af08922

Browse files
committed
bump to 0.0.17
1 parent 0da7808 commit af08922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: code2cloud-python-flask-webserver
28-
image: ghcr.io/simonpanw/code2cloud-python-flask-webserver:v0.0.15 # Update the repo container repository name with your github username and the version number
28+
image: ghcr.io/<your-github-organization>/code2cloud-python-flask-webserver:v0.0.17 # Update the repo container repository name with your github username and the version number
2929
ports:
3030
- containerPort: 5000
3131
readinessProbe:

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "v0.0.15"
1+
version = "v0.0.17"

0 commit comments

Comments
 (0)