Skip to content

Commit

Permalink
release v0.7.1-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Oct 5, 2021
1 parent 090823a commit a608dc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.1-rc.1
name: datadog-operator.v0.7.1-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -782,7 +782,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: datadog/operator:0.7.1-rc.1
image: datadog/operator:0.7.1-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -871,4 +871,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.1-rc.1
version: 0.7.1-rc.2
6 changes: 3 additions & 3 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
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.1-rc.1
name: datadog-operator.v0.7.1-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -782,7 +782,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:0.7.1-rc.1
image: gcr.io/datadoghq/operator:0.7.1-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -871,4 +871,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.1-rc.1
version: 0.7.1-rc.2
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resources:
images:
- name: controller
newName: gcr.io/datadoghq/operator
newTag: 0.7.1-rc.1
newTag: 0.7.1-rc.2
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit a608dc0

Please sign in to comment.