From 82f57fdc71188d0c904d50ec242c0a1b3bb6be94 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Sat, 17 Aug 2024 15:19:35 +0200 Subject: [PATCH] feat(publick8s/get.jenkins.io) bump mirrorbits chart from 2.x to 4.x (#5568) Signed-off-by: Damien Duportal --- clusters/publick8s.yaml | 2 +- config/get-jenkins-io.yaml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/clusters/publick8s.yaml b/clusters/publick8s.yaml index 15749a06d..50a4dacbd 100644 --- a/clusters/publick8s.yaml +++ b/clusters/publick8s.yaml @@ -181,7 +181,7 @@ releases: - name: get-jenkins-io namespace: get-jenkins-io chart: jenkins-infra/mirrorbits-parent - version: 2.1.1 + version: 4.0.0 values: - "../config/get-jenkins-io.yaml" secrets: diff --git a/config/get-jenkins-io.yaml b/config/get-jenkins-io.yaml index 4d35d5049..3108f4bb5 100644 --- a/config/get-jenkins-io.yaml +++ b/config/get-jenkins-io.yaml @@ -85,6 +85,38 @@ mirrorbits: values: - mirrorbits topologyKey: "kubernetes.io/hostname" + config: + gzip: true + traceFile: /TIME + redis: + address: jenkins-mirrorbits.redis.cache.windows.net:6379 + # password is stored in SOPS secrets + ## RedisDB - Use 1 for staging and 0 for production + dbId: 0 + scanInterval: 10 + repositoryScanInterval: 5 + checkInterval: 1 + disallowRedirects: true + disableOnMissingFile: true + fallbacks: + - url: https://archives.jenkins.io/ + countryCode: DE + continentCode: EU + geoipdata: + persistentData: + enabled: true + capacity: 1Gi + storageClassName: statically-provisionned + csi: + driver: file.csi.azure.com + fsType: ext4 + nodeStageSecretRef: + name: geoip-data + namespace: geoip-data + volumeAttributes: + resourceGroup: publick8s + shareName: geoip-data + volumeHandle: https://publick8spvdata.file.core.windows.net/geoip-data httpd: enabled: true