Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add 2.10.x to the known constraints #3

Merged
merged 2 commits into from
Mar 28, 2024
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ clean:

# find or download controller-gen
# download controller-gen if necessary
CONTROLLER_GEN_VERSION := 0.9.2
CONTROLLER_GEN_VERSION := 0.14.0
CONTROLLER_GEN := $(BIN)/controller-gen

.PHONY: controller-gen
Expand Down Expand Up @@ -668,7 +668,7 @@ $(GORELEASER):

# find or download stringer
# download stringer if necessary
STRINGER_VERSION := v0.1.12
STRINGER_VERSION := v0.19.0
STRINGER := $(BIN)/stringer

.PHONY: stringer
Expand Down
10 changes: 6 additions & 4 deletions apis/goharbor.io/v1alpha3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions apis/goharbor.io/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion apis/meta/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions charts/harbor-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ dependencies:
- name: redis-operator
repository: https://spotahome.github.io/redis-operator
version: 3.1.4
- name: postgres-operator
repository: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
version: 1.7.0
digest: sha256:a457f468187c5ac3e0279e64e9a565335b0a5455400ccc818f29e4758c8074d0
generated: "2023-02-22T10:57:46.632256448+01:00"
digest: sha256:e8d0086622f37d4bbfece5e0379fa21a7eb86915d815db6860547f4f22ac4f4a
generated: "2024-03-28T16:26:11.634972141-04:00"
6 changes: 0 additions & 6 deletions charts/harbor-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,3 @@ dependencies:
repository: https://spotahome.github.io/redis-operator
tags:
- cache
- name: postgres-operator
version: 1.7.0
condition: postgres-operator.enabled
repository: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
tags:
- database
1 change: 0 additions & 1 deletion charts/harbor-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: '{{ include "chart.fullname" . }}-harbor-operator-role'
rules:
- apiGroups:
Expand Down
Loading