Skip to content

Commit

Permalink
Merge release v0.1.7
Browse files Browse the repository at this point in the history
Release v0.1.7
  • Loading branch information
roehrich-hpe authored Sep 16, 2024
2 parents a78ba3c + 80e687a commit 10d788d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
12 changes: 6 additions & 6 deletions config/kind/webhook_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
spec:
replicas: 1
template:
spec:
containers:
- name: webhook
env:
- name: ENVIRONMENT
value: "kind"
spec:
containers:
- name: webhook
env:
- name: ENVIRONMENT
value: "kind"
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.6
newTag: 0.1.7
5 changes: 0 additions & 5 deletions hack/make-kustomization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ patches:
patch: |-
$COMPONENT_LABELS
$NNF_VER_LABELS
- target:
kind: DaemonSet
patch: |-
$COMPONENT_LABELS
$NNF_VER_LABELS
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Expand Down

0 comments on commit 10d788d

Please sign in to comment.