Skip to content

Commit

Permalink
Release v4.4.20 (#1139)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshavardhana <harsha@minio.io>
  • Loading branch information
harshavardhana authored May 22, 2022
1 parent ed542c8 commit 1c67740
Show file tree
Hide file tree
Showing 38 changed files with 18,165 additions and 137 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ LABEL operators.operatorframework.io.bundle.channels.v1=stable


# Copy files to locations specified by labels.
COPY bundles/redhat-marketplace/4.4.19/manifests /manifests/
COPY bundles/redhat-marketplace/4.4.19/metadata /metadata/
COPY bundles/redhat-marketplace/4.4.20/manifests /manifests/
COPY bundles/redhat-marketplace/4.4.20/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,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 1c67740

Please sign in to comment.