From 73417020490607dfc7830418df8df4473fedfc47 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Oct 2022 08:57:30 +0000 Subject: [PATCH 1/3] Update Cartographer Golden Path Web metadata and add version 0.1.1 --- .../0.1.1.yml | 128 ++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 repo/packages/cartographer-golden-path-web.packages.kadras.io/0.1.1.yml diff --git a/repo/packages/cartographer-golden-path-web.packages.kadras.io/0.1.1.yml b/repo/packages/cartographer-golden-path-web.packages.kadras.io/0.1.1.yml new file mode 100644 index 0000000..ca3c2b9 --- /dev/null +++ b/repo/packages/cartographer-golden-path-web.packages.kadras.io/0.1.1.yml @@ -0,0 +1,128 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: cartographer-golden-path-web.packages.kadras.io.0.1.1 +spec: + refName: cartographer-golden-path-web.packages.kadras.io + releasedAt: "2022-10-04T08:56:25Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/cartographer-golden-path-web@sha256:21270578f2c96717aed21091372ef3c65966d2bd3798a769222578088b31ad99 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + cluster_builder: + default: default + description: The ClusterBuilder used by kpack + type: string + git_implementation: + default: go-git + description: The Git implementation used by Flux + type: string + gitops: + additionalProperties: false + description: Configuration for the GitOps steps in the supply chain + properties: + access_secret: + default: git-secret + description: The Secret containing credentials to access the specified + Git repository + type: string + branch: + default: main + description: The branch to use for GitOps activities + type: string + commit_message: + default: Update from Cartographer + description: The commit message to use when pushing configuration changes + to Git + type: string + commit_strategy: + default: direct + description: Whether to commit configuration changes to Git directly + or via a pull request + type: string + pull_request: + additionalProperties: false + properties: + commit_branch: + default: "" + description: The branch to use to open a pull request. If empty, + a random name is generated + type: string + pull_request_body: + default: "" + description: The body of the pull request + type: string + pull_request_title: + default: "" + description: The title of the pull request + type: string + server_kind: + default: "" + description: The type of Git server where to open the pull request + example: github + type: string + x-example-description: Open a pull request on GitHub + type: object + repository_name: + default: "" + description: The name of the Git repository to use for GitOps + type: string + repository_owner: + default: "" + description: The owner of the specified Git repository + type: string + server_address: + default: "" + description: The server hosting the specified Git repository + type: string + user_email: + default: cartographer@kadras.io + description: The email of the user interacting with the Git repository + type: string + user_name: + default: cartographer + description: The name of the user interacting with the Git repository + type: string + type: object + registry: + additionalProperties: false + description: Configuration for the OCI Registry where to store the application + images + properties: + repository: + default: "" + description: The repository under an OCI Registry where to store the + application images + type: string + server: + default: "" + description: The server of the OCI Registry where to store the application + images + type: string + type: object + service_account: + default: default + description: The ServiceAccount used by the supply chain + type: string + supply_chain: + default: basic + description: The type of supply chain to use for this golden path + type: string + type: object + version: 0.1.1 From 49a5c5cd9b8e83b516fc0dc0320b1225a6ff11f7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Oct 2022 09:01:28 +0000 Subject: [PATCH 2/3] Update Cartographer Blueprints metadata and add version 0.1.1 --- .../0.1.1.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 repo/packages/cartographer-blueprints.packages.kadras.io/0.1.1.yml diff --git a/repo/packages/cartographer-blueprints.packages.kadras.io/0.1.1.yml b/repo/packages/cartographer-blueprints.packages.kadras.io/0.1.1.yml new file mode 100644 index 0000000..5661301 --- /dev/null +++ b/repo/packages/cartographer-blueprints.packages.kadras.io/0.1.1.yml @@ -0,0 +1,36 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: cartographer-blueprints.packages.kadras.io.0.1.1 +spec: + refName: cartographer-blueprints.packages.kadras.io + releasedAt: "2022-10-04T09:00:23Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/cartographer-blueprints@sha256:02e93af08580308e0697b9716d2f6aa83925a55300b717b079dcf16090998a16 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + excluded_blueprints: + default: [] + description: A list of blueprints and manifests to esclude from being applied. + items: + default: "" + type: string + type: array + type: object + version: 0.1.1 From 2e644f7d2953855c1b79f6d7da5284f53643f30b Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 4 Oct 2022 11:03:24 +0200 Subject: [PATCH 3/3] Update Cartographer golden paths --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04de7f9..913e59d 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.1.8 + VERSION: 0.1.9 jobs: build: diff --git a/README.md b/README.md index d823ec3..38b3a1c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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.1.8 \ + --url ghcr.io/arktonix/kadras-packages:0.1.9 \ -n carvel-packages ```