Skip to content

Commit 0945e87

Browse files
authored
Merge branch 'develop' into lidanny/feature/update-to-CoreDNS
2 parents 16e6c3c + e776c29 commit 0945e87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/xpk/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ..utils.console import xpk_print
2323

2424
# This is the version for XPK PyPI package
25-
__version__ = 'v0.10.0'
25+
__version__ = 'v0.10.1'
2626
XPK_CURRENT_VERSION = __version__
2727
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
2828

src/xpk/core/kueue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@
244244
periodSeconds: 10
245245
resources:
246246
limits:
247-
cpu: 500m
247+
cpu: 750m
248248
memory: {memory_limit_size}
249249
requests:
250-
cpu: 500m
250+
cpu: 750m
251251
memory: 512Mi
252252
securityContext:
253253
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)