Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Aug 3, 2023
1 parent f770558 commit af3833f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@ -92,9 +92,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.1.0-rc.5
olm.skipRange: <1.1.0-rc.5
name: datadog-operator.v1.1.0-rc.5
containerImage: gcr.io/datadoghq/operator:1.1.0
olm.skipRange: <1.1.0
name: datadog-operator.v1.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -829,7 +829,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.1.0-rc.5
image: gcr.io/datadoghq/operator:1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -939,7 +939,7 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.1.0-rc.5
version: 1.1.0
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.1.0-rc.5
newTag: 1.1.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit af3833f

Please sign in to comment.