Skip to content

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

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

current diff:

--- current-deployment.yaml
+++ future-deployment.yaml
@@ -1116,7 +1116,7 @@
     heritage: Tiller
     
 data:
-  gitlabVersion: "13.1.0"
+  gitlabVersion: "13.0.0"
   gitlabChartVersion: "4.0.0"
 
 ---
@@ -10084,7 +10084,7 @@
           requests:
             memory: "36Gi"
             cpu: "12"
-        image: gitlab/gitlab-ce:13.1.0-ce.0
+        image: gitlab/gitlab-ce:13.0.0-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"]
@@ -11477,7 +11477,7 @@
 apiVersion: batch/v1
 kind: Job
 metadata:
-  name: gitlab-prod-shared-secrets.0-8jb
+  name: gitlab-prod-shared-secrets.0-gl5
   namespace: default
   labels:
     app: shared-secrets

Merge request reports