A new version of gitlab (13.5.1) is available
current diff:
--- current-deployment.yaml
+++ future-deployment.yaml
@@ -62,7 +62,7 @@
namespace: default
labels:
app: gitaly
- chart: gitaly-4.4.3
+ chart: gitaly-4.5.1
release: gitlab-prod
heritage: Tiller
spec:
@@ -80,7 +80,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
spec:
@@ -98,7 +98,7 @@
namespace: default
labels:
app: webservice
- chart: webservice-4.4.3
+ chart: webservice-4.5.1
release: gitlab-prod
heritage: Tiller
spec:
@@ -469,7 +469,7 @@
namespace: default
labels:
app: gitaly
- chart: gitaly-4.4.3
+ chart: gitaly-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -547,7 +547,7 @@
namespace: default
labels:
app: gitlab-exporter
- chart: gitlab-exporter-4.4.3
+ chart: gitlab-exporter-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -627,7 +627,7 @@
labels:
gitlab_grafana_datasource: "true"
app: gitlab-grafana
- chart: gitlab-grafana-4.4.3
+ chart: gitlab-grafana-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -654,7 +654,7 @@
namespace: default
labels:
app: gitlab-grafana
- chart: gitlab-grafana-4.4.3
+ chart: gitlab-grafana-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -686,7 +686,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -847,7 +847,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -892,12 +892,14 @@
# Log level. INFO by default
log_level: INFO
+ log_format: text
+
# Audit usernames.
# Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but
# incurs an extra API call on every gitlab-shell command.
audit_usernames: false
+
-
# Leave this here - This line denotes end of block to the parser.
---
@@ -909,7 +911,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -923,7 +925,7 @@
namespace: default
labels:
app: task-runner
- chart: task-runner-4.4.3
+ chart: task-runner-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -936,7 +938,6 @@
password: "<%= File.read("/etc/gitlab/postgres/psql-password").strip.dump[1..-2] %>"
host: "gitlab-prod-postgresql-postgresql"
port: 5432
- pool: 1
connect_timeout:
prepared_statements: false
@@ -1144,7 +1145,7 @@
namespace: default
labels:
app: webservice
- chart: webservice-4.4.3
+ chart: webservice-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -1159,7 +1160,6 @@
password: "<%= File.read("/etc/gitlab/postgres/psql-password").strip.dump[1..-2] %>"
host: "gitlab-prod-postgresql-postgresql"
port: 5432
- pool: 1
connect_timeout:
prepared_statements: false
@@ -1380,7 +1380,7 @@
namespace: default
labels:
app: webservice
- chart: webservice-4.4.3
+ chart: webservice-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -2452,12 +2452,12 @@
namespace: default
labels:
app: gitlab
- chart: gitlab-4.4.3
+ chart: gitlab-4.5.1
release: gitlab-prod
heritage: Tiller
data:
- gitlabVersion: "13.4.3"
- gitlabChartVersion: "4.4.3"
+ gitlabVersion: "13.5.1"
+ gitlabChartVersion: "4.5.1"
---
# Source: helm-gitlab-omnibus/charts/gitlab/templates/initdb-configmap.yaml
@@ -2468,7 +2468,7 @@
namespace: default
labels:
app: gitlab
- chart: gitlab-4.4.3
+ chart: gitlab-4.5.1
release: gitlab-prod
heritage: Tiller
data:
@@ -2478,7 +2478,8 @@
touch "$POSTGRESQL_VOLUME_DIR/.gitlab_1_scripts_initialized"
fi
enable_extensions.sh: |
- PGPASSWORD=$(cat ${POSTGRES_POSTGRES_PASSWORD_FILE}) psql -d gitlab_production -U postgres -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm; CREATE EXTENSION IF NOT EXISTS btree_gist;'
+ [[ -n "${POSTGRES_POSTGRES_PASSWORD_FILE:-}" ]] && POSTGRES_POSTGRES_PASSWORD=$(cat ${POSTGRES_POSTGRES_PASSWORD_FILE})
+ PGPASSWORD=${POSTGRES_POSTGRES_PASSWORD} psql -d gitlab_production -U postgres -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm; CREATE EXTENSION IF NOT EXISTS btree_gist;'
# Leave this here - This line denotes end of block to the parser.
---
# Source: helm-gitlab-omnibus/charts/gitlab-omnibus/templates/fast-storage/storage.yaml
@@ -11083,7 +11084,7 @@
namespace: default
labels:
app: gitaly
- chart: gitaly-4.4.3
+ chart: gitaly-4.5.1
release: gitlab-prod
heritage: Tiller
@@ -11115,7 +11116,7 @@
namespace: default
labels:
app: gitlab-exporter
- chart: gitlab-exporter-4.4.3
+ chart: gitlab-exporter-4.5.1
release: gitlab-prod
heritage: Tiller
@@ -11141,7 +11142,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
@@ -11168,7 +11169,7 @@
namespace: default
labels:
app: webservice
- chart: webservice-4.4.3
+ chart: webservice-4.5.1
release: gitlab-prod
heritage: Tiller
@@ -11613,14 +11614,14 @@
apiVersion: v1
kind: Pod
metadata:
- name: gitlab-prod-webservice-test-runner-l4dpj
+ name: gitlab-prod-webservice-test-runner-rvkk6
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.4.3
+ image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.1
command: ['sh', '/tests/test_login']
volumeMounts:
- name: tests
@@ -11672,7 +11673,7 @@
requests:
memory: "50Gi"
cpu: "12"
- image: gitlab/gitlab-ce:13.4.3-ce.0
+ image: gitlab/gitlab-ce:13.5.1-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"]
@@ -12154,7 +12155,7 @@
namespace: default
labels:
app: gitlab-exporter
- chart: gitlab-exporter-4.4.3
+ chart: gitlab-exporter-4.5.1
release: gitlab-prod
heritage: Tiller
annotations:
@@ -12172,7 +12173,7 @@
release: gitlab-prod
annotations:
- checksum/config: 2ac8a3fee3700cc2bdf52c39741909bbc29469de1299d6d25690fa69a4c01833
+ checksum/config: c118c5b4fee38da02706429486cba6fc6cb1e363914433b239927779102fc073
gitlab.com/prometheus_path: /metrics
gitlab.com/prometheus_port: "9168"
gitlab.com/prometheus_scrape: "true"
@@ -12316,7 +12317,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
annotations:
@@ -12333,8 +12334,8 @@
release: gitlab-prod
annotations:
- checksum/config: 9129e944bd97b97074b4cfcaeda6a329c5109dad5cf49c29e39d525d81ac0064
- checksum/config-sshd: ef0c75d478eedadaca3a9c10df332c3b1059b25d50ffc643d7dc3143c0829c51
+ checksum/config: 4fd77dd6d83cae46fd830a2877622294f3fae9b5302a3751d583ab3981557a1c
+ checksum/config-sshd: 46908d15f44c6afdb3d4e4ee1437aaa21ef82411a2efc0778c04686d8f50df08
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
spec:
initContainers:
@@ -12392,7 +12393,7 @@
containers:
- name: gitlab-shell
- image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v13.7.0"
+ image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v13.11.0"
ports:
- containerPort: 2222
@@ -12492,7 +12493,7 @@
namespace: default
labels:
app: task-runner
- chart: task-runner-4.4.3
+ chart: task-runner-4.5.1
release: gitlab-prod
heritage: Tiller
annotations:
@@ -12513,7 +12514,7 @@
release: gitlab-prod
annotations:
- checksum/config: 02238c9055367da5196dac54e72189bd96724bdb99d37b5849723af17c863a2f
+ checksum/config: d390dfceb5ee3a90d20ab042e0d5fc4b2625718147a59796a151933d807be2e4
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
spec:
securityContext:
@@ -12575,7 +12576,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.4.3"
+ image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v13.5.1"
env:
- name: ARTIFACTS_BUCKET_NAME
@@ -12752,7 +12753,7 @@
namespace: default
labels:
app: webservice
- chart: webservice-4.4.3
+ chart: webservice-4.5.1
release: gitlab-prod
heritage: Tiller
annotations:
@@ -12770,7 +12771,7 @@
release: gitlab-prod
annotations:
- checksum/config: 7fcea7fc78b3d818530f017b35127132670fa834ef80b5d6aebe4ba0cdd0e37e
+ checksum/config: 7e2f36ecdda6b41e1717e234baf79d5a6a0c47320343158be835a19140d6f5ad
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
gitlab.com/prometheus_path: /-/metrics
gitlab.com/prometheus_port: "8080"
@@ -12842,7 +12843,7 @@
cpu: 50m
- name: dependencies
- image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.3
+ image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.1
args:
- /scripts/wait-for-deps
@@ -12876,7 +12877,7 @@
containers:
- name: webservice
- image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.3
+ image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.5.1
ports:
- containerPort: 8080
@@ -12971,7 +12972,7 @@
memory: 1.5G
- name: gitlab-workhorse
- image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce:v13.4.3"
+ image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce:v13.5.1"
ports:
- containerPort: 8181
@@ -13728,7 +13729,7 @@
namespace: default
labels:
app: gitlab-shell
- chart: gitlab-shell-4.4.3
+ chart: gitlab-shell-4.5.1
release: gitlab-prod
heritage: Tiller
spec:
@@ -13752,7 +13753,7 @@
namespace: default
labels:
app: webservice
- chart: webservice-4.4.3
+ chart: webservice-4.5.1
release: gitlab-prod
heritage: Tiller
spec:
@@ -13819,7 +13820,7 @@
release: gitlab-prod
annotations:
- checksum/config: e4b746c9ad4c9fedb4614d4232cb6e301e16287ccac6fcdd7dd359d00e731684
+ checksum/config: 446e1bfb90b80e61645725397a58e089d9162a53a61ae817c06f433f324a3c2c
spec:
terminationGracePeriodSeconds: 30
initContainers:
@@ -13877,7 +13878,7 @@
containers:
- name: gitaly
- image: "registry.gitlab.com/gitlab-org/build/cng/gitaly:v13.4.3"
+ image: "registry.gitlab.com/gitlab-org/build/cng/gitaly:v13.5.1"
ports:
- containerPort: 8075
@@ -14358,7 +14359,7 @@
apiVersion: batch/v1
kind: Job
metadata:
- name: gitlab-prod-shared-secrets-0-s1n
+ name: gitlab-prod-shared-secrets-0-sh7
namespace: default
labels:
app: shared-secrets
@@ -14789,7 +14790,7 @@
namespace: default
labels:
app: gitlab-grafana
- chart: gitlab-grafana-4.4.3
+ chart: gitlab-grafana-4.5.1
release: gitlab-prod
heritage: Tiller
annotations:
@@ -15361,6 +15362,9 @@
---
# Source: helm-gitlab-omnibus/charts/gitlab/charts/registry/templates/networkpolicy.yaml
+
+---
+# Source: helm-gitlab-omnibus/charts/gitlab/charts/registry/templates/serviceaccount.yaml
---
# Source: helm-gitlab-omnibus/charts/gitlab/charts/shared-secrets/templates/self-signed-cert-job.yml
Edited by Daniel Stone