Skip to content

Commit ed5b714

Browse files
committed
add more resources
1 parent f4338a3 commit ed5b714

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616

1717
env:
1818
SDK_VERSION: "v1.24.0"
19-
# IMG: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.98
20-
# BUNDLE_IMG: ghcr.io/kubero-dev/kubero-operator/kuberoapp-bundle:v0.0.98
19+
# IMG: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.99
20+
# BUNDLE_IMG: ghcr.io/kubero-dev/kubero-operator/kuberoapp-bundle:v0.0.99
2121

2222
jobs:
2323
# Push image to GitHub Packages.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.0.98
6+
VERSION ?= 0.0.99
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -706,13 +706,13 @@ metadata:
706706
capabilities: Basic Install
707707
categories: Integration & Delivery
708708
certified: "false"
709-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.98
709+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.99
710710
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
711711
operators.operatorframework.io/builder: operator-sdk-v1.24.0
712712
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
713713
repository: https://github.com/kubero-dev/kubero
714714
support: Kubero Community
715-
name: kubero-operator.v0.0.98
715+
name: kubero-operator.v0.0.99
716716
namespace: placeholder
717717
spec:
718718
apiservicedefinitions: {}
@@ -1402,7 +1402,7 @@ spec:
14021402
- --metrics-bind-address=127.0.0.1:8080
14031403
- --leader-elect
14041404
- --leader-election-id=kubero-operator
1405-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.98
1405+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.99
14061406
livenessProbe:
14071407
httpGet:
14081408
path: /healthz
@@ -1418,10 +1418,10 @@ spec:
14181418
periodSeconds: 10
14191419
resources:
14201420
limits:
1421-
cpu: 500m
1422-
memory: 128Mi
1421+
cpu: "1"
1422+
memory: 1Gi
14231423
requests:
1424-
cpu: 10m
1424+
cpu: 100m
14251425
memory: 64Mi
14261426
securityContext:
14271427
allowPrivilegeEscalation: false
@@ -1489,4 +1489,4 @@ spec:
14891489
provider:
14901490
name: kubero
14911491
url: https://github.com/kubero-dev/
1492-
version: 0.0.98
1492+
version: 0.0.99

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/kubero-dev/kubero-operator/kuberoapp
16-
newTag: v0.0.98
16+
newTag: v0.0.99

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ spec:
5050
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
5151
resources:
5252
limits:
53-
cpu: 500m
54-
memory: 128Mi
53+
cpu: 1000m
54+
memory: 1Gi
5555
requests:
56-
cpu: 10m
56+
cpu: 100m
5757
memory: 64Mi
5858
serviceAccountName: controller-manager
5959
terminationGracePeriodSeconds: 10

config/manifests/bases/kubero-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Integration & Delivery
88
certified: "false"
9-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.98
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.99
1010
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
1111
repository: https://github.com/kubero-dev/kubero
1212
support: Kubero Community

deploy/operator.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ spec:
11321132
- --metrics-bind-address=127.0.0.1:8080
11331133
- --leader-elect
11341134
- --leader-election-id=kubero-operator
1135-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.98
1135+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.0.99
11361136
livenessProbe:
11371137
httpGet:
11381138
path: /healthz
@@ -1148,10 +1148,10 @@ spec:
11481148
periodSeconds: 10
11491149
resources:
11501150
limits:
1151-
cpu: 500m
1152-
memory: 128Mi
1151+
cpu: 1000m
1152+
memory: 1Gi
11531153
requests:
1154-
cpu: 10m
1154+
cpu: 100m
11551155
memory: 64Mi
11561156
securityContext:
11571157
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)