This commit is contained in:
marcel-dempers 2023-09-28 17:50:40 +10:00
parent 2c8fa23e1f
commit 827536f63c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: example-app-1
image: example-app-1:0.0.1
image: example-app-1:0.0.2
ports:
- containerPort: 5000
volumeMounts:

View File

@ -3,4 +3,4 @@ app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World! v1.0.0.0"
return "Hello World! v1.0.0.2"