Skip to content

Commit

Permalink
Release v4.4.18 (#1123)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia authored May 17, 2022
1 parent b7d03de commit d78e812
Show file tree
Hide file tree
Showing 46 changed files with 43,917 additions and 7,440 deletions.
6 changes: 3 additions & 3 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM scratch
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=minio-operator
LABEL operators.operatorframework.io.bundle.package.v1=minio-operator-rhmp
LABEL operators.operatorframework.io.bundle.channels.v1=stable


# Copy files to locations specified by labels.
COPY bundles/4.4.17/manifests /manifests/
COPY bundles/4.4.17/metadata /metadata/
COPY bundles/redhat-marketplace/4.4.18/manifests /manifests/
COPY bundles/redhat-marketplace/4.4.18/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,19 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
name: console
name: console
spec:
ports:
- name: http
port: 9090
targetPort: 0
- name: https
port: 9443
targetPort: 0
selector:
app: console
status:
loadBalancer: {}
Loading

0 comments on commit d78e812

Please sign in to comment.