|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: flux.packages.kadras.io.2.6.0 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: flux.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/kadras-io/package-for-flux/releases |
| 11 | + releasedAt: "2025-05-30T19:49:58Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: {} |
| 16 | + fetch: |
| 17 | + - imgpkgBundle: |
| 18 | + image: ghcr.io/kadras-io/package-for-flux@sha256:a34b67ff57b00d97e426a5935f93d58e26cbca04a602e365d43149e70d10e8ec |
| 19 | + template: |
| 20 | + - ytt: |
| 21 | + paths: |
| 22 | + - config |
| 23 | + - kbld: |
| 24 | + paths: |
| 25 | + - '-' |
| 26 | + - .imgpkg/images.yml |
| 27 | + valuesSchema: |
| 28 | + openAPIv3: |
| 29 | + additionalProperties: false |
| 30 | + properties: |
| 31 | + logging: |
| 32 | + additionalProperties: false |
| 33 | + description: Settings for logging. |
| 34 | + properties: |
| 35 | + encoding: |
| 36 | + default: json |
| 37 | + description: 'Log encoding format. Options: `console`, `json`.' |
| 38 | + enum: |
| 39 | + - console |
| 40 | + - json |
| 41 | + type: string |
| 42 | + level: |
| 43 | + default: info |
| 44 | + description: 'Log verbosity level. Options: `trace`, `debug`, `info`, |
| 45 | + `error`.' |
| 46 | + enum: |
| 47 | + - trace |
| 48 | + - debug |
| 49 | + - info |
| 50 | + - error |
| 51 | + type: string |
| 52 | + type: object |
| 53 | + optional_components: |
| 54 | + additionalProperties: false |
| 55 | + description: Settings for which Flux optional components to deploy. |
| 56 | + properties: |
| 57 | + helm_controller: |
| 58 | + default: false |
| 59 | + description: Whether to deploy the Helm Controller. |
| 60 | + type: boolean |
| 61 | + image_automation_controller: |
| 62 | + default: false |
| 63 | + description: Whether to deploy the Image Automation Controller. |
| 64 | + type: boolean |
| 65 | + image_reflector_controller: |
| 66 | + default: false |
| 67 | + description: Whether to deploy the Image Reflector Controller. |
| 68 | + type: boolean |
| 69 | + kustomize_controller: |
| 70 | + default: true |
| 71 | + description: Whether to deploy the Kustomize Controller. |
| 72 | + type: boolean |
| 73 | + notification_controller: |
| 74 | + default: false |
| 75 | + description: Whether to deploy the Notification Controller. |
| 76 | + type: boolean |
| 77 | + type: object |
| 78 | + policies: |
| 79 | + additionalProperties: false |
| 80 | + description: Settings for the Kyverno policies. |
| 81 | + properties: |
| 82 | + include: |
| 83 | + default: false |
| 84 | + description: Whether to include the out-of-the-box Kyverno policies |
| 85 | + to validate and secure the package installation. |
| 86 | + type: boolean |
| 87 | + type: object |
| 88 | + proxy: |
| 89 | + additionalProperties: false |
| 90 | + description: Settings for the corporate proxy. |
| 91 | + properties: |
| 92 | + http_proxy: |
| 93 | + default: "" |
| 94 | + description: The HTTP proxy to use for network traffic. |
| 95 | + type: string |
| 96 | + https_proxy: |
| 97 | + default: "" |
| 98 | + description: The HTTPS proxy to use for network traffic. |
| 99 | + type: string |
| 100 | + no_proxy: |
| 101 | + default: "" |
| 102 | + description: A comma-separated list of hostnames, IP addresses, or IP |
| 103 | + ranges in CIDR format that should not use the proxy. |
| 104 | + type: string |
| 105 | + type: object |
| 106 | + type: object |
| 107 | + version: 2.6.0 |
0 commit comments