Skip to content

Commit

Permalink
Merge release v0.1.8
Browse files Browse the repository at this point in the history
Release v0.1.8
  • Loading branch information
roehrich-hpe authored Dec 9, 2024
2 parents 10d788d + 74afffb commit edb9ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/v1alpha2/owner_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func MatchingOwner(owner metav1.Object) client.MatchingLabels {
OwnerKindLabel: reflect.Indirect(reflect.ValueOf(owner)).Type().Name(),
OwnerNameLabel: owner.GetName(),
OwnerNamespaceLabel: owner.GetNamespace(),
OwnerUidLabel: string(owner.GetUID()),
})
}

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/dataworkflowservices/dws
newTag: 0.1.7
newTag: 0.1.8

0 comments on commit edb9ff9

Please sign in to comment.