Skip to content
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.1
v0.7.0
4 changes: 2 additions & 2 deletions charts/quota-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: quota-operator
description: A Helm chart for the quota-operator
type: application
version: v0.6.1
appVersion: v0.6.1
version: v0.7.0
appVersion: v0.7.0
home: https://github.com/openmcp-project/quota-operator
sources:
- https://github.com/openmcp-project/quota-operator
2 changes: 1 addition & 1 deletion charts/quota-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/openmcp-project/images/quota-operator
tag: v0.6.1
tag: v0.7.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
github.com/openmcp-project/controller-utils v0.11.0
github.com/openmcp-project/quota-operator/api v0.6.1
github.com/openmcp-project/quota-operator/api v0.7.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
k8s.io/api v0.33.2
Expand Down