Skip to content

Commit

Permalink
Release v4.4.15 (#1091)
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 Apr 12, 2022
1 parent 5adaef9 commit 9acf8b6
Show file tree
Hide file tree
Showing 24 changed files with 9,125 additions and 104 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/4.4.14/manifests /manifests/
COPY bundles/4.4.14/metadata /metadata/
COPY bundles/4.4.15/manifests /manifests/
COPY bundles/4.4.15/metadata /metadata/
7 changes: 7 additions & 0 deletions bundles/4.4.15/manifests/console-env_v1_configmap.yaml
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
19 changes: 19 additions & 0 deletions bundles/4.4.15/manifests/console_v1_service.yaml
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 9acf8b6

Please sign in to comment.