Skip to content

Commit 6bb36b9

Browse files
authored
Release v4.5.1 (minio#1295)
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent 53b41fc commit 6bb36b9

File tree

52 files changed

+29816
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+29816
-157
lines changed

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ LABEL operators.operatorframework.io.bundle.package.v1=minio-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=stable
99

1010
# Copy files to locations specified by labels.
11-
COPY bundles/community-operators/4.5.0/manifests /manifests/
12-
COPY bundles/community-operators/4.5.0/metadata /metadata/
11+
COPY bundles/community-operators/4.5.1/manifests /manifests/
12+
COPY bundles/community-operators/4.5.1/metadata /metadata/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
data:
3+
CONSOLE_PORT: "9090"
4+
CONSOLE_TLS_PORT: "9443"
5+
kind: ConfigMap
6+
metadata:
7+
name: console-env
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
annotations:
5+
kubernetes.io/service-account.name: console-sa
6+
name: console-sa-secret
7+
type: kubernetes.io/service-account-token
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
name: console
7+
name: console
8+
spec:
9+
ports:
10+
- name: http
11+
port: 9090
12+
targetPort: 0
13+
- name: https
14+
port: 9443
15+
targetPort: 0
16+
selector:
17+
app: console
18+
status:
19+
loadBalancer: {}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
name: console
7+
name: console
8+
spec:
9+
ports:
10+
- name: http
11+
port: 9090
12+
targetPort: 0
13+
- name: https
14+
port: 9443
15+
targetPort: 0
16+
selector:
17+
app: console
18+
status:
19+
loadBalancer: {}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
annotations:
5+
kubernetes.io/service-account.name: console-sa
6+
name: console-sa-secret
7+
type: kubernetes.io/service-account-token
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
data:
3+
CONSOLE_PORT: "9090"
4+
CONSOLE_TLS_PORT: "9443"
5+
kind: ConfigMap
6+
metadata:
7+
name: console-env

0 commit comments

Comments
 (0)