Skip to content

Commit

Permalink
release v0.8.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Jun 24, 2022
1 parent efb6e91 commit 9731dc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/DataDog/datadog-operator
containerImage: registry.connect.redhat.com/datadog/operator:0.8.0
name: datadog-operator.v0.8.0
containerImage: registry.connect.redhat.com/datadog/operator:0.8.1-rc.1
name: datadog-operator.v0.8.1-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -817,7 +817,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: registry.connect.redhat.com/datadog/operator:0.8.0
image: registry.connect.redhat.com/datadog/operator:0.8.1-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -907,4 +907,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 0.8.0
version: 0.8.1-rc.1
8 changes: 4 additions & 4 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/DataDog/datadog-operator
containerImage: gcr.io/datadoghq/operator:0.8.0
name: datadog-operator.v0.8.0
containerImage: gcr.io/datadoghq/operator:0.8.1-rc.1
name: datadog-operator.v0.8.1-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -817,7 +817,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:0.8.0
image: gcr.io/datadoghq/operator:0.8.1-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -907,4 +907,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 0.8.0
version: 0.8.1-rc.1
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.8.0
newTag: 0.8.1-rc.1
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 9731dc8

Please sign in to comment.