Skip to content

Commit

Permalink
release v0.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Aug 18, 2021
1 parent a3a4937 commit 87ac34c
Show file tree
Hide file tree
Showing 5 changed files with 24,651 additions and 9,520 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.4.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/DataDog/datadog-operator
name: datadog-operator.v0.6.0
name: datadog-operator.v0.7.0-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -265,6 +265,13 @@ spec:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- replicationcontrollers
verbs:
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -314,6 +321,13 @@ spec:
- mutatingwebhookconfigurations
verbs:
- '*'
- apiGroups:
- admissionregistration.k8s.io
resources:
- validatingwebhookconfigurations
verbs:
- list
- watch
- apiGroups:
- apiregistration.k8s.io
resources:
Expand Down Expand Up @@ -367,6 +381,16 @@ spec:
- get
- list
- watch
- apiGroups:
- apps
- extensions
resources:
- daemonsets
- deployments
- replicasets
verbs:
- list
- watch
- apiGroups:
- authentication.k8s.io
resources:
Expand Down Expand Up @@ -452,6 +476,13 @@ spec:
- get
- list
- watch
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
verbs:
- list
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down Expand Up @@ -556,6 +587,13 @@ spec:
- get
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
Expand All @@ -580,6 +618,14 @@ spec:
- patch
- update
- watch
- apiGroups:
- policy
resources:
- podsecuritypolicies
verbs:
- get
- list
- watch
- apiGroups:
- quota.openshift.io
resources:
Expand Down Expand Up @@ -691,6 +737,14 @@ spec:
- securitycontextconstraints
verbs:
- use
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
- volumeattachments
verbs:
- list
- watch
serviceAccountName: datadog-operator-manager
- rules:
- apiGroups:
Expand Down Expand Up @@ -731,8 +785,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: datadog/operator:0.6.0
imagePullPolicy: Always
image: datadog/operator:0.7.0-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz/
Expand Down Expand Up @@ -820,5 +874,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.6.0
replaces: datadog-operator.v0.5.1
version: 0.7.0-rc.1

0 comments on commit 87ac34c

Please sign in to comment.