Skip to content

Commit

Permalink
Merge pull request #271 from MattiasGees/istio-version
Browse files Browse the repository at this point in the history
Bump to latest Istio version for E2E tests
  • Loading branch information
jetstack-bot authored Feb 12, 2024
2 parents f4d185b + 5ba84bd commit aee65ad
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 115 deletions.
57 changes: 0 additions & 57 deletions make/config/istio/istio-config-1.16.2.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions make/config/istio/istio-config-1.16.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
spec:
profile: "minimal"
meshConfig:
# Change the following line to configure the trust domain of the Istio cluster.
trustDomain: foo.bar
values:
global:
# Change certificate provider to cert-manager istio agent for istio agent
caAddress: cert-manager-istio-csr.cert-manager.svc:443
components:
pilot:
k8s:
env:
# Disable istiod CA Sever functionality
- name: ENABLE_CA_SERVER
value: "false"
57 changes: 0 additions & 57 deletions make/config/istio/istio-config-1.17.2.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions make/config/istio/istio-config-1.17.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
spec:
profile: "minimal"
meshConfig:
# Change the following line to configure the trust domain of the Istio cluster.
trustDomain: foo.bar
values:
global:
# Change certificate provider to cert-manager istio agent for istio agent
caAddress: cert-manager-istio-csr.cert-manager.svc:443
components:
pilot:
k8s:
env:
# Disable istiod CA Sever functionality
- name: ENABLE_CA_SERVER
value: "false"
20 changes: 20 additions & 0 deletions make/config/istio/istio-config-1.18.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
spec:
profile: "minimal"
meshConfig:
# Change the following line to configure the trust domain of the Istio cluster.
trustDomain: foo.bar
values:
global:
# Change certificate provider to cert-manager istio agent for istio agent
caAddress: cert-manager-istio-csr.cert-manager.svc:443
components:
pilot:
k8s:
env:
# Disable istiod CA Sever functionality
- name: ENABLE_CA_SERVER
value: "false"
20 changes: 20 additions & 0 deletions make/config/istio/istio-config-1.19.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
spec:
profile: "minimal"
meshConfig:
# Change the following line to configure the trust domain of the Istio cluster.
trustDomain: foo.bar
values:
global:
# Change certificate provider to cert-manager istio agent for istio agent
caAddress: cert-manager-istio-csr.cert-manager.svc:443
components:
pilot:
k8s:
env:
# Disable istiod CA Sever functionality
- name: ENABLE_CA_SERVER
value: "false"
20 changes: 20 additions & 0 deletions make/config/istio/istio-config-1.20.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
spec:
profile: "minimal"
meshConfig:
# Change the following line to configure the trust domain of the Istio cluster.
trustDomain: foo.bar
values:
global:
# Change certificate provider to cert-manager istio agent for istio agent
caAddress: cert-manager-istio-csr.cert-manager.svc:443
components:
pilot:
k8s:
env:
# Disable istiod CA Sever functionality
- name: ENABLE_CA_SERVER
value: "false"
2 changes: 1 addition & 1 deletion make/test-e2e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ISTIO_VERSION ?= 1.17.2
ISTIO_VERSION ?= 1.20.2

$(bin_dir)/scratch/istioctl-$(ISTIO_VERSION): | $(bin_dir)/scratch/
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=$(ISTIO_VERSION) sh -
Expand Down

0 comments on commit aee65ad

Please sign in to comment.