Skip to content

Commit 22a4230

Browse files
committed
update the github repo name
1 parent 5f19569 commit 22a4230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Open the `version.py` file and update the version number:
8585
version = "0.0.10" # Update to a new version number
8686
```
8787

88-
Open the `manifests/deployment.yaml` file and update the version number:
88+
Open the `manifests/deployment.yaml` file and update the container repository name and the version number:
8989
```yaml
90-
image: ghcr.io/simonpanworg/code2cloud-python-flask-webserver:v0.0.10 # Update to a new version number
90+
image: ghcr.io/<your-github-username>/code2cloud-python-flask-webserver:v0.0.10 # Update the ontainer repository name with your github username and the version number
9191
```
9292
9393
### Push the changes to the Repository

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/simonpanworg/code2cloud-python-flask-webserver:v0.0.9
28+
image: ghcr.io/<your-github-username>/code2cloud-python-flask-webserver:v0.0.9 # Update the repo container repository name with your github username and the version number
2929
ports:
3030
- containerPort: 5000
3131
readinessProbe:

0 commit comments

Comments
 (0)