Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed May 4, 2021
1 parent 97c86bc commit 02c772a
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 @@ -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-rc.7
name: datadog-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -731,7 +731,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: datadog/operator:0.6.0-rc.7
image: datadog/operator:0.6.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -820,5 +820,5 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.6.0-rc.7
version: 0.6.0
replaces: datadog-operator.v0.5.1
6 changes: 3 additions & 3 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
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-rc.7
name: datadog-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -731,7 +731,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:0.6.0-rc.7
image: gcr.io/datadoghq/operator:0.6.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -820,5 +820,5 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.6.0-rc.7
version: 0.6.0
replaces: datadog-operator.v0.5.0
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.6.0-rc.7
newTag: 0.6.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 02c772a

Please sign in to comment.