Skip to content

Commit

Permalink
Release v5.0.1 (#1531)
Browse files Browse the repository at this point in the history
* Release v5.0.1

Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com>

* Update docs/policybinding_crd.adoc

Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>

* remove binary

Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com>

---------

Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com>
Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>
  • Loading branch information
dvaldivia and pjuarezd committed Mar 28, 2023
1 parent c73ceaf commit d03f1d6
Show file tree
Hide file tree
Showing 179 changed files with 13,538 additions and 282 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ generate-code:
generate-openshift-manifests:
@./olm.sh

release: generate-openshift-manifests
release: assets generate-openshift-manifests
@./release.sh


Expand Down
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LABEL operators.operatorframework.io.bundle.package.v1=minio-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable

# Copy files to locations specified by labels.
COPY bundles/community-operators/5.0.0/manifests /manifests/
COPY bundles/community-operators/5.0.0/metadata /metadata/
COPY bundles/community-operators/5.0.1/manifests /manifests/
COPY bundles/community-operators/5.0.1/metadata /metadata/
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
data:
CONSOLE_PORT: "9090"
CONSOLE_TLS_PORT: "9443"
kind: ConfigMap
metadata:
name: console-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
annotations:
kubernetes.io/service-account.name: console-sa
name: console-sa-secret
type: kubernetes.io/service-account-token
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/instance: minio-operator
app.kubernetes.io/name: operator
name: console
name: console
spec:
ports:
- name: http
port: 9090
targetPort: 0
- name: https
port: 9443
targetPort: 0
selector:
app: console
status:
loadBalancer: {}

0 comments on commit d03f1d6

Please sign in to comment.