diff --git a/VERSION b/VERSION index bd72758..f78dc36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.9.0-dev \ No newline at end of file +v0.10.0 \ No newline at end of file diff --git a/charts/quota-operator/Chart.yaml b/charts/quota-operator/Chart.yaml index dca1aa3..e31cdbc 100644 --- a/charts/quota-operator/Chart.yaml +++ b/charts/quota-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: quota-operator description: A Helm chart for the quota-operator type: application -version: v0.9.0 -appVersion: v0.9.0 +version: v0.10.0 +appVersion: v0.10.0 home: https://github.com/openmcp-project/quota-operator sources: - https://github.com/openmcp-project/quota-operator \ No newline at end of file diff --git a/charts/quota-operator/values.yaml b/charts/quota-operator/values.yaml index 0e325a8..bb790d3 100644 --- a/charts/quota-operator/values.yaml +++ b/charts/quota-operator/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/openmcp-project/images/quota-operator - tag: v0.9.0 + tag: v0.10.0 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/go.mod b/go.mod index 69179e9..99d1e09 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.38.0 github.com/openmcp-project/controller-utils v0.16.0 - github.com/openmcp-project/quota-operator/api v0.9.0 + github.com/openmcp-project/quota-operator/api v0.10.0 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.7 k8s.io/api v0.33.3