Skip to content

Commit b84a9d2

Browse files
authored
release v0.12.0 (#42)
1 parent 0983e5f commit b84a9d2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.11.0-dev
1+
v0.12.0

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: v0.11.0
6-
appVersion: v0.11.0
5+
version: v0.12.0
6+
appVersion: v0.12.0

charts/project-workspace-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ deployment:
1717
leaseNamespace: default
1818

1919
image:
20-
repository: ghcr.io/openmcp-project/github.com/openmcp-project/project-workspace-operator/images/project-workspace-operator
20+
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: v0.11.0
23+
tag: v0.12.0
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.23.4
88
github.com/onsi/gomega v1.37.0
99
github.com/openmcp-project/controller-utils v0.6.0
10-
github.com/openmcp-project/project-workspace-operator/api v0.11.0
10+
github.com/openmcp-project/project-workspace-operator/api v0.12.0
1111
github.com/stretchr/testify v1.10.0
1212
k8s.io/api v0.33.0
1313
k8s.io/apimachinery v0.33.0

0 commit comments

Comments
 (0)