Skip to content

WIP: A new version of gitlab (13.5.2) is available

FDO helm bot requested to merge upgrade-to-13.5.2 into master

current diff:

--- current-deployment.yaml
+++ future-deployment.yaml
@@ -62,7 +62,7 @@
   namespace: default
   labels:
     app: gitaly
-    chart: gitaly-4.5.1
+    chart: gitaly-4.5.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -80,7 +80,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -98,7 +98,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.5.1
+    chart: webservice-4.5.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -469,7 +469,7 @@
   namespace: default
   labels:
     app: gitaly
-    chart: gitaly-4.5.1
+    chart: gitaly-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -547,7 +547,7 @@
   namespace: default
   labels:
     app: gitlab-exporter
-    chart: gitlab-exporter-4.5.1
+    chart: gitlab-exporter-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -627,7 +627,7 @@
   labels:
     gitlab_grafana_datasource: "true"
     app: gitlab-grafana
-    chart: gitlab-grafana-4.5.1
+    chart: gitlab-grafana-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -654,7 +654,7 @@
   namespace: default
   labels:
     app: gitlab-grafana
-    chart: gitlab-grafana-4.5.1
+    chart: gitlab-grafana-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -686,7 +686,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -847,7 +847,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -911,7 +911,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -925,7 +925,7 @@
   namespace: default
   labels:
     app: task-runner
-    chart: task-runner-4.5.1
+    chart: task-runner-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -1145,7 +1145,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.5.1
+    chart: webservice-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -1380,7 +1380,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.5.1
+    chart: webservice-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -2452,12 +2452,12 @@
   namespace: default
   labels:
     app: gitlab
-    chart: gitlab-4.5.1
+    chart: gitlab-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
-  gitlabVersion: "13.5.1"
-  gitlabChartVersion: "4.5.1"
+  gitlabVersion: "13.5.2"
+  gitlabChartVersion: "4.5.2"
 
 ---
 # Source: helm-gitlab-omnibus/charts/gitlab/templates/initdb-configmap.yaml
@@ -2468,7 +2468,7 @@
   namespace: default
   labels:
     app: gitlab
-    chart: gitlab-4.5.1
+    chart: gitlab-4.5.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -11084,7 +11084,7 @@
   namespace: default
   labels:
     app: gitaly
-    chart: gitaly-4.5.1
+    chart: gitaly-4.5.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11116,7 +11116,7 @@
   namespace: default
   labels:
     app: gitlab-exporter
-    chart: gitlab-exporter-4.5.1
+    chart: gitlab-exporter-4.5.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11142,7 +11142,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11169,7 +11169,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.5.1
+    chart: webservice-4.5.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11614,14 +11614,14 @@
 apiVersion: v1
 kind: Pod
 metadata:
-  name: gitlab-prod-webservice-test-runner-t1pvd
+  name: gitlab-prod-webservice-test-runner-kar6v
   namespace: default
   annotations:
     "helm.sh/hook": test-success
 spec:
   containers:
   - name: test-runner
-    image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.1
+    image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.2
     command: ['sh', '/tests/test_login']
     volumeMounts:
       - name: tests
@@ -11673,7 +11673,7 @@
           requests:
             memory: "50Gi"
             cpu: "12"
-        image: gitlab/gitlab-ce:13.5.1-ce.0
+        image: gitlab/gitlab-ce:13.5.2-ce.0
         imagePullPolicy: IfNotPresent
         command: ["/bin/bash", "-c",
           "sed -i \"s/environment ({'GITLAB_ROOT_PASSWORD' => initial_root_password }) if initial_root_password/environment ({'GITLAB_ROOT_PASSWORD' => initial_root_password, 'GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN' => node['gitlab']['gitlab-rails']['initial_shared_runners_registration_token'] })/g\" /opt/gitlab/embedded/cookbooks/gitlab/recipes/database_migrations.rb && exec /assets/wrapper"]
@@ -12168,7 +12168,7 @@
   namespace: default
   labels:
     app: gitlab-exporter
