Skip to content

Commit

Permalink
Add missing configmaps for kourier e2e tests (#6149)
Browse files Browse the repository at this point in the history
* Add missing configmaps for kourier e2e tests

* Update kourier version to v0.3.3
  • Loading branch information
jmprusi authored and knative-prow-robot committed Dec 5, 2019
1 parent 28f161f commit ca12f57
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion third_party/kourier-latest/download-kourier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -ex

# Download Kourier
KOURIER_VERSION=0.3.1
KOURIER_VERSION=0.3.3
KOURIER_YAML=kourier-knative.yaml
DOWNLOAD_URL=https://raw.githubusercontent.com/3scale/kourier/v${KOURIER_VERSION}/deploy/${KOURIER_YAML}

Expand All @@ -29,6 +29,18 @@ kind: Namespace
metadata:
name: kourier-system
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-logging
namespace: kourier-system
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-observability
namespace: kourier-system
---
EOF

cat ${KOURIER_YAML} \
Expand Down
14 changes: 13 additions & 1 deletion third_party/kourier-latest/kourier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ metadata:
name: kourier-system
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-logging
namespace: kourier-system
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-observability
namespace: kourier-system
---
apiVersion: v1
kind: Service
metadata:
name: kourier
Expand Down Expand Up @@ -94,7 +106,7 @@ spec:
app: 3scale-kourier-control
spec:
containers:
- image: quay.io/3scale/kourier:v0.3.1
- image: quay.io/3scale/kourier:v0.3.3
imagePullPolicy: Always
name: kourier-control
resources: {}
Expand Down

0 comments on commit ca12f57

Please sign in to comment.