Skip to content

Commit

Permalink
Release v4.4.14 (#1081)
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 1, 2022
1 parent 0d26a5e commit 1e35dbf
Show file tree
Hide file tree
Showing 24 changed files with 9,123 additions and 102 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.13/manifests /manifests/
COPY bundles/4.4.13/metadata /metadata/
COPY bundles/4.4.14/manifests /manifests/
COPY bundles/4.4.14/metadata /metadata/
7 changes: 7 additions & 0 deletions bundles/4.4.14/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.14/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 1e35dbf

Please sign in to comment.