Skip to content

Commit

Permalink
release v1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Dec 6, 2022
1 parent bfc4a89 commit 0760e88
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ 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.0.0-rc.3
olm.skipRange: <1.0.0-rc.3
name: datadog-operator.v1.0.0-rc.3
containerImage: gcr.io/datadoghq/operator:1.0.0-rc.4
olm.skipRange: <1.0.0-rc.4
name: datadog-operator.v1.0.0-rc.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -828,7 +828,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.0.0-rc.3
image: gcr.io/datadoghq/operator:1.0.0-rc.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -930,7 +930,7 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.0.0-rc.3
version: 1.0.0-rc.4
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
10 changes: 7 additions & 3 deletions bundle/manifests/datadoghq.com_datadogagents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12753,14 +12753,18 @@ spec:
description: AdmissionController configuration.
properties:
agentCommunicationMode:
description: agentCommunicationMode corresponds to the mode
description: AgentCommunicationMode corresponds to the mode
used by the Datadog application libraries to communicate
with the Agent. It can be "hostip", "service", or "socket".
type: string
enabled:
description: 'Enabled enables the Admission Controller. Default:
false'
type: boolean
failurePolicy:
description: FailurePolicy determines how unrecognized and
timeout errors are handled.
type: string
mutateUnlabelled:
description: 'MutateUnlabelled enables config injection without
the need of pod label ''admission.datadoghq.com/enabled="true"''.
Expand Down Expand Up @@ -12797,7 +12801,7 @@ spec:
unixDomainSocketConfig:
description: 'UnixDomainSocketConfig contains socket configuration.
See also: https://docs.datadoghq.com/agent/kubernetes/apm/?tab=helm#agent-environment-variables
Enabled Default: true Path Default: `/var/run/datadog/apm/apm.socket`'
Enabled Default: true Path Default: `/var/run/datadog/apm.socket`'
properties:
enabled:
description: 'Enabled enables Unix Domain Socket. Default:
Expand Down Expand Up @@ -13036,7 +13040,7 @@ spec:
unixDomainSocketConfig:
description: 'UnixDomainSocketConfig contains socket configuration.
See also: https://docs.datadoghq.com/agent/kubernetes/apm/?tab=helm#agent-environment-variables
Enabled Default: true Path Default: `/var/run/datadog/statsd/dsd.socket`'
Enabled Default: true Path Default: `/var/run/datadog/dsd.socket`'
properties:
enabled:
description: 'Enabled enables Unix Domain Socket. Default:
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.0.0-rc.3
newTag: 1.0.0-rc.4
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 0760e88

Please sign in to comment.