Skip to content

Commit

Permalink
use revision
Browse files Browse the repository at this point in the history
  • Loading branch information
zirain committed Apr 17, 2024
1 parent aef1e4b commit 9ccaafa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Namespace
metadata:
name: tetrate-istio-system
labels:
istio.io/rev: 1-18-1
aws.conformance.vendor: tetrate.io
aws.conformance.vendor-solution: tetrate-istio-distribution
aws.conformance.vendor-solution-version: 1.18.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ spec:
namespace: flux-system
version: 1.18.1
values:
tid-base:
defaultRevision: ""
revision: 1-18-1
tid-cni:
revision: 1-18-1
global:
istioNamespace: tetrate-istio-system
interval: 1m0s
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ spec:
jobTemplate:
spec:
template:
metadata:
labels:
sidecar.istio.io/inject: "false"
spec:
containers:
- name: tetrate-istiod-healthtest
image: 'alpine/k8s:1.26.2'
image: "alpine/k8s:1.26.2"
imagePullPolicy: Always
command:
- /bin/run-functional-tests.sh
Expand Down

0 comments on commit 9ccaafa

Please sign in to comment.