Skip to content

Commit

Permalink
release v1.7.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Jun 11, 2024
1 parent b509502 commit fffc64f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 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.2
createdAt: "2024-06-06 12:38:22"
containerImage: gcr.io/datadoghq/operator:1.7.0-rc.3
createdAt: "2024-06-11 15:13:35"
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.2'
name: datadog-operator.v1.7.0-rc.2
olm.skipRange: '>=1.7.0 <1.7.0-rc.3'
name: datadog-operator.v1.7.0-rc.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1032,7 +1032,9 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.7.0-rc.2
- name: DD_TOOL_VERSION
value: redhat
image: gcr.io/datadoghq/operator:1.7.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1130,5 +1132,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.7.0-rc.2
version: 1.7.0-rc.3
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.2
newTag: 1.7.0-rc.3
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit fffc64f

Please sign in to comment.