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.