From 257d9ba5c487434cf85f4fc230c4531386a27a87 Mon Sep 17 00:00:00 2001 From: Valentin Fedoskin Date: Fri, 19 Jun 2020 21:12:54 +0200 Subject: [PATCH] upgrade gitlab --- charts/gitlab-omnibus/Chart.yaml | 4 ++-- charts/gitlab-omnibus/README.md | 2 +- charts/gitlab-omnibus/templates/statefulset.yaml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/gitlab-omnibus/Chart.yaml b/charts/gitlab-omnibus/Chart.yaml index 82d0fcb..48ec0bc 100644 --- a/charts/gitlab-omnibus/Chart.yaml +++ b/charts/gitlab-omnibus/Chart.yaml @@ -3,9 +3,9 @@ name: gitlab-omnibus description: |- Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/). type: application -version: 0.0.13 +version: 0.0.14 # https://hub.docker.com/r/gitlab/gitlab-ee/tags -appVersion: "13.0.0-ee.0" +appVersion: "13.0.6-ee.0" home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus icon: https://docs.gitlab.com/assets/images/gitlab-logo.svg maintainers: diff --git a/charts/gitlab-omnibus/README.md b/charts/gitlab-omnibus/README.md index a18b008..38fa20b 100644 --- a/charts/gitlab-omnibus/README.md +++ b/charts/gitlab-omnibus/README.md @@ -2,7 +2,7 @@ gitlab-omnibus ============== Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/). -Current chart version is `0.0.13` +Current chart version is `0.0.14` Source code can be found [here](https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus) diff --git a/charts/gitlab-omnibus/templates/statefulset.yaml b/charts/gitlab-omnibus/templates/statefulset.yaml index 0883358..0e6ffb2 100644 --- a/charts/gitlab-omnibus/templates/statefulset.yaml +++ b/charts/gitlab-omnibus/templates/statefulset.yaml @@ -15,6 +15,8 @@ spec: metadata: labels: {{- include "gitlab.selectorLabels" . | nindent 8 }} + annotations: + checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: