From 3ad81e2d2b7fbc9e889169d2ffdcc1f5218d5044 Mon Sep 17 00:00:00 2001 From: qiaozp Date: Wed, 27 Jul 2022 17:41:19 +0800 Subject: [PATCH] fix gen Signed-off-by: qiaozp --- .../templates/defwithtemplate/config-image-registry.yaml | 8 ++++---- .../templates/defwithtemplate/config-image-registry.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/vela-core/templates/defwithtemplate/config-image-registry.yaml b/charts/vela-core/templates/defwithtemplate/config-image-registry.yaml index 32a46b59b..9a5d79eae 100644 --- a/charts/vela-core/templates/defwithtemplate/config-image-registry.yaml +++ b/charts/vela-core/templates/defwithtemplate/config-image-registry.yaml @@ -4,13 +4,13 @@ apiVersion: core.oam.dev/v1beta1 kind: ComponentDefinition metadata: annotations: - custom.definition.oam.dev/alias.config.oam.dev: Image Registry + alias.config.oam.dev: Image Registry definition.oam.dev/description: Config information to authenticate image registry labels: - custom.definition.oam.dev/catalog.config.oam.dev: velacore-config - custom.definition.oam.dev/multi-cluster.config.oam.dev: "true" - custom.definition.oam.dev/type.config.oam.dev: image-registry + catalog.config.oam.dev: velacore-config custom.definition.oam.dev/ui-hidden: "true" + multi-cluster.config.oam.dev: "true" + type.config.oam.dev: image-registry name: config-image-registry namespace: {{ include "systemDefinitionNamespace" . }} spec: diff --git a/charts/vela-minimal/templates/defwithtemplate/config-image-registry.yaml b/charts/vela-minimal/templates/defwithtemplate/config-image-registry.yaml index 32a46b59b..9a5d79eae 100644 --- a/charts/vela-minimal/templates/defwithtemplate/config-image-registry.yaml +++ b/charts/vela-minimal/templates/defwithtemplate/config-image-registry.yaml @@ -4,13 +4,13 @@ apiVersion: core.oam.dev/v1beta1 kind: ComponentDefinition metadata: annotations: - custom.definition.oam.dev/alias.config.oam.dev: Image Registry + alias.config.oam.dev: Image Registry definition.oam.dev/description: Config information to authenticate image registry labels: - custom.definition.oam.dev/catalog.config.oam.dev: velacore-config - custom.definition.oam.dev/multi-cluster.config.oam.dev: "true" - custom.definition.oam.dev/type.config.oam.dev: image-registry + catalog.config.oam.dev: velacore-config custom.definition.oam.dev/ui-hidden: "true" + multi-cluster.config.oam.dev: "true" + type.config.oam.dev: image-registry name: config-image-registry namespace: {{ include "systemDefinitionNamespace" . }} spec: