Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.7 #227

Merged
merged 4 commits into from
Sep 16, 2024
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
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
Loading