We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d2ed2 commit 6e87e30Copy full SHA for 6e87e30
environment-promotion/envs/prod/settings.yml
@@ -10,12 +10,12 @@ spec:
10
- name: webserver-simple
11
env:
12
- name: UI_THEME
13
- value: "dark"
+ value: "light"
14
- name: CACHE_SIZE
15
- value: "1024kb"
+ value: "2048kb"
16
- name: PAGE_LIMIT
17
value: "25"
18
- name: SORTING
19
value: "ascending"
20
- name: N_BUCKETS
21
- value: "12"
+ value: "42"
environment-promotion/envs/prod/version.yml
@@ -8,4 +8,4 @@ spec:
8
spec:
9
containers:
- image: docker.io/kostiscodefresh/simple-env-app:2.0
+ image: docker.io/kostiscodefresh/simple-env-app:3.0
0 commit comments