Skip to content

Commit

Permalink
Merge pull request #4 from plotly/5.3-sp-release
Browse files Browse the repository at this point in the history
backport: pull 5.3-sp harbor changes
  • Loading branch information
devinturner authored Apr 12, 2024
2 parents b2149e6 + 33def05 commit 251d6a2
Show file tree
Hide file tree
Showing 15 changed files with 1,126 additions and 38,695 deletions.
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

0 comments on commit 251d6a2

Please sign in to comment.