Skip to content

Commit

Permalink
release v1.6.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed May 7, 2024
1 parent dc19dec commit 630be2a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
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.6.0-rc.3
createdAt: "2024-05-02 15:15:48"
containerImage: gcr.io/datadoghq/operator:1.6.0-rc.4
createdAt: "2024-05-07 19:18:51"
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.6.0-rc.3
name: datadog-operator.v1.6.0-rc.3
olm.skipRange: <1.6.0-rc.4
name: datadog-operator.v1.6.0-rc.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1016,7 +1016,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.6.0-rc.3
image: gcr.io/datadoghq/operator:1.6.0-rc.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1126,7 +1126,7 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.6.0-rc.3
version: 1.6.0-rc.4
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
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.6.0-rc.3
createdAt: "2024-05-02 15:15:48"
containerImage: gcr.io/datadoghq/operator:1.6.0-rc.4
createdAt: "2024-05-07 19:18:51"
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.6.0-rc.3
name: datadog-operator.v1.6.0-rc.3
olm.skipRange: <1.6.0-rc.4
name: datadog-operator.v1.6.0-rc.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1016,7 +1016,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.6.0-rc.3
image: gcr.io/datadoghq/operator:1.6.0-rc.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1126,7 +1126,7 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.6.0-rc.3
version: 1.6.0-rc.4
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
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.6.0-rc.3
newTag: 1.6.0-rc.4
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 630be2a

Please sign in to comment.