From c800ffcb49084249ab548f883c619f21aa203b2a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 28 Jun 2023 05:28:57 +0000 Subject: [PATCH] Update Workspace Provisioner metadata and add version 0.2.0 --- .../0.2.0.yml | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 repo/packages/workspace-provisioner.packages.kadras.io/0.2.0.yml diff --git a/repo/packages/workspace-provisioner.packages.kadras.io/0.2.0.yml b/repo/packages/workspace-provisioner.packages.kadras.io/0.2.0.yml new file mode 100644 index 0000000..35e22c1 --- /dev/null +++ b/repo/packages/workspace-provisioner.packages.kadras.io/0.2.0.yml @@ -0,0 +1,114 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: workspace-provisioner.packages.kadras.io.0.2.0 +spec: + licenses: + - Apache 2.0 + refName: workspace-provisioner.packages.kadras.io + releaseNotes: https://github.com/kadras-io/workspace-provisioner/releases + releasedAt: "2023-06-28T05:27:29Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/workspace-provisioner@sha256:0a4715e0735a18e9ca5980f4fed25dc89b8a6b260c0714436fa6608bcbea2fdc + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + cosign: + additionalProperties: false + description: Settings for Cosign, used for signing and verifying OCI artifacts. + properties: + secret: + additionalProperties: false + description: Configuration for the Secret holding the Cosign key pair. + properties: + name: + default: "" + description: The name of the Secret holding the Cosign key pair. + type: string + namespace: + default: "" + description: The namespace of the Secret holding the Cosign key + pair. + type: string + type: object + type: object + git: + additionalProperties: false + description: Configuration to access the Git repositories used in the GitOps + workflows. + properties: + secret: + additionalProperties: false + description: Configuration for the Secret holding the Git credentials. + properties: + name: + default: "" + description: The name of the Secret holding the Git credentials. + type: string + namespace: + default: "" + description: The namespace of the Secret holding the Git credentials. + type: string + type: object + server: + default: https://github.com + description: The Git server hosting the Git repositories used in the + GitOps workflows. + type: string + type: object + namespaces: + default: [] + description: Configuration for the namespaces the platform will provision + and manage. + items: + additionalProperties: false + description: Details about the namespace to configure. + properties: + name: + default: "" + type: string + type: object + type: array + oci_registry: + additionalProperties: false + description: Settings for the OCI registry that the workspace will use. + properties: + secret: + additionalProperties: false + description: Configuration for the Secret holding the credentials to + access the OCI registry. + properties: + name: + default: "" + description: The name of the Secret holding the credentials to access + the OCI registry. + type: string + namespace: + default: "" + description: The namespace of the Secret holding the credentials + to access the OCI registry. + type: string + type: object + type: object + service_account: + default: default + description: The `ServiceAccount` to be configured with credentials and + roles in each workspace. + type: string + type: object + version: 0.2.0