Skip to content

Commit

Permalink
Release 0.4.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vboulineau committed Nov 5, 2020
1 parent c9ee567 commit fe41a8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.0.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: datadog-operator.v0.4.0-rc.1
name: datadog-operator.v0.4.0-rc.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: datadog/datadog-operator:0.4.0-rc.1
image: datadog/operator:0.4.0-rc.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -444,5 +444,5 @@ spec:
maturity: alpha
provider:
name: Datadog
replaces: datadog-operator.v0.3.2
version: 0.4.0-rc.1
replaces: datadog-operator.v0.4.0-rc.1
version: 0.4.0-rc.4
6 changes: 1 addition & 5 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ resources:
images:
- name: controller
newName: datadog/operator
<<<<<<< HEAD
newTag: 0.4.0-rc.3
=======
newTag: latest
>>>>>>> origin/master
newTag: 0.4.0-rc.4
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit fe41a8b

Please sign in to comment.