diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e9b715..59726d5 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.2 + VERSION: 0.1.3 jobs: build: diff --git a/README.md b/README.md index e4931b0..53840c4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repository contains the Carvel packages part of the Kadras project. The following packages are maintained by the [Arktonix](https://github.com/arktonix) organization: * [argo-cd](https://github.com/arktonix/package-for-argo-cd) +* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller) * [knative-eventing](https://github.com/arktonix/package-for-knative-eventing) * [knative-serving](https://github.com/arktonix/package-for-knative-serving) @@ -39,7 +40,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.2 \ + --url ghcr.io/arktonix/kadras-packages:0.1.3 \ -n carvel-packages ``` diff --git a/repo/packages/fluxcd-source-controller.packages.kadras.io/0.29.0.yml b/repo/packages/fluxcd-source-controller.packages.kadras.io/0.29.0.yml new file mode 100644 index 0000000..423ad41 --- /dev/null +++ b/repo/packages/fluxcd-source-controller.packages.kadras.io/0.29.0.yml @@ -0,0 +1,72 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: fluxcd-source-controller.packages.kadras.io.0.29.0 +spec: + licenses: + - Apache 2.0 + refName: fluxcd-source-controller.packages.kadras.io + releaseNotes: https://github.com/fluxcd/source-controller/releases + releasedAt: "2022-09-25T10:29:36Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/package-for-fluxcd-source-controller@sha256:1409bd8e11136785d76ce5b05ad2fc6bae7b00b18e081370f53fa4233b444406 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + namespace: + default: source-system + description: The namespace where to install FluxCD Source Controller + type: string + proxy: + additionalProperties: false + description: Configure proxy support + properties: + http_proxy: + default: "" + description: The HTTP proxy URL + type: string + https_proxy: + default: "" + description: The HTTPS proxy URL + type: string + no_proxy: + default: "" + description: For which domains the proxy should not be used + type: string + type: object + resources: + additionalProperties: false + description: Resource configuration for the source-controller Deployment + properties: + limits: + additionalProperties: false + properties: + cpu: + default: 1000m + type: string + memory: + default: 1Gi + type: string + type: object + type: object + service_port: + default: 80 + description: Port configuration for the source-controller Service + type: integer + type: object + version: 0.29.0 diff --git a/repo/packages/fluxcd-source-controller.packages.kadras.io/metadata.yml b/repo/packages/fluxcd-source-controller.packages.kadras.io/metadata.yml new file mode 100644 index 0000000..86e07cd --- /dev/null +++ b/repo/packages/fluxcd-source-controller.packages.kadras.io/metadata.yml @@ -0,0 +1,19 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: PackageMetadata +metadata: + creationTimestamp: null + name: fluxcd-source-controller.packages.kadras.io +spec: + categories: + - gitops + displayName: fluxcd-source-controller + longDescription: The FluxCD Source Controller is a Kubernetes operator, specialised + in artifacts acquisition from external sources such as Git, Helm repositories + and S3 buckets. It implements the source.toolkit.fluxcd.io API and is a core component + of the GitOps toolkit. + maintainers: + - name: Thomas Vitale + providerName: Arktonix + shortDescription: The FluxCD Source Controller is a Kubernetes operator, specialised + in artifacts acquisition from external sources such as Git, Helm repositories + and S3 buckets.