diff --git a/big-ip/terraform/infrastructure/files/aws-bootstrap-big-ip-instances.tpl b/big-ip/terraform/infrastructure/files/aws-bootstrap-big-ip-instances.tpl index 4a9f05f9..38d21ad3 100644 --- a/big-ip/terraform/infrastructure/files/aws-bootstrap-big-ip-instances.tpl +++ b/big-ip/terraform/infrastructure/files/aws-bootstrap-big-ip-instances.tpl @@ -60,20 +60,23 @@ bigip_ready_enabled: [] extension_packages: install_operations: - extensionType: do - extensionVersion: 1.37.0 - extensionHash: 25dd5256f9fa563e9b2ef9df228d5b01df1aef6b143d7e1c7b9daac822fb91ef + extensionVersion: 1.39.0 + extensionHash: 4a67449195a53683a159b42857edd49a757da1a5a2029ccf94c4d6aa11ae4cda - extensionType: as3 - extensionVersion: 3.44.0 - extensionHash: 78ecc5a0d3d6410dabb8cc2a80d3a7287a524b6f7ad4c8ff2c83f11947f597db + extensionVersion: 3.46.0 + extensionHash: 9550bcdcd1ffe1f002fa5e3c71b8818877d9c7e161f5c68027c82ad85e56e924 - extensionType: ts extensionVersion: 1.33.0 extensionHash: 573d8cf589d545b272250ea19c9c124cf8ad5bcdd169dbe2139e82ce4d51a449 + - extensionType: fast + extensionVersion: 1.25.0 + extensionHash: 434309179af405e6b663e255d4d3c0a1fd45cac9b561370e350bb8dd8b39761f extension_services: service_operations: - extensionType: do type: inline value: - schemaVersion: 1.0.0 + schemaVersion: 1.39.0 class: Device async: true label: Example 3NIC BIG-IP with Runtime-Init diff --git a/big-ip/terraform/infrastructure/files/azure-bootstrap-big-ip-instances.tpl b/big-ip/terraform/infrastructure/files/azure-bootstrap-big-ip-instances.tpl index f509f9c4..44e946d4 100644 --- a/big-ip/terraform/infrastructure/files/azure-bootstrap-big-ip-instances.tpl +++ b/big-ip/terraform/infrastructure/files/azure-bootstrap-big-ip-instances.tpl @@ -68,14 +68,23 @@ bigip_ready_enabled: [] extension_packages: install_operations: - extensionType: do - extensionVersion: 1.35.0 - extensionHash: 44df23fab10547d5cb0999689b2f9b2a01d7a82e616898b5ccd57172876d2793 + extensionVersion: 1.39.0 + extensionHash: 4a67449195a53683a159b42857edd49a757da1a5a2029ccf94c4d6aa11ae4cda + - extensionType: as3 + extensionVersion: 3.46.0 + extensionHash: 9550bcdcd1ffe1f002fa5e3c71b8818877d9c7e161f5c68027c82ad85e56e924 + - extensionType: ts + extensionVersion: 1.33.0 + extensionHash: 573d8cf589d545b272250ea19c9c124cf8ad5bcdd169dbe2139e82ce4d51a449 + - extensionType: fast + extensionVersion: 1.25.0 + extensionHash: 434309179af405e6b663e255d4d3c0a1fd45cac9b561370e350bb8dd8b39761f extension_services: service_operations: - extensionType: do type: inline value: - schemaVersion: 1.35.0 + schemaVersion: 1.39.0 class: Device async: true label: BIG-IP with Runtime-Init diff --git a/big-ip/terraform/infrastructure/variables.auto.tfvars b/big-ip/terraform/infrastructure/variables.auto.tfvars index fbca6933..7d606049 100644 --- a/big-ip/terraform/infrastructure/variables.auto.tfvars +++ b/big-ip/terraform/infrastructure/variables.auto.tfvars @@ -4,7 +4,7 @@ tag_owner = "j.calalang@f5.com" tag_resource_type = "big-ip" tag_environment = "lab" bigip_ready = "300s" -bigip_runtime_init_package_url = "https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v1.5.2/dist/f5-bigip-runtime-init-1.5.2-1.gz.run" +bigip_runtime_init_package_url = "https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v1.6.2/dist/f5-bigip-runtime-init-1.6.2.gz.run" allowed_ips = ["208.100.170.10/32", "66.175.245.6/32"] # Pull from https://api.github.com/meta diff --git a/kubernetes/terraform/configuration/files/manifests/argo/argo-repo-onlineboutique.yaml b/kubernetes/terraform/configuration/files/manifests/argo/argo-repo-onlineboutique.yaml deleted file mode 100644 index ae3cd026..00000000 --- a/kubernetes/terraform/configuration/files/manifests/argo/argo-repo-onlineboutique.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: onlineboutique - namespace: argocd - labels: - argocd.argoproj.io/secret-type: repository -stringData: - enableOCI: "true" - type: helm - url: us-docker.pkg.dev/online-boutique-ci/charts diff --git a/kubernetes/terraform/configuration/helm-releases.tf b/kubernetes/terraform/configuration/helm-releases.tf index bc5414a2..a6bf7676 100644 --- a/kubernetes/terraform/configuration/helm-releases.tf +++ b/kubernetes/terraform/configuration/helm-releases.tf @@ -185,6 +185,16 @@ resource "helm_release" "nginx-plus-ingress" { value = "true" } + set { + name = "controller.globalConfiguration.spec" + value = <