File tree 8 files changed +16
-4
lines changed
percona-xtradb-cluster-operator
8 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
6
6
name : Elegant Themes
7
7
name : ai-server
8
- version : 1.2.4
8
+ version : 1.2.5
Original file line number Diff line number Diff line change @@ -123,10 +123,13 @@ spec:
123
123
tolerations :
124
124
- key : node.kubernetes.io/disk-pressure
125
125
operator : Exists
126
+ effect : NoSchedule
126
127
- key : node.kubernetes.io/memory-pressure
127
128
operator : Exists
129
+ effect : NoSchedule
128
130
- key : node.kubernetes.io/pid-pressure
129
131
operator : Exists
132
+ effect : NoSchedule
130
133
volumes :
131
134
- name : wordpress
132
135
hostPath :
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
6
6
name : Elegant Themes
7
7
name : cloud-server
8
- version : 1.0.16
8
+ version : 1.0.17
Original file line number Diff line number Diff line change @@ -142,10 +142,13 @@ spec:
142
142
tolerations :
143
143
- key : node.kubernetes.io/disk-pressure
144
144
operator : Exists
145
+ effect : NoSchedule
145
146
- key : node.kubernetes.io/memory-pressure
146
147
operator : Exists
148
+ effect : NoSchedule
147
149
- key : node.kubernetes.io/pid-pressure
148
150
operator : Exists
151
+ effect : NoSchedule
149
152
volumes :
150
153
- name : wordpress
151
154
hostPath :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 1.12.0
17
+ version : 1.12.1
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 72
72
tolerations :
73
73
- key : node.kubernetes.io/disk-pressure
74
74
operator : Exists
75
+ effect : NoSchedule
75
76
- key : node.kubernetes.io/memory-pressure
76
77
operator : Exists
78
+ effect : NoSchedule
77
79
- key : node.kubernetes.io/pid-pressure
78
80
operator : Exists
81
+ effect : NoSchedule
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 1.12.4
17
+ version : 1.12.5
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change @@ -85,10 +85,13 @@ spec:
85
85
tolerations :
86
86
- key : node.kubernetes.io/disk-pressure
87
87
operator : Exists
88
+ effect : NoSchedule
88
89
- key : node.kubernetes.io/memory-pressure
89
90
operator : Exists
91
+ effect : NoSchedule
90
92
- key : node.kubernetes.io/pid-pressure
91
93
operator : Exists
94
+ effect : NoSchedule
92
95
haproxy :
93
96
enabled : false
94
97
size : 3
You can’t perform that action at this time.
0 commit comments