-    chart: gitlab-exporter-4.5.1
+    chart: gitlab-exporter-4.5.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12186,7 +12186,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: c118c5b4fee38da02706429486cba6fc6cb1e363914433b239927779102fc073
+        checksum/config: 223c8bd64c1b11914405bccf93efe4023245d02fa82a0f8ee42b1dfe3861c540
         gitlab.com/prometheus_path: /metrics
         gitlab.com/prometheus_port: "9168"
         gitlab.com/prometheus_scrape: "true"
@@ -12330,7 +12330,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12347,8 +12347,8 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: 4fd77dd6d83cae46fd830a2877622294f3fae9b5302a3751d583ab3981557a1c
-        checksum/config-sshd: 46908d15f44c6afdb3d4e4ee1437aaa21ef82411a2efc0778c04686d8f50df08
+        checksum/config: fec9e28036ed7a8013d3d8e01b6df56473b8f671414aa1dc5da64793da027478
+        checksum/config-sshd: 36ad3405fb2df1c33498b0993ea1fbefd82007a6750e6965f2698ddef91f9bb2
         cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
     spec:
       initContainers:
@@ -12488,7 +12488,7 @@
   namespace: default
   labels:
     app: task-runner
-    chart: task-runner-4.5.1
+    chart: task-runner-4.5.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12509,7 +12509,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: e433d6b769e4a5049cee7d766120ed02d11d97fc3513f121ca625892afcd248d
+        checksum/config: 3e36d6060c5275641a1d8c89de07210559578a9c3344854ba9330e917f5a800e
         cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
     spec:
       securityContext:
@@ -12571,7 +12571,7 @@
             - /bin/bash
             - -c
             - sh /var/opt/gitlab/templates/configure-gsutil && while sleep 3600; do :; done
-          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v13.5.1"
+          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v13.5.2"
           
           env:
             - name: ARTIFACTS_BUCKET_NAME
@@ -12748,7 +12748,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.5.1
+    chart: webservice-4.5.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12766,7 +12766,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: d30aef887c035d946a5afb1ce191564ae155a17dd2425db8f0138e3c5dac5cf3
+        checksum/config: 08f8bfadbd12f53a856be9ba648fbc36dbc57d5b71e6aae1b3cd2a1fddfda629
         cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
         gitlab.com/prometheus_path: /-/metrics
         gitlab.com/prometheus_port: "8080"
@@ -12838,7 +12838,7 @@
               cpu: 50m
             
         - name: dependencies
-          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.1
+          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.2
           
           args:
             - /scripts/wait-for-deps
@@ -12872,7 +12872,7 @@
       containers:
         
         - name: webservice
-          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.1
+          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.2
           
           ports:
             - containerPort: 8080
@@ -12967,7 +12967,7 @@
               memory: 1.5G
             
         - name: gitlab-workhorse
-          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce:v13.5.1"
+          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce:v13.5.2"
           
           ports:
             - containerPort: 8181
@@ -13724,7 +13724,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.5.1
+    chart: gitlab-shell-4.5.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -13748,7 +13748,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.5.1
+    chart: webservice-4.5.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -13815,7 +13815,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: 446e1bfb90b80e61645725397a58e089d9162a53a61ae817c06f433f324a3c2c
+        checksum/config: 390f5ec5aac64a7b2550f3f06d4911726990f583d923cbcabbbc9aeaeea3894e
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
@@ -13873,7 +13873,7 @@
       containers:
         
         - name: gitaly
-          image: "registry.gitlab.com/gitlab-org/build/cng/gitaly:v13.5.1"
+          image: "registry.gitlab.com/gitlab-org/build/cng/gitaly:v13.5.2"
           
           ports:
             - containerPort: 8075
@@ -14354,7 +14354,7 @@
 apiVersion: batch/v1
 kind: Job
 metadata:
-  name: gitlab-prod-shared-secrets-0-qx6
+  name: gitlab-prod-shared-secrets-0-z8l
   namespace: default
   labels:
     app: shared-secrets
@@ -14785,7 +14785,7 @@
   namespace: default
   labels:
     app: gitlab-grafana
-    chart: gitlab-grafana-4.5.1
+    chart: gitlab-grafana-4.5.2
     release: gitlab-prod
     heritage: Tiller
   annotations:

Merge request reports