diff --git a/vendor/kubesphere.io/api/application/v1alpha1/constants.go b/vendor/kubesphere.io/api/application/v1alpha1/constants.go index 50d4ca7bd..0b21e8e97 100644 --- a/vendor/kubesphere.io/api/application/v1alpha1/constants.go +++ b/vendor/kubesphere.io/api/application/v1alpha1/constants.go @@ -49,6 +49,7 @@ const ( HelmApplicationAppStoreSuffix = "-store" HelmApplicationIdPrefix = "app-" HelmRepoIdPrefix = "repo-" + BuiltinRepoPrefix = "builtin-" HelmApplicationVersionIdPrefix = "appv-" HelmCategoryIdPrefix = "ctg-" HelmAttachmentPrefix = "att-" @@ -59,5 +60,6 @@ const ( ApplicationInstance = "app.kubesphere.io/instance" + RepoSyncPeriod = "app.kubesphere.io/sync-period" OriginWorkspaceLabelKey = "kubesphere.io/workspace-origin" )