Skip to content

Commit 3e2fb84

Browse files
committed
Update charts folder
1 parent a2a89df commit 3e2fb84

10 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo ${{needs.ci.outputs.commit_id}}
4040
pip install yq
41-
yq -Yi '.image.tag = "${{needs.ci.outputs.commit_id}}"' charts/python-app/values.yaml
41+
yq -Yi '.image.tag = "${{needs.ci.outputs.commit_id}}"' chart/python-app/values.yaml
4242
- name: Commit changes
4343
uses: EndBug/add-and-commit@v9
4444
with:
File renamed without changes.

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def details():
1010
return jsonify({
1111
'time': datetime.datetime.now().strftime("%I:%M:%S%p on %B %d, %Y"),
1212
'hostname': socket.gethostname(),
13-
'message': 'You are doing great, human!!! <3'
13+
'message': 'You are doing great, human!!! XOXO'
1414
})
1515

1616
@app.route('/api/v1/healthz')

0 commit comments

Comments
 (0)