File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh -l
2
2
3
- VERSION=3.3.1
3
+ VERSION=3.5.3
4
4
curl -sL https://get.helm.sh/helm-v${VERSION} -linux-amd64.tar.gz | tar xz
5
5
6
6
mkdir -p $GITHUB_WORKSPACE /bin
Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ jobs:
25
25
ISTIO_VER=${ISTIO_DIR##./istio-}
26
26
27
27
echo "Build manifests for ${ISTIO_VER} in dir ${ISTIO_DIR}"
28
- helm template ${ISTIO_DIR}/manifests/charts/istio-operator/ \
29
- --set hub=docker.io/istio \
30
- --set tag=${ISTIO_VER} \
31
- --set enableCRDTemplates=true \
32
- --set operatorNamespace=istio-operator \
33
- --set istioNamespace=istio-system > ./istio/operator/manifests.yaml
28
+ helm template --include-crds \
29
+ ${ISTIO_DIR}/manifests/charts/istio-operator/ > ./istio/operator/manifests.yaml
30
+
31
+ cat ${ISTIO_DIR}/samples/addons/prometheus.yaml > ./istio/system/prometheus.yaml
34
32
35
33
rm -rf ${ISTIO_DIR}
36
34
Original file line number Diff line number Diff line change 15
15
.DS_Store
16
16
temp /
17
17
bin /
18
+ istio- *
Original file line number Diff line number Diff line change @@ -4,11 +4,4 @@ metadata:
4
4
namespace : istio-system
5
5
name : istio-default
6
6
spec :
7
- profile : default
8
- components :
9
- pilot :
10
- k8s :
11
- resources :
12
- requests :
13
- cpu : 10m
14
- memory : 100Mi
7
+ profile : demo
You can’t perform that action at this time.
0 commit comments