Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bundle/manifests/iofog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2026-03-04T00:51:24Z"
createdAt: "2026-03-05T10:05:56Z"
operators.operatorframework.io/builder: operator-sdk-v1.37.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: iofog-operator.v3.7.0
name: iofog-operator.v3.7.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -173,7 +173,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: iofog-operator
image: ghcr.io/datasance/operator:3.7.0
image: ghcr.io/datasance/operator:3.7.1
imagePullPolicy: Always
name: iofog-operator
resources: {}
Expand All @@ -200,4 +200,4 @@ spec:
minKubeVersion: 1.18.0
provider:
name: Datasance
version: 3.7.0
version: 3.7.1
2 changes: 1 addition & 1 deletion config/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: ghcr.io/datasance/operator
newName: ghcr.io/datasance/operator
newTag: 3.7.0
newTag: 3.7.1
Loading