Skip to content

Commit d4fb2b4

Browse files
committed
Merge branch 'stage' of github.com:SheplX/Todo-Full-Stack-Deployment into stage
2 parents 93ab450 + 19880c5 commit d4fb2b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: 1.16.0
33
description: Todo app Helm chart
44
name: Todo app
55
type: application
6-
version: 0.1.92
6+
version: 0.1.93

charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Todo app
22

3-
![Version: 0.1.92](https://img.shields.io/badge/Version-0.1.92-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
3+
![Version: 0.1.93](https://img.shields.io/badge/Version-0.1.93-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
44

55
Todo app Helm chart
66

@@ -10,7 +10,7 @@ Todo app Helm chart
1010
|-----|------|---------|-------------|
1111
| DBname.name | string | `"db"` | |
1212
| backend.repository | string | `"docker.pkg.github.com/Todo-Full-Stack-Deployment/sheplx/backend"` | |
13-
| backend.tag | string | `""` | |
13+
| backend.tag | string | `"a8105cf"` | |
1414
| frontend.repository | string | `"docker.pkg.github.com/Todo-Full-Stack-Deployment/sheplx/frontend"` | |
1515
| frontend.tag | string | `"d9cb6b7"` | |
1616
| ingress.tls[0].hosts[0] | string | `"todo.devops.com"` | |

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ingress:
44
- todo.devops.com
55
backend:
66
repository: docker.pkg.github.com/Todo-Full-Stack-Deployment/sheplx/backend
7-
tag: ""
7+
tag: "a8105cf"
88
frontend:
99
repository: docker.pkg.github.com/Todo-Full-Stack-Deployment/sheplx/frontend
1010
tag: d9cb6b7

0 commit comments

Comments
 (0)