Skip to content

Commit

Permalink
release v0.7.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Sep 28, 2021
1 parent 77e7ab4 commit 5febd45
Show file tree
Hide file tree
Showing 5 changed files with 10,631 additions and 16,087 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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.7.0
name: datadog-operator.v0.7.1-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -550,6 +550,12 @@ spec:
- get
- patch
- update
- apiGroups:
- datadoghq.com
resources:
- extendeddaemonsetreplicasets
verbs:
- get
- apiGroups:
- datadoghq.com
resources:
Expand Down Expand Up @@ -776,7 +782,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: datadog/operator:0.7.0
image: datadog/operator:0.7.1-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -865,4 +871,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.0
version: 0.7.1-rc.1

0 comments on commit 5febd45

Please sign in to comment.