diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-06 09:08:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-06 09:08:13 +0000 |
commit | 8e94dad32b10edebf79285c083176c2b7005ef64 (patch) | |
tree | 3bb66395f2962063ca0d20f98b35ac852d801c7e /app/models/clusters/applications | |
parent | ab128cc125f9db0c3a1bd48845f90c3d61ef42c9 (diff) | |
download | gitlab-ce-8e94dad32b10edebf79285c083176c2b7005ef64.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/clusters/applications')
-rw-r--r-- | app/models/clusters/applications/cert_manager.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/clusters/applications/cert_manager.rb b/app/models/clusters/applications/cert_manager.rb index 7ba04d1a2de..1efa44c39c5 100644 --- a/app/models/clusters/applications/cert_manager.rb +++ b/app/models/clusters/applications/cert_manager.rb @@ -3,8 +3,8 @@ module Clusters module Applications class CertManager < ApplicationRecord - VERSION = 'v0.9.1' - CRD_VERSION = '0.9' + VERSION = 'v0.10.1' + CRD_VERSION = '0.10' self.table_name = 'clusters_applications_cert_managers' |