summaryrefslogtreecommitdiff
path: root/lib/gitlab/kubernetes/helm.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-6/+0
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-2/+2
|
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-6/+6
|
* Bump Helm to 2.14.3 and kubectl to 1.11.10bump_helm_kubectl_gitlabThong Kuah2019-08-131-2/+2
|
* Revert "Merge branch 'bump_kubernetes_1_11_9' into 'master'"Mayra Cabrera2019-04-051-2/+2
| | | | This reverts merge request !26991
* Bump Helm to 2.13.1 and kubectl to 1.11.9bump_kubernetes_1_11_9Thong Kuah2019-04-051-2/+2
|
* Bump helm and kubectl versionsThong Kuah2019-02-201-2/+2
| | | | | | | | Bump the helm and kubectl used in our Kubernetes integration, used e.g. to install apps. Note I have only bumped to the latest patch of the v1.11 series for kubectl as GKE clusters are still on 1.10/1.11
* Update Helm to 2.12.2 to address Helm client vulnerability56417-update-helm-to-2-12-2-ado-testTakuya Noguchi2019-01-181-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
| | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* Upgrade helm to 2.11.0 and upgrade on every installDylan Griffith2018-11-161-1/+1
|
* Use our own docker image for helm install podsuse-our-own-docker-image-for-helm-install-podsDylan Griffith2018-11-021-0/+1
| | | | | | This will reduce dependencies and failure points during installation. It will also reduce security risks from untrusted dependencies being able to effect all our users
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+3
|
* Update Helm Tiller used by gitlab-managed-apps to 2.7.2Thong Kuah2018-08-021-1/+1
|
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-89/+1
|
* Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` ↵Rémy Coutable2017-12-011-1/+1
| | | | | | and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Helm InstallCommandAlessio Caiazza2017-11-071-35/+42
|
* Add k8s namespace implementation and testsAlessio Caiazza2017-11-071-25/+6
|
* General cleanupAlessio Caiazza2017-11-021-0/+108