Skip to content

Commit

Permalink
release v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Nov 3, 2022
1 parent 2a13302 commit 7cb426a
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 @@ -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.1
olm.skipRange: <1.0.0-rc.1
name: datadog-operator.v1.0.0-rc.1
containerImage: gcr.io/datadoghq/operator:1.0.0-rc.2
olm.skipRange: <1.0.0-rc.2
name: datadog-operator.v1.0.0-rc.2
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.1
image: gcr.io/datadoghq/operator:1.0.0-rc.2
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.1
version: 1.0.0-rc.2
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.0.0-rc.1
newTag: 1.0.0-rc.2
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 7cb426a

Please sign in to comment.