diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60b8bda..8dabbdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ env: COSIGN_EXPERIMENTAL: 1 REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - VERSION: 0.2.1 + VERSION: 0.2.2 jobs: build: diff --git a/README.md b/README.md index 76da969..99bebbd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc ```shell kubectl create namespace carvel-packages kctrl package repository add -r kadras-repo \ - --url ghcr.io/arktonix/kadras-packages:0.2.1 \ + --url ghcr.io/arktonix/kadras-packages:0.2.2 \ -n carvel-packages ``` diff --git a/repo/packages/application-platform.packages.kadras.io/0.1.2.yml b/repo/packages/application-platform.packages.kadras.io/0.1.2.yml new file mode 100644 index 0000000..5168fcd --- /dev/null +++ b/repo/packages/application-platform.packages.kadras.io/0.1.2.yml @@ -0,0 +1,115 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: application-platform.packages.kadras.io.0.1.2 +spec: + refName: application-platform.packages.kadras.io + releasedAt: "2022-10-04T13:36:05Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/kadras-application-platform@sha256:cbc5eaedbbbb47200e0a12a3229ae21e682215c71f23f8ee61cb37e3a804c2e8 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + cartographer: + additionalProperties: false + description: Configuration for Cartographer related packages + properties: + blueprints: + default: {} + description: Configuration for the Cartographer Blueprints package + nullable: true + delivery: + default: {} + description: Configuration for the Cartographer Delivery package + nullable: true + golden_path_web: + default: {} + description: Configuration for the Cartographer Golden Path Web package + nullable: true + type: object + cert_manager: + default: + namespace: cert-manager + description: Configuration for the Cert Manager package + nullable: true + contour: + default: {} + description: Configuration for the Contour package + nullable: true + conventions: + additionalProperties: false + description: Configuration for Cartographer Conventions related packages + properties: + spring_boot: + default: {} + description: Configuration for the Spring Boot Conventions package + nullable: true + type: object + knative: + additionalProperties: false + description: Configuration for Knative related packages + properties: + serving: + default: {} + description: Configuration for the Knative Serving package + nullable: true + type: object + kpack: + default: + kp_default_repository: "" + description: Configuration for the Kpack package + nullable: true + metrics_server: + default: {} + description: Configuration for the Metrics Server package + nullable: true + namespace_setup: + default: {} + description: Configuration for the Namespace Setup package + nullable: true + packages: + additionalProperties: false + description: Configuration for the platform packages + properties: + exclusions: + default: [] + description: A list of packages to exclude from being installed + items: + default: "" + type: string + type: array + namespace: + default: "" + description: The namespace where to install the platform + type: string + type: object + secretgen_controller: + default: {} + description: Configuration for the Secretgen Controller package + nullable: true + tekton: + additionalProperties: false + description: Configuration for Tekton related packages + properties: + pipelines: + default: {} + description: Configuration for the Tekton Pipelines package + nullable: true + type: object + type: object + version: 0.1.2