Skip to content

Commit

Permalink
release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Jun 17, 2024
1 parent fffc64f commit 2dcbcea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.23.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/DataDog/datadog-operator
containerImage: gcr.io/datadoghq/operator:1.7.0-rc.3
createdAt: "2024-06-11 15:13:35"
containerImage: gcr.io/datadoghq/operator:1.7.0
createdAt: "2024-06-17 12:15:42"
support: Datadog, Inc.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -211,8 +211,8 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=1.7.0 <1.7.0-rc.3'
name: datadog-operator.v1.7.0-rc.3
olm.skipRange: '>=1.7.0 <1.7.0'
name: datadog-operator.v1.7.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1034,7 +1034,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: DD_TOOL_VERSION
value: redhat
image: gcr.io/datadoghq/operator:1.7.0-rc.3
image: gcr.io/datadoghq/operator:1.7.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1132,5 +1132,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.7.0-rc.3
version: 1.7.0
replaces: datadog-operator.v1.6.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: 1.7.0-rc.3
newTag: 1.7.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 2dcbcea

Please sign in to comment.