Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions applications/argocd/staging/applications/montandon-etl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion applications/go-api/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion base-infrastructure/terraform/resources/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion base-infrastructure/terraform/resources/helm-argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Loading