From 8c82dacf6ab6033f291047cf90cca84dac6d97ed Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 9 Apr 2023 09:27:48 +0000 Subject: [PATCH] Update FluxCD Source Controller metadata and add version 0.36.1 --- .../0.36.1.yml | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 repo/packages/fluxcd-source-controller.packages.kadras.io/0.36.1.yml diff --git a/repo/packages/fluxcd-source-controller.packages.kadras.io/0.36.1.yml b/repo/packages/fluxcd-source-controller.packages.kadras.io/0.36.1.yml new file mode 100644 index 0000000..37828c7 --- /dev/null +++ b/repo/packages/fluxcd-source-controller.packages.kadras.io/0.36.1.yml @@ -0,0 +1,77 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: fluxcd-source-controller.packages.kadras.io.0.36.1 +spec: + licenses: + - Apache 2.0 + refName: fluxcd-source-controller.packages.kadras.io + releaseNotes: https://github.com/kadras-io/package-for-fluxcd-source-controller/releases + releasedAt: "2023-04-09T09:25:44Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/package-for-fluxcd-source-controller@sha256:40627427c34909205b7dc99008f44db39e180c95cb26776348df67677cb98355 + 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: Settings for the corporate proxy. + properties: + http_proxy: + default: "" + description: The HTTP proxy to use for network traffic + type: string + https_proxy: + default: "" + description: The HTTPS proxy to use for network traffic + type: string + no_proxy: + default: "" + description: A comma-separated list of hostnames, IP addresses, or IP + ranges in CIDR format that should not use a proxy + type: string + type: object + resources: + additionalProperties: false + description: Resource configuration for the source-controller Deployment. + properties: + limits: + additionalProperties: false + properties: + cpu: + default: 1000m + description: CPU limits configuration for the `source-controller` + Deployment. + type: string + memory: + default: 1Gi + description: Memory limits configuration for the `source-controller` + Deployment. + type: string + type: object + type: object + service_port: + default: 80 + description: Port configuration for the `source-controller` Service. + type: integer + type: object + version: 0.36.1