Skip to content

Commit 2bffff3

Browse files
authored
fix: specify crds path (#143)
* fix: specify crds path * feat: release v1.0.1
1 parent c273ae6 commit 2bffff3

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ includes:
2121
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/core/v1alpha1/...'
2222
COMPONENTS: 'project-workspace-operator'
2323
CRDS_COMPONENTS: 'project-workspace-operator'
24+
CRDS_PATH: '{{.ROOT_DIR}}/api/crds/manifests'
2425
REPO_URL: 'https://github.com/openmcp-project/project-workspace-operator'
2526
ENVTEST_REQUIRED: "true"
2627

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0-dev
1+
v1.0.1

charts/project-workspace-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: project-workspace-operator
33
description: A Helm chart for the project-workspace-operator
44
type: application
5-
version: v1.0.0
6-
appVersion: v1.0.0
5+
version: v1.0.1
6+
appVersion: v1.0.1

charts/project-workspace-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image:
2020
repository: ghcr.io/openmcp-project/images/project-workspace-operator
2121
pullPolicy: IfNotPresent
2222
# Overrides the image tag whose default is the chart appVersion.
23-
tag: v1.0.0
23+
tag: v1.0.1
2424

2525
imagePullSecrets: []
2626
nameOverride: ""

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/onsi/ginkgo/v2 v2.27.2
88
github.com/onsi/gomega v1.38.2
99
github.com/openmcp-project/controller-utils v0.23.4
10-
github.com/openmcp-project/project-workspace-operator/api v1.0.0
10+
github.com/openmcp-project/project-workspace-operator/api v1.0.1
1111
github.com/stretchr/testify v1.11.1
1212
k8s.io/api v0.34.1
1313
k8s.io/apimachinery v0.34.1

0 commit comments

Comments
 (0)