Skip to content

Commit 6e87e30

Browse files
rcclementegithub-actions[bot]
authored andcommitted
Application promotion
1 parent e3d2ed2 commit 6e87e30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment-promotion/envs/prod/settings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ spec:
1010
- name: webserver-simple
1111
env:
1212
- name: UI_THEME
13-
value: "dark"
13+
value: "light"
1414
- name: CACHE_SIZE
15-
value: "1024kb"
15+
value: "2048kb"
1616
- name: PAGE_LIMIT
1717
value: "25"
1818
- name: SORTING
1919
value: "ascending"
2020
- name: N_BUCKETS
21-
value: "12"
21+
value: "42"

environment-promotion/envs/prod/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spec:
88
spec:
99
containers:
1010
- name: webserver-simple
11-
image: docker.io/kostiscodefresh/simple-env-app:2.0
11+
image: docker.io/kostiscodefresh/simple-env-app:3.0

0 commit comments

Comments
 (0)