Skip to content

Commit

Permalink
release v0.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Oct 4, 2020
1 parent 044d045 commit 2e43d52
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions bundle/manifests/extendeddaemonset.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
capabilities: Full Lifecycle
operators.operatorframework.io/builder: operator-sdk-v1.0.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: extendeddaemonset.v0.2.0
name: extendeddaemonset.v0.3.0-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -203,7 +203,7 @@ spec:
deployments:
- name: eds-controller-manager
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app.kubernetes.io/name: extendeddaemonset
Expand Down Expand Up @@ -243,10 +243,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 100Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
terminationGracePeriodSeconds: 10
permissions:
- rules:
Expand Down Expand Up @@ -303,4 +303,5 @@ spec:
provider:
name: Datadog
url: https://github.com/DataDog/extendeddaemonset
version: 0.2.0
replaces: extendeddaemonset.v0.2.0
version: 0.3.0-rc.1

0 comments on commit 2e43d52

Please sign in to comment.