Skip to content

Commit 03ce981

Browse files
authored
Istio upgrade 1.14.x (#373)
1 parent e7b5861 commit 03ce981

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/terragrunt-dev.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ jobs:
203203
KUBERGRUNT_EXEC: ${{ github.workspace }}/tmp_bin/kubergrunt
204204
# TF_LOG: DEBUG
205205

206-
# - name: Testkube Pre-Apply
207-
# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
208-
# id: testkube
209-
# uses: ManagedKube/github-action-testkube@v1.0.14
210-
# with:
211-
# test-suite-name: 'infra-base'
212-
# cluster-name: ${{ env.ENVIRONMENT_NAME }}
206+
- name: Testkube Pre-Apply
207+
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
208+
id: testkube
209+
uses: ManagedKube/github-action-testkube@v1.0.15
210+
with:
211+
test-suite-name: 'infra-base'
212+
cluster-name: ${{ env.ENVIRONMENT_NAME }}
213213

214214
- name: Terragrunt Apply
215215
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
@@ -225,10 +225,10 @@ jobs:
225225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226226
KUBERGRUNT_EXEC: ${{ github.workspace }}/tmp_bin/kubergrunt
227227

228-
# - name: Testkube Post-Apply
229-
# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
230-
# id: testkube
231-
# uses: ManagedKube/github-action-testkube@v1.0.14
232-
# with:
233-
# test-suite-name: 'infra-base'
234-
# cluster-name: ${{ env.ENVIRONMENT_NAME }}
228+
- name: Testkube Post-Apply
229+
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
230+
id: testkube2
231+
uses: ManagedKube/github-action-testkube@v1.0.15
232+
with:
233+
test-suite-name: 'infra-base'
234+
cluster-name: ${{ env.ENVIRONMENT_NAME }}

terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/110-testkube/20-infra-base/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include {
44
}
55

66
terraform {
7-
source = "github.com/ManagedKube/kubernetes-ops.git//terraform-modules/aws/testkube/base-tests/test-suites/infra-base?ref=v2.0.11"
7+
source = "github.com/ManagedKube/kubernetes-ops.git//terraform-modules/aws/testkube/base-tests/test-suites/infra-base?ref=v2.0.43"
88
}
99

1010
dependency "eks" {

terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/200-istio/10-istio/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include {
44
}
55

66
terraform {
7-
source = "github.com/ManagedKube/kubernetes-ops.git//terraform-modules/aws/istio?ref=v2.0.17"
7+
source = "github.com/ManagedKube/kubernetes-ops.git//terraform-modules/aws/istio?ref=v2.0.44"
88
}
99

1010
dependency "eks" {

terraform-environments/aws/terragrunt-dev/us-east-1/terragrunt-dev/300-kubernetes/200-istio/40-istio-kiali/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ inputs = {
5959
repository = "https://kiali.org/helm-charts"
6060
official_chart_name = "kiali-operator"
6161
user_chart_name = "kiali-operator"
62-
helm_version = "1.53.0"
62+
helm_version = "1.55.0"
6363
namespace = "kiali-operator"
6464
helm_values = templatefile(
6565
"./values.yaml", {

0 commit comments

Comments
 (0)