Skip to content
Snippets Groups Projects
Commit c70700f2 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Updates

parent 956a6e2e
No related branches found
No related tags found
1 merge request!30Updates for 9.0
Loading
Loading
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: gitlab-runner-docker
image: gitlab/gitlab-runner:alpine-v1.11.1
image: gitlab/gitlab-runner:alpine-v9.0.0-rc.2
command: ["/bin/bash", "/scripts/entrypoint"]
imagePullPolicy: IfNotPresent
env:
Loading
Loading
Loading
Loading
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: gitlab
image: gitlab/gitlab-ce:8.17.2-ce.0
image: gitlab/gitlab-ce:9.0.0-rc3.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"]
Loading
Loading
@@ -131,6 +131,7 @@ spec:
 
prometheus['enable'] = true
prometheus['listen_address'] = '0.0.0.0:9090'
prometheus['monitor_kubernetes'] = true
node_exporter['enable'] = true
gitlab_monitor['enable'] = true
postgres_exporter['enable'] = true
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: postgresql
image: postgres:9.5.3
image: postgres:9.6.1
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_USER
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment