Skip to content

Commit

Permalink
update bundle files following 1.4 release (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Feb 22, 2024
1 parent a4cf7a3 commit f0002a0
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 8 deletions.
14 changes: 8 additions & 6 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Expand Up @@ -144,9 +144,11 @@ 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.3.0
olm.skipRange: <1.3.0
name: datadog-operator.v1.3.0
containerImage: gcr.io/datadoghq/operator:1.4.0
createdAt: "2024-02-22 01:17:16"
support: Datadog, Inc.
olm.skipRange: <1.4.0
name: datadog-operator.v1.4.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -917,7 +919,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.3.0
image: gcr.io/datadoghq/operator:1.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1015,5 +1017,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.3.0
replaces: 1.2.1
version: 1.4.0
replaces: datadog-operator.v1.3.0
65 changes: 64 additions & 1 deletion bundle/manifests/datadoghq.com_datadogagents.yaml
Expand Up @@ -13608,6 +13608,10 @@ spec:
description: ClusterName sets a unique cluster name for the deployment
to easily scope monitoring data in the Datadog app.
type: string
containerStrategy:
description: 'ContainerStrategy determines whether agents run
in a single or multiple containers. Default: ''optimized'''
type: string
credentials:
description: Credentials defines the Datadog credentials used
to submit data to/query data from Datadog.
Expand Down Expand Up @@ -13655,6 +13659,11 @@ spec:
description: Path to the container runtime socket (if different
from Docker).
type: string
disableNonResourceRules:
description: Set DisableNonResourceRules to exclude NonResourceURLs
from default ClusterRoles. Required 'true' for Google Cloud
Marketplace.
type: boolean
dockerSocketPath:
description: Path to the docker runtime socket.
type: string
Expand Down Expand Up @@ -17824,7 +17833,8 @@ spec:
description: DatadogAgentStatus defines the observed state of DatadogAgent.
properties:
agent:
description: The actual state of the Agent as an extended daemonset.
description: The combined actual state of all Agents as daemonsets
or extended daemonsets.
properties:
available:
description: Number of available pods in the DaemonSet.
Expand Down Expand Up @@ -17870,6 +17880,59 @@ spec:
- ready
- upToDate
type: object
agentList:
description: The actual state of the Agent as a daemonset or an extended
daemonset.
items:
description: DaemonSetStatus defines the observed state of Agent
running as DaemonSet.
properties:
available:
description: Number of available pods in the DaemonSet.
format: int32
type: integer
current:
description: Number of current pods in the DaemonSet.
format: int32
type: integer
currentHash:
description: CurrentHash is the stored hash of the DaemonSet.
type: string
daemonsetName:
description: DaemonsetName corresponds to the name of the created
DaemonSet.
type: string
desired:
description: Number of desired pods in the DaemonSet.
format: int32
type: integer
lastUpdate:
description: LastUpdate is the last time the status was updated.
format: date-time
type: string
ready:
description: Number of ready pods in the DaemonSet.
format: int32
type: integer
state:
description: State corresponds to the DaemonSet state.
type: string
status:
description: Status corresponds to the DaemonSet computed status.
type: string
upToDate:
description: Number of up to date pods in the DaemonSet.
format: int32
type: integer
required:
- available
- current
- desired
- ready
- upToDate
type: object
type: array
x-kubernetes-list-type: atomic
clusterAgent:
description: The actual state of the Cluster Agent as a deployment.
properties:
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/datadoghq.com_datadogmonitors.yaml
Expand Up @@ -113,6 +113,10 @@ spec:
and 24 hours is used for service checks.
format: int64
type: integer
notificationPresetName:
description: An enum that toggles the display of additional content
sent in the monitor notification.
type: string
notifyAudit:
description: A Boolean indicating whether tagged users are notified
on changes to this monitor.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Expand Up @@ -3,6 +3,6 @@ resources:
images:
- name: controller
newName: gcr.io/datadoghq/operator
newTag: 1.3.0
newTag: 1.4.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit f0002a0

Please sign in to comment.