Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Pull Request - c2-production #2552

Merged
merged 10 commits into from
Jan 23, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
spec:
chart:
spec:
version: 1.3.0 # https://artifacthub.io/packages/helm/azure-workload-identity/workload-identity-webhook
version: 1.4.0 # https://artifacthub.io/packages/helm/azure-workload-identity/workload-identity-webhook
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
resources:
limits:
cpu: "1"
memory: "6Gi"
memory: "12Gi"
requests:
cpu: "1"
memory: "6Gi"
Expand All @@ -39,4 +39,4 @@ spec:
requests:
storage: 256Gi # P30
#Premium SSD Size P1 P2 P3 P4 P6 P10 P15 P20 P30 P40
# 4 8 16 32 64 128 256 512 1024 204
# 4 8 16 32 64 128 256 512 1024 204
16 changes: 8 additions & 8 deletions clusters/c2-production/postBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ spec:
BLOB_CSI_DRIVER: v1.25.0 # https://github.com/kubernetes-sigs/blob-csi-driver/releases
CERT_MANAGER_CLUSTER_ISSUER_DNZ_ZONE_MI: abdbd354-57e3-4bac-9fc6-b99ef03c0905 # MI radix-id-certmanager-c2
CERT_MANAGER_DNZ_ZONE_RESOURCE_GROUP: common-westeurope
CERT_MANAGER_VERSION: 1.16.1 # https://artifacthub.io/packages/helm/cert-manager/cert-manager
CERT_MANAGER_VERSION: 1.16.2 # https://artifacthub.io/packages/helm/cert-manager/cert-manager
COST_ALLOCATION_SQL_CLIENT_ID: e48dda41-942a-4b25-94a6-c017014abaa9
COST_ALLOCATION_SQL_SERVER: sql-radix-cost-allocation-c2.database.windows.net
EXTERNAL_SECRET_MI_CLIENT_ID: 88ab202e-494e-44c8-a543-a3bd0b499a87
EXTERNAL_SECRET_URL: https://radix-keyv-c2.vault.azure.net/
EXTERNAL_SECRETS: 0.10.5 # https://artifacthub.io/packages/helm/external-secrets-operator/external-secrets
EXTERNAL_SECRETS: 0.12.1 # https://artifacthub.io/packages/helm/external-secrets-operator/external-secrets
EXTMON_CLUSTER_ISSUER: "https://northeurope.oic.prod-aks.azure.com/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/a2d93ba1-cbde-4408-8979-c100cce7b448/"
FLUX_CONFIG_PATH: ./clusters/c2-production
GRAFANA_AR_CLIENT_ID: f5f73701-390c-4ab4-944c-4ece6ae493cd
GRAFANA_WI_CLIENT_ID: fa6ac394-78ec-4710-9923-77b772f5de74
GRAFANA_DB_HOST: s940-radix-grafana-c2-prod.mysql.database.azure.com
GRAFANA_DB_USERNAME: radix-id-grafana-admin-c2
GRAFANA_VERSION: 8.6.0 # https://artifacthub.io/packages/helm/grafana/grafana
KEDA_VERSION: 2.16.0 # https://artifacthub.io/packages/helm/kedacore/keda
KUBE_PROMETHEUS_STACK: 66.2.1 # https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
GRAFANA_VERSION: 8.8.2 # https://artifacthub.io/packages/helm/grafana/grafana
KEDA_VERSION: 2.16.1 # https://artifacthub.io/packages/helm/kedacore/keda
KUBE_PROMETHEUS_STACK: 67.9.0 # https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
KUBERNETES_REPLICATOR: v2.11.0 # https://github.com/mittwald/kubernetes-replicator
NGINX_VERSION: 4.11.3 # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
NGINX_VERSION: 4.12.0 # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
RADIX_ACR_CLEANUP_TAG: release-9461f408-1721287459 # {"$imagepolicy": "flux-system:radix-acr-cleanup:tag"}
radix_acr_repo_url: radixc2prod.azurecr.io
RADIX_APP_ACR_REPO_URL: radixc2app.azurecr.io
Expand All @@ -50,9 +50,9 @@ spec:
RADIX_ZONE_MIGRATE: c2
TEKTON_VERSION: v0.53.0
velero_plugin_acr_image: radixc2prod.azurecr.io/radix-velero-plugin:release-20cc2933-1734435749 # {"$imagepolicy": "flux-system:radix-velero-plugin"}
velero_plugin_azure: v1.11.0 # https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
velero_plugin_azure: v1.11.1 # https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
VELERO_MI_CLIENT_ID: 1275007a-e9e9-484c-af66-941d864c2a63
VELERO_VERSION: 7.1.0 # https://artifacthub.io/packages/helm/vmware-tanzu/velero
VELERO_VERSION: 8.2.0 # https://artifacthub.io/packages/helm/vmware-tanzu/velero
VULNERABILITY_SCANNER_SQL_CLIENT_ID: 7264db03-2c4a-47b7-87d2-1bdfcc188131
VULNERABILITY_SCANNER_SQL_SERVER: sql-radix-vulnerability-scan-c2.database.windows.net
RADIX_SECCOMP_PROFILE_INSTALLER_IMAGE: radixc2cache.azurecr.io/alpine:3.20
Expand Down
Loading