diff --git a/charts/osbuilder/Chart.yaml b/charts/osbuilder/Chart.yaml index ce93595..4b7a53e 100644 --- a/charts/osbuilder/Chart.yaml +++ b/charts/osbuilder/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: osbuilder description: A Helm chart for osbuilder appVersion: 0.2.0 -version: 0.1.12 +version: 0.1.13 dependencies: - name: cert-manager version: v1.16.3 diff --git a/charts/osbuilder/crds/build.kairos.io_osartifacts.yaml b/charts/osbuilder/crds/build.kairos.io_osartifacts.yaml index 6084565..d5f1df6 100644 --- a/charts/osbuilder/crds/build.kairos.io_osartifacts.yaml +++ b/charts/osbuilder/crds/build.kairos.io_osartifacts.yaml @@ -72,7 +72,13 @@ spec: type: string outputImage: properties: - passwordSecretKeyRef: + cloud: + default: other + enum: + - ecr + - other + type: string + dockerConfigSecretKeyRef: properties: key: type: string @@ -87,8 +93,8 @@ spec: type: string tag: type: string - username: - type: string + required: + - cloud type: object type: object status: