Skip to content

Commit

Permalink
Fix tags and references (#2304)
Browse files Browse the repository at this point in the history
This update is the result of the command `make regen-crd`:

* Set `operator.min.io/version` to be release v6.0.3

* Update mc release version to `quay.io/minio/mc:RELEASE.2024-08-17T11-33-50Z`

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Sep 3, 2024
1 parent 7352650 commit bada434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/operator/templates/job.min.io_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ spec:
x-kubernetes-map-type: atomic
type: array
mcImage:
default: quay.io/minio/mc:RELEASE.2024-08-17T01-24-54Z
default: quay.io/minio/mc:RELEASE.2024-08-17T11-33-50Z
type: string
securityContext:
properties:
Expand Down
2 changes: 1 addition & 1 deletion helm/operator/templates/sts.min.io_policybindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
operator.min.io/version: v5.0.15
operator.min.io/version: v6.0.3
name: policybindings.sts.min.io
spec:
group: sts.min.io
Expand Down
2 changes: 1 addition & 1 deletion resources/base/crds/job.min.io_miniojobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ spec:
x-kubernetes-map-type: atomic
type: array
mcImage:
default: quay.io/minio/mc:RELEASE.2024-08-17T01-24-54Z
default: quay.io/minio/mc:RELEASE.2024-08-17T11-33-50Z
type: string
securityContext:
properties:
Expand Down
2 changes: 1 addition & 1 deletion resources/base/crds/sts.min.io_policybindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
operator.min.io/version: v5.0.15
operator.min.io/version: v6.0.3
name: policybindings.sts.min.io
spec:
group: sts.min.io
Expand Down

0 comments on commit bada434

Please sign in to comment.