diff --git a/applications/argocd/production/applications/alert-hub-backend.yaml b/applications/argocd/production/applications/alert-hub-backend.yaml index 98f1f3a..5bb29d8 100644 --- a/applications/argocd/production/applications/alert-hub-backend.yaml +++ b/applications/argocd/production/applications/alert-hub-backend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-alert-hub-helm - targetRevision: 0.1.1-develop.cfa7aea0 + targetRevision: 0.1.1-develop.ca9d3c81 helm: valueFiles: - values-go-deploy.yaml diff --git a/applications/argocd/staging/applications/alert-hub-backend.yaml b/applications/argocd/staging/applications/alert-hub-backend.yaml index 5c0871f..c869fbf 100644 --- a/applications/argocd/staging/applications/alert-hub-backend.yaml +++ b/applications/argocd/staging/applications/alert-hub-backend.yaml @@ -36,8 +36,6 @@ spec: AZURE_STORAGE_STATIC_CONTAINER: alert-hub-staging-static-container AZURE_STORAGE_ACCOUNT_NAME: ifrctgo AZURE_STORAGE_MANAGED_IDENTITY: "true" - # Temporary - PREPAREMESSAGES_API_DOMAIN: https://api-preparemessages-stage.ifrc.org serviceAccount: annotations: azure.workload.identity/client-id: "99dd63fe-721e-4abb-b30d-e2b782d2893d" diff --git a/applications/argocd/staging/applications/montandon-etl.yaml b/applications/argocd/staging/applications/montandon-etl.yaml index b246ef9..2f40e55 100644 --- a/applications/argocd/staging/applications/montandon-etl.yaml +++ b/applications/argocd/staging/applications/montandon-etl.yaml @@ -9,8 +9,8 @@ spec: project: default source: repoURL: ghcr.io/ifrcgo/montandon-etl - chart: montandon-etl-helm-alpha - targetRevision: 0.1.1-project-fix-rabbitmq-ack-issue.c49f5d29 + chart: montandon-etl-helm + targetRevision: 0.1.1-develop.cc86b979 helm: valueFiles: - values/operators.yaml diff --git a/applications/go-api/azure-pipelines.yaml b/applications/go-api/azure-pipelines.yaml index 60912ac..412af5c 100644 --- a/applications/go-api/azure-pipelines.yaml +++ b/applications/go-api/azure-pipelines.yaml @@ -32,7 +32,7 @@ jobs: displayName: "Deploy staging instance of go-api" env: ENVIRONMENT: staging - VERSION: "0.0.2-develop.c1ad6162" + VERSION: "0.0.2-develop.c798960e" # For Azure CLI AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID) AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID) diff --git a/base-infrastructure/terraform/resources/aks.tf b/base-infrastructure/terraform/resources/aks.tf index ecdf11c..ae8440d 100644 --- a/base-infrastructure/terraform/resources/aks.tf +++ b/base-infrastructure/terraform/resources/aks.tf @@ -12,7 +12,7 @@ resource "azurerm_kubernetes_cluster" "ifrcgo" { # https://releases.aks.azure.com/ # https://endoflife.date/azure-kubernetes-service # renovate: datasource=github-tags depName=kubernetes/kubernetes - kubernetes_version = "1.34.0" + kubernetes_version = "1.35.3" default_node_pool { name = "nodepool1" diff --git a/base-infrastructure/terraform/resources/helm-argocd.tf b/base-infrastructure/terraform/resources/helm-argocd.tf index 240a672..747ee07 100644 --- a/base-infrastructure/terraform/resources/helm-argocd.tf +++ b/base-infrastructure/terraform/resources/helm-argocd.tf @@ -9,7 +9,7 @@ resource "helm_release" "argo-cd" { repository = "https://argoproj.github.io/argo-helm" namespace = "argocd" - version = "9.3.4" + version = "9.5.11" values = [ yamlencode({