From 634be6ac69e504b17cfa15fc6834c0abdd495dee Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 3 Feb 2026 00:21:38 +0000 Subject: [PATCH] Automated Manifest Update (#3663) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3663 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../manifests/actual/Deployment-actual.yaml | 2 +- ...terRole-argocd-application-controller.yaml | 4 +- ...rRole-argocd-notifications-controller.yaml | 4 +- .../argocd/ClusterRole-argocd-server.yaml | 4 +- ...Binding-argocd-application-controller.yaml | 4 +- ...nding-argocd-notifications-controller.yaml | 4 +- .../ClusterRoleBinding-argocd-server.yaml | 4 +- .../manifests/argocd/ConfigMap-argocd-cm.yaml | 4 +- .../ConfigMap-argocd-cmd-params-cm.yaml | 4 +- .../argocd/ConfigMap-argocd-gpg-keys-cm.yaml | 4 +- .../ConfigMap-argocd-notifications-cm.yaml | 4 +- .../argocd/ConfigMap-argocd-rbac-cm.yaml | 4 +- .../ConfigMap-argocd-ssh-known-hosts-cm.yaml | 4 +- .../argocd/ConfigMap-argocd-tls-certs-cm.yaml | 4 +- ...ceDefinition-applications.argoproj.io.yaml | 882 +++ ...efinition-applicationsets.argoproj.io.yaml | 5328 +++++++++++++++++ ...rceDefinition-appprojects.argoproj.io.yaml | 18 +- ...ment-argocd-applicationset-controller.yaml | 12 +- .../argocd/Deployment-argocd-dex-server.yaml | 14 +- ...yment-argocd-notifications-controller.yaml | 12 +- .../argocd/Deployment-argocd-repo-server.yaml | 24 +- .../argocd/Deployment-argocd-server.yaml | 14 +- .../argocd/HTTPRoute-argocd-server.yaml | 4 +- .../Pod-argocd-redis-ha-service-test.yaml | 2 +- .../Role-argocd-application-controller.yaml | 4 +- ...Role-argocd-applicationset-controller.yaml | 4 +- .../argocd/Role-argocd-dex-server.yaml | 4 +- .../Role-argocd-notifications-controller.yaml | 4 +- .../argocd/Role-argocd-repo-server.yaml | 4 +- .../manifests/argocd/Role-argocd-server.yaml | 4 +- ...Binding-argocd-application-controller.yaml | 4 +- ...ding-argocd-applicationset-controller.yaml | 4 +- .../argocd/RoleBinding-argocd-dex-server.yaml | 4 +- ...nding-argocd-notifications-controller.yaml | 4 +- .../RoleBinding-argocd-repo-server.yaml | 4 +- .../argocd/RoleBinding-argocd-server.yaml | 4 +- .../argocd/Secret-argocd-secret.yaml | 4 +- ...argocd-application-controller-metrics.yaml | 4 +- ...ocd-applicationset-controller-metrics.yaml | 4 +- ...vice-argocd-applicationset-controller.yaml | 4 +- .../argocd/Service-argocd-dex-server.yaml | 4 +- ...gocd-notifications-controller-metrics.yaml | 4 +- .../Service-argocd-repo-server-metrics.yaml | 4 +- .../argocd/Service-argocd-repo-server.yaml | 4 +- .../argocd/Service-argocd-server-metrics.yaml | 4 +- .../argocd/Service-argocd-server.yaml | 4 +- ...Account-argocd-application-controller.yaml | 4 +- ...ount-argocd-applicationset-controller.yaml | 4 +- .../ServiceAccount-argocd-dex-server.yaml | 4 +- ...count-argocd-notifications-controller.yaml | 4 +- .../ServiceAccount-argocd-repo-server.yaml | 4 +- .../argocd/ServiceAccount-argocd-server.yaml | 4 +- ...efulSet-argocd-application-controller.yaml | 14 +- .../StatefulSet-argocd-redis-ha-server.yaml | 8 +- .../jellyfin/Deployment-jellyfin.yaml | 2 +- .../manifests/postiz/Deployment-postiz.yaml | 2 +- 56 files changed, 6359 insertions(+), 143 deletions(-) diff --git a/clusters/cl01tl/manifests/actual/Deployment-actual.yaml b/clusters/cl01tl/manifests/actual/Deployment-actual.yaml index 027d83c09..87c3b5ebd 100644 --- a/clusters/cl01tl/manifests/actual/Deployment-actual.yaml +++ b/clusters/cl01tl/manifests/actual/Deployment-actual.yaml @@ -37,7 +37,7 @@ spec: - env: - name: TZ value: US/Central - image: ghcr.io/actualbudget/actual:26.1.0 + image: ghcr.io/actualbudget/actual:26.2.0 imagePullPolicy: IfNotPresent livenessProbe: exec: diff --git a/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-application-controller.yaml b/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-application-controller.yaml index 16ec39cea..020d7486a 100644 --- a/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-application-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-application-controller.yaml @@ -3,13 +3,13 @@ kind: ClusterRole metadata: name: argocd-application-controller labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - '*' diff --git a/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-notifications-controller.yaml b/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-notifications-controller.yaml index 4fcc61cae..d9e128070 100644 --- a/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-notifications-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-notifications-controller.yaml @@ -3,13 +3,13 @@ kind: ClusterRole metadata: name: argocd-notifications-controller labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - argoproj.io diff --git a/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-server.yaml index 49e74e59c..cd04f5321 100644 --- a/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/ClusterRole-argocd-server.yaml @@ -3,13 +3,13 @@ kind: ClusterRole metadata: name: argocd-server labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - '*' diff --git a/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-application-controller.yaml b/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-application-controller.yaml index 8eafa70df..e1f096f8f 100644 --- a/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-application-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-application-controller.yaml @@ -3,13 +3,13 @@ kind: ClusterRoleBinding metadata: name: argocd-application-controller labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole diff --git a/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-notifications-controller.yaml b/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-notifications-controller.yaml index e6e94382b..a8e39a424 100644 --- a/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-notifications-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-notifications-controller.yaml @@ -3,13 +3,13 @@ kind: ClusterRoleBinding metadata: name: argocd-notifications-controller labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole diff --git a/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-server.yaml index f9d1f0d13..68b8ec1a0 100644 --- a/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/ClusterRoleBinding-argocd-server.yaml @@ -3,13 +3,13 @@ kind: ClusterRoleBinding metadata: name: argocd-server labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cm.yaml index 1182c018d..209e8e39e 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cm.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-cm app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" data: admin.enabled: "true" application.instanceLabelKey: argocd.argoproj.io/instance diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cmd-params-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cmd-params-cm.yaml index 0f86de729..f218e66c1 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cmd-params-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-cmd-params-cm.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-cmd-params-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-cmd-params-cm app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" data: applicationsetcontroller.enable.leader.election: "true" applicationsetcontroller.log.format: text diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-gpg-keys-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-gpg-keys-cm.yaml index 1dbb6ec2b..7fc7fe746 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-gpg-keys-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-gpg-keys-cm.yaml @@ -4,9 +4,9 @@ metadata: name: argocd-gpg-keys-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-gpg-keys-cm app.kubernetes.io/instance: argocd app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-notifications-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-notifications-cm.yaml index f6894339e..a6409a94e 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-notifications-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-notifications-cm.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-notifications-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" data: context: | argocdUrl: https://argocd.example.com diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-rbac-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-rbac-cm.yaml index 583fb9774..ccb142f83 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-rbac-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-rbac-cm.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-rbac-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-rbac-cm app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" data: policy.csv: | g, ArgoCD Admins, role:admin diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-ssh-known-hosts-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-ssh-known-hosts-cm.yaml index 618860bf0..97356624f 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-ssh-known-hosts-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-ssh-known-hosts-cm.yaml @@ -4,12 +4,12 @@ metadata: name: argocd-ssh-known-hosts-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-ssh-known-hosts-cm app.kubernetes.io/instance: argocd app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" data: ssh_known_hosts: | [ssh.github.com]:443 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= diff --git a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-tls-certs-cm.yaml b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-tls-certs-cm.yaml index af8cfc3fd..8ef4e90cc 100644 --- a/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-tls-certs-cm.yaml +++ b/clusters/cl01tl/manifests/argocd/ConfigMap-argocd-tls-certs-cm.yaml @@ -4,9 +4,9 @@ metadata: name: argocd-tls-certs-cm namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-tls-certs-cm app.kubernetes.io/instance: argocd app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applications.argoproj.io.yaml b/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applications.argoproj.io.yaml index 4cb954648..819980a2d 100644 --- a/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applications.argoproj.io.yaml +++ b/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applications.argoproj.io.yaml @@ -1239,9 +1239,303 @@ spec: drySource: description: DrySource specifies where the dry "don't repeat yourself" manifest source lives. properties: + directory: + description: Directory specifies path/directory specific options + properties: + exclude: + description: Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation + type: string + include: + description: Include contains a glob pattern to match paths against that should be explicitly included during manifest generation + type: string + jsonnet: + description: Jsonnet holds options specific to Jsonnet + properties: + extVars: + description: ExtVars is a list of Jsonnet External Variables + items: + description: JsonnetVar represents a variable to be passed to jsonnet during manifest generation + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + description: Additional library search dirs + items: + type: string + type: array + tlas: + description: TLAS is a list of Jsonnet Top-level Arguments + items: + description: JsonnetVar represents a variable to be passed to jsonnet during manifest generation + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + description: Recurse specifies whether to scan a directory recursively for manifests + type: boolean + type: object + helm: + description: Helm specifies helm specific options + properties: + apiVersions: + description: |- + APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, + Argo CD uses the API versions of the target cluster. The format is [group/]version/kind. + items: + type: string + type: array + fileParameters: + description: FileParameters are file parameters to the helm template + items: + description: HelmFileParameter is a file parameter that's passed to helm template during manifest generation + properties: + name: + description: Name is the name of the Helm parameter + type: string + path: + description: Path is the path to the file containing the values for the Helm parameter + type: string + type: object + type: array + ignoreMissingValueFiles: + description: IgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template --values + type: boolean + kubeVersion: + description: |- + KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD + uses the Kubernetes version of the target cluster. + type: string + namespace: + description: Namespace is an optional namespace to template with. If left empty, defaults to the app's destination namespace. + type: string + parameters: + description: Parameters is a list of Helm parameters which are passed to the helm template command upon manifest generation + items: + description: HelmParameter is a parameter that's passed to helm template during manifest generation + properties: + forceString: + description: ForceString determines whether to tell Helm to interpret booleans and numbers as strings + type: boolean + name: + description: Name is the name of the Helm parameter + type: string + value: + description: Value is the value for the Helm parameter + type: string + type: object + type: array + passCredentials: + description: PassCredentials pass credentials to all domains (Helm's --pass-credentials) + type: boolean + releaseName: + description: ReleaseName is the Helm release name to use. If omitted it will use the application name + type: string + skipCrds: + description: SkipCrds skips custom resource definition installation step (Helm's --skip-crds) + type: boolean + skipSchemaValidation: + description: SkipSchemaValidation skips JSON schema validation (Helm's --skip-schema-validation) + type: boolean + skipTests: + description: SkipTests skips test manifest installation step (Helm's --skip-tests). + type: boolean + valueFiles: + description: ValuesFiles is a list of Helm value files to use when generating a template + items: + type: string + type: array + values: + description: Values specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other. + type: string + valuesObject: + description: ValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values. + type: object + x-kubernetes-preserve-unknown-fields: true + version: + description: Version is the Helm version to use for templating ("3") + type: string + type: object + kustomize: + description: Kustomize specifies kustomize specific options + properties: + apiVersions: + description: |- + APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, + Argo CD uses the API versions of the target cluster. The format is [group/]version/kind. + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + description: CommonAnnotations is a list of additional annotations to add to rendered manifests + type: object + commonAnnotationsEnvsubst: + description: CommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values + type: boolean + commonLabels: + additionalProperties: + type: string + description: CommonLabels is a list of additional labels to add to rendered manifests + type: object + components: + description: Components specifies a list of kustomize components to add to the kustomization before building + items: + type: string + type: array + forceCommonAnnotations: + description: ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps + type: boolean + forceCommonLabels: + description: ForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps + type: boolean + ignoreMissingComponents: + description: IgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file + type: boolean + images: + description: Images is a list of Kustomize image override specifications + items: + description: KustomizeImage represents a Kustomize image definition in the format [old_image_name=]: + type: string + type: array + kubeVersion: + description: |- + KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD + uses the Kubernetes version of the target cluster. + type: string + labelIncludeTemplates: + description: LabelIncludeTemplates specifies whether to apply common labels to resource templates or not + type: boolean + labelWithoutSelector: + description: LabelWithoutSelector specifies whether to apply common labels to resource selectors or not + type: boolean + namePrefix: + description: NamePrefix is a prefix appended to resources for Kustomize apps + type: string + nameSuffix: + description: NameSuffix is a suffix appended to resources for Kustomize apps + type: string + namespace: + description: Namespace sets the namespace that Kustomize adds to all resources + type: string + patches: + description: Patches is a list of Kustomize patches + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + description: Replicas is a list of Kustomize Replicas override specifications + items: + properties: + count: + anyOf: + - type: integer + - type: string + description: Number of replicas + x-kubernetes-int-or-string: true + name: + description: Name of Deployment or StatefulSet + type: string + required: + - count + - name + type: object + type: array + version: + description: Version controls which version of Kustomize to use for rendering manifests + type: string + type: object path: description: Path is a directory path within the Git repository where the manifests are located type: string + plugin: + description: Plugin specifies config management plugin specific options + properties: + env: + description: Env is a list of environment variable entries + items: + description: EnvEntry represents an entry in the application's environment + properties: + name: + description: Name is the name of the variable, usually expressed in uppercase + type: string + value: + description: Value is the value of the variable + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + description: Array is the value of an array type parameter. + items: + type: string + type: array + map: + additionalProperties: + type: string + description: Map is the value of a map type parameter. + type: object + name: + description: Name is the name identifying a parameter. + type: string + string: + description: String_ is the value of a string type parameter. + type: string + type: object + type: array + type: object repoURL: description: RepoURL is the URL to the git repository that contains the application manifests type: string @@ -4034,9 +4328,303 @@ spec: drySource: description: DrySource specifies where the dry "don't repeat yourself" manifest source lives. properties: + directory: + description: Directory specifies path/directory specific options + properties: + exclude: + description: Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation + type: string + include: + description: Include contains a glob pattern to match paths against that should be explicitly included during manifest generation + type: string + jsonnet: + description: Jsonnet holds options specific to Jsonnet + properties: + extVars: + description: ExtVars is a list of Jsonnet External Variables + items: + description: JsonnetVar represents a variable to be passed to jsonnet during manifest generation + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + description: Additional library search dirs + items: + type: string + type: array + tlas: + description: TLAS is a list of Jsonnet Top-level Arguments + items: + description: JsonnetVar represents a variable to be passed to jsonnet during manifest generation + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + description: Recurse specifies whether to scan a directory recursively for manifests + type: boolean + type: object + helm: + description: Helm specifies helm specific options + properties: + apiVersions: + description: |- + APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, + Argo CD uses the API versions of the target cluster. The format is [group/]version/kind. + items: + type: string + type: array + fileParameters: + description: FileParameters are file parameters to the helm template + items: + description: HelmFileParameter is a file parameter that's passed to helm template during manifest generation + properties: + name: + description: Name is the name of the Helm parameter + type: string + path: + description: Path is the path to the file containing the values for the Helm parameter + type: string + type: object + type: array + ignoreMissingValueFiles: + description: IgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template --values + type: boolean + kubeVersion: + description: |- + KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD + uses the Kubernetes version of the target cluster. + type: string + namespace: + description: Namespace is an optional namespace to template with. If left empty, defaults to the app's destination namespace. + type: string + parameters: + description: Parameters is a list of Helm parameters which are passed to the helm template command upon manifest generation + items: + description: HelmParameter is a parameter that's passed to helm template during manifest generation + properties: + forceString: + description: ForceString determines whether to tell Helm to interpret booleans and numbers as strings + type: boolean + name: + description: Name is the name of the Helm parameter + type: string + value: + description: Value is the value for the Helm parameter + type: string + type: object + type: array + passCredentials: + description: PassCredentials pass credentials to all domains (Helm's --pass-credentials) + type: boolean + releaseName: + description: ReleaseName is the Helm release name to use. If omitted it will use the application name + type: string + skipCrds: + description: SkipCrds skips custom resource definition installation step (Helm's --skip-crds) + type: boolean + skipSchemaValidation: + description: SkipSchemaValidation skips JSON schema validation (Helm's --skip-schema-validation) + type: boolean + skipTests: + description: SkipTests skips test manifest installation step (Helm's --skip-tests). + type: boolean + valueFiles: + description: ValuesFiles is a list of Helm value files to use when generating a template + items: + type: string + type: array + values: + description: Values specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other. + type: string + valuesObject: + description: ValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values. + type: object + x-kubernetes-preserve-unknown-fields: true + version: + description: Version is the Helm version to use for templating ("3") + type: string + type: object + kustomize: + description: Kustomize specifies kustomize specific options + properties: + apiVersions: + description: |- + APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, + Argo CD uses the API versions of the target cluster. The format is [group/]version/kind. + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + description: CommonAnnotations is a list of additional annotations to add to rendered manifests + type: object + commonAnnotationsEnvsubst: + description: CommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values + type: boolean + commonLabels: + additionalProperties: + type: string + description: CommonLabels is a list of additional labels to add to rendered manifests + type: object + components: + description: Components specifies a list of kustomize components to add to the kustomization before building + items: + type: string + type: array + forceCommonAnnotations: + description: ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps + type: boolean + forceCommonLabels: + description: ForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps + type: boolean + ignoreMissingComponents: + description: IgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file + type: boolean + images: + description: Images is a list of Kustomize image override specifications + items: + description: KustomizeImage represents a Kustomize image definition in the format [old_image_name=]: + type: string + type: array + kubeVersion: + description: |- + KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD + uses the Kubernetes version of the target cluster. + type: string + labelIncludeTemplates: + description: LabelIncludeTemplates specifies whether to apply common labels to resource templates or not + type: boolean + labelWithoutSelector: + description: LabelWithoutSelector specifies whether to apply common labels to resource selectors or not + type: boolean + namePrefix: + description: NamePrefix is a prefix appended to resources for Kustomize apps + type: string + nameSuffix: + description: NameSuffix is a suffix appended to resources for Kustomize apps + type: string + namespace: + description: Namespace sets the namespace that Kustomize adds to all resources + type: string + patches: + description: Patches is a list of Kustomize patches + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + description: Replicas is a list of Kustomize Replicas override specifications + items: + properties: + count: + anyOf: + - type: integer + - type: string + description: Number of replicas + x-kubernetes-int-or-string: true + name: + description: Name of Deployment or StatefulSet + type: string + required: + - count + - name + type: object + type: array + version: + description: Version controls which version of Kustomize to use for rendering manifests + type: string + type: object path: description: Path is a directory path within the Git repository where the manifests are located type: string + plugin: + description: Plugin specifies config management plugin specific options + properties: + env: + description: Env is a list of environment variable entries + items: + description: EnvEntry represents an entry in the application's environment + properties: + name: + description: Name is the name of the variable, usually expressed in uppercase + type: string + value: + description: Value is the value of the variable + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + description: Array is the value of an array type parameter. + items: + type: string + type: array + map: + additionalProperties: + type: string + description: Map is the value of a map type parameter. + type: object + name: + description: Name is the name identifying a parameter. + type: string + string: + description: String_ is the value of a string type parameter. + type: string + type: object + type: array + type: object repoURL: description: RepoURL is the URL to the git repository that contains the application manifests type: string @@ -4106,9 +4694,303 @@ spec: drySource: description: DrySource specifies where the dry "don't repeat yourself" manifest source lives. properties: + directory: + description: Directory specifies path/directory specific options + properties: + exclude: + description: Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation + type: string + include: + description: Include contains a glob pattern to match paths against that should be explicitly included during manifest generation + type: string + jsonnet: + description: Jsonnet holds options specific to Jsonnet + properties: + extVars: + description: ExtVars is a list of Jsonnet External Variables + items: + description: JsonnetVar represents a variable to be passed to jsonnet during manifest generation + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + description: Additional library search dirs + items: + type: string + type: array + tlas: + description: TLAS is a list of Jsonnet Top-level Arguments + items: + description: JsonnetVar represents a variable to be passed to jsonnet during manifest generation + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + description: Recurse specifies whether to scan a directory recursively for manifests + type: boolean + type: object + helm: + description: Helm specifies helm specific options + properties: + apiVersions: + description: |- + APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, + Argo CD uses the API versions of the target cluster. The format is [group/]version/kind. + items: + type: string + type: array + fileParameters: + description: FileParameters are file parameters to the helm template + items: + description: HelmFileParameter is a file parameter that's passed to helm template during manifest generation + properties: + name: + description: Name is the name of the Helm parameter + type: string + path: + description: Path is the path to the file containing the values for the Helm parameter + type: string + type: object + type: array + ignoreMissingValueFiles: + description: IgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template --values + type: boolean + kubeVersion: + description: |- + KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD + uses the Kubernetes version of the target cluster. + type: string + namespace: + description: Namespace is an optional namespace to template with. If left empty, defaults to the app's destination namespace. + type: string + parameters: + description: Parameters is a list of Helm parameters which are passed to the helm template command upon manifest generation + items: + description: HelmParameter is a parameter that's passed to helm template during manifest generation + properties: + forceString: + description: ForceString determines whether to tell Helm to interpret booleans and numbers as strings + type: boolean + name: + description: Name is the name of the Helm parameter + type: string + value: + description: Value is the value for the Helm parameter + type: string + type: object + type: array + passCredentials: + description: PassCredentials pass credentials to all domains (Helm's --pass-credentials) + type: boolean + releaseName: + description: ReleaseName is the Helm release name to use. If omitted it will use the application name + type: string + skipCrds: + description: SkipCrds skips custom resource definition installation step (Helm's --skip-crds) + type: boolean + skipSchemaValidation: + description: SkipSchemaValidation skips JSON schema validation (Helm's --skip-schema-validation) + type: boolean + skipTests: + description: SkipTests skips test manifest installation step (Helm's --skip-tests). + type: boolean + valueFiles: + description: ValuesFiles is a list of Helm value files to use when generating a template + items: + type: string + type: array + values: + description: Values specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other. + type: string + valuesObject: + description: ValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values. + type: object + x-kubernetes-preserve-unknown-fields: true + version: + description: Version is the Helm version to use for templating ("3") + type: string + type: object + kustomize: + description: Kustomize specifies kustomize specific options + properties: + apiVersions: + description: |- + APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, + Argo CD uses the API versions of the target cluster. The format is [group/]version/kind. + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + description: CommonAnnotations is a list of additional annotations to add to rendered manifests + type: object + commonAnnotationsEnvsubst: + description: CommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values + type: boolean + commonLabels: + additionalProperties: + type: string + description: CommonLabels is a list of additional labels to add to rendered manifests + type: object + components: + description: Components specifies a list of kustomize components to add to the kustomization before building + items: + type: string + type: array + forceCommonAnnotations: + description: ForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps + type: boolean + forceCommonLabels: + description: ForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps + type: boolean + ignoreMissingComponents: + description: IgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file + type: boolean + images: + description: Images is a list of Kustomize image override specifications + items: + description: KustomizeImage represents a Kustomize image definition in the format [old_image_name=]: + type: string + type: array + kubeVersion: + description: |- + KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD + uses the Kubernetes version of the target cluster. + type: string + labelIncludeTemplates: + description: LabelIncludeTemplates specifies whether to apply common labels to resource templates or not + type: boolean + labelWithoutSelector: + description: LabelWithoutSelector specifies whether to apply common labels to resource selectors or not + type: boolean + namePrefix: + description: NamePrefix is a prefix appended to resources for Kustomize apps + type: string + nameSuffix: + description: NameSuffix is a suffix appended to resources for Kustomize apps + type: string + namespace: + description: Namespace sets the namespace that Kustomize adds to all resources + type: string + patches: + description: Patches is a list of Kustomize patches + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + description: Replicas is a list of Kustomize Replicas override specifications + items: + properties: + count: + anyOf: + - type: integer + - type: string + description: Number of replicas + x-kubernetes-int-or-string: true + name: + description: Name of Deployment or StatefulSet + type: string + required: + - count + - name + type: object + type: array + version: + description: Version controls which version of Kustomize to use for rendering manifests + type: string + type: object path: description: Path is a directory path within the Git repository where the manifests are located type: string + plugin: + description: Plugin specifies config management plugin specific options + properties: + env: + description: Env is a list of environment variable entries + items: + description: EnvEntry represents an entry in the application's environment + properties: + name: + description: Name is the name of the variable, usually expressed in uppercase + type: string + value: + description: Value is the value of the variable + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + description: Array is the value of an array type parameter. + items: + type: string + type: array + map: + additionalProperties: + type: string + description: Map is the value of a map type parameter. + type: object + name: + description: Name is the name identifying a parameter. + type: string + string: + description: String_ is the value of a string type parameter. + type: string + type: object + type: array + type: object repoURL: description: RepoURL is the URL to the git repository that contains the application manifests type: string diff --git a/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applicationsets.argoproj.io.yaml b/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applicationsets.argoproj.io.yaml index 860a0865a..afb78c416 100644 --- a/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applicationsets.argoproj.io.yaml +++ b/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-applicationsets.argoproj.io.yaml @@ -390,8 +390,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -1076,8 +1298,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -1763,8 +2207,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -2428,8 +3094,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -3118,8 +4006,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -3804,8 +4914,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -4491,8 +5823,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -5156,8 +6710,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -5829,8 +7605,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -6729,8 +8727,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -7620,8 +9840,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -8302,8 +10744,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -8994,8 +11658,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -9680,8 +12566,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -10367,8 +13475,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -11032,8 +14362,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -11705,8 +15257,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -12605,8 +16379,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -13496,8 +17492,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -14182,8 +18400,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -14854,8 +19294,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -15754,8 +20416,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -16645,8 +21529,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: @@ -17404,8 +22510,230 @@ spec: properties: drySource: properties: + directory: + properties: + exclude: + type: string + include: + type: string + jsonnet: + properties: + extVars: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + libs: + items: + type: string + type: array + tlas: + items: + properties: + code: + type: boolean + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + type: object + recurse: + type: boolean + type: object + helm: + properties: + apiVersions: + items: + type: string + type: array + fileParameters: + items: + properties: + name: + type: string + path: + type: string + type: object + type: array + ignoreMissingValueFiles: + type: boolean + kubeVersion: + type: string + namespace: + type: string + parameters: + items: + properties: + forceString: + type: boolean + name: + type: string + value: + type: string + type: object + type: array + passCredentials: + type: boolean + releaseName: + type: string + skipCrds: + type: boolean + skipSchemaValidation: + type: boolean + skipTests: + type: boolean + valueFiles: + items: + type: string + type: array + values: + type: string + valuesObject: + type: object + x-kubernetes-preserve-unknown-fields: true + version: + type: string + type: object + kustomize: + properties: + apiVersions: + items: + type: string + type: array + commonAnnotations: + additionalProperties: + type: string + type: object + commonAnnotationsEnvsubst: + type: boolean + commonLabels: + additionalProperties: + type: string + type: object + components: + items: + type: string + type: array + forceCommonAnnotations: + type: boolean + forceCommonLabels: + type: boolean + ignoreMissingComponents: + type: boolean + images: + items: + type: string + type: array + kubeVersion: + type: string + labelIncludeTemplates: + type: boolean + labelWithoutSelector: + type: boolean + namePrefix: + type: string + nameSuffix: + type: string + namespace: + type: string + patches: + items: + properties: + options: + additionalProperties: + type: boolean + type: object + patch: + type: string + path: + type: string + target: + properties: + annotationSelector: + type: string + group: + type: string + kind: + type: string + labelSelector: + type: string + name: + type: string + namespace: + type: string + version: + type: string + type: object + type: object + type: array + replicas: + items: + properties: + count: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + name: + type: string + required: + - count + - name + type: object + type: array + version: + type: string + type: object path: type: string + plugin: + properties: + env: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + name: + type: string + parameters: + items: + properties: + array: + items: + type: string + type: array + map: + additionalProperties: + type: string + type: object + name: + type: string + string: + type: string + type: object + type: array + type: object repoURL: type: string targetRevision: diff --git a/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-appprojects.argoproj.io.yaml b/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-appprojects.argoproj.io.yaml index ac9ce9ba3..68cb7491d 100644 --- a/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-appprojects.argoproj.io.yaml +++ b/clusters/cl01tl/manifests/argocd/CustomResourceDefinition-appprojects.argoproj.io.yaml @@ -53,14 +53,17 @@ spec: clusterResourceBlacklist: description: ClusterResourceBlacklist contains list of blacklisted cluster level resources items: - description: |- - GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying - concepts during lookup stages without having partially valid types + description: ClusterResourceRestrictionItem is a cluster resource that is restricted by the project's whitelist or blacklist properties: group: type: string kind: type: string + name: + description: |- + Name is the name of the restricted resource. Glob patterns using Go's filepath.Match syntax are supported. + Unlike the group and kind fields, if no name is specified, all resources of the specified group/kind are matched. + type: string required: - group - kind @@ -69,14 +72,17 @@ spec: clusterResourceWhitelist: description: ClusterResourceWhitelist contains list of whitelisted cluster level resources items: - description: |- - GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying - concepts during lookup stages without having partially valid types + description: ClusterResourceRestrictionItem is a cluster resource that is restricted by the project's whitelist or blacklist properties: group: type: string kind: type: string + name: + description: |- + Name is the name of the restricted resource. Glob patterns using Go's filepath.Match syntax are supported. + Unlike the group and kind fields, if no name is specified, all resources of the specified group/kind are matched. + type: string required: - group - kind diff --git a/clusters/cl01tl/manifests/argocd/Deployment-argocd-applicationset-controller.yaml b/clusters/cl01tl/manifests/argocd/Deployment-argocd-applicationset-controller.yaml index 3442237cf..d0e556dbb 100644 --- a/clusters/cl01tl/manifests/argocd/Deployment-argocd-applicationset-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/Deployment-argocd-applicationset-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-applicationset-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: replicas: 2 revisionHistoryLimit: 3 @@ -21,22 +21,22 @@ spec: template: metadata: annotations: - checksum/cmd-params: 4285e16b0e4fdfbf548f9fb7afc5dd416a645e3c584b9cdc7421782f1228beee + checksum/cmd-params: 20b8721c47616aebb443a3672c0909386ce5f244aea40a4eea814eb4b931611b labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-applicationset-controller automountServiceAccountToken: true containers: - name: applicationset-controller - image: quay.io/argoproj/argocd:v3.2.6 + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-applicationset-controller diff --git a/clusters/cl01tl/manifests/argocd/Deployment-argocd-dex-server.yaml b/clusters/cl01tl/manifests/argocd/Deployment-argocd-dex-server.yaml index 05fe194b9..d1b352d75 100644 --- a/clusters/cl01tl/manifests/argocd/Deployment-argocd-dex-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Deployment-argocd-dex-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-dex-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: replicas: 1 revisionHistoryLimit: 3 @@ -21,16 +21,16 @@ spec: template: metadata: annotations: - checksum/cmd-params: 4285e16b0e4fdfbf548f9fb7afc5dd416a645e3c584b9cdc7421782f1228beee - checksum/cm: 16b23805474501567ffb9f27121ee99c16f0da4e90b4c29d46e9f3caa3d9a97b + checksum/cmd-params: 20b8721c47616aebb443a3672c0909386ce5f244aea40a4eea814eb4b931611b + checksum/cm: 8d32fd3f2467f6b9fac30a1fee5b6cefb6351df1689decd7ee3d828a477e2a0a labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-dex-server @@ -117,7 +117,7 @@ spec: mountPath: /tls initContainers: - name: copyutil - image: quay.io/argoproj/argocd:v3.2.6 + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent command: - /bin/cp diff --git a/clusters/cl01tl/manifests/argocd/Deployment-argocd-notifications-controller.yaml b/clusters/cl01tl/manifests/argocd/Deployment-argocd-notifications-controller.yaml index 1cd422c9b..a3a9b3e67 100644 --- a/clusters/cl01tl/manifests/argocd/Deployment-argocd-notifications-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/Deployment-argocd-notifications-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-notifications-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: replicas: 1 revisionHistoryLimit: 3 @@ -23,22 +23,22 @@ spec: template: metadata: annotations: - checksum/cmd-params: 4285e16b0e4fdfbf548f9fb7afc5dd416a645e3c584b9cdc7421782f1228beee + checksum/cmd-params: 20b8721c47616aebb443a3672c0909386ce5f244aea40a4eea814eb4b931611b labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-notifications-controller automountServiceAccountToken: true containers: - name: notifications-controller - image: quay.io/argoproj/argocd:v3.2.6 + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-notifications diff --git a/clusters/cl01tl/manifests/argocd/Deployment-argocd-repo-server.yaml b/clusters/cl01tl/manifests/argocd/Deployment-argocd-repo-server.yaml index 16edcaf3a..b7e0469f4 100644 --- a/clusters/cl01tl/manifests/argocd/Deployment-argocd-repo-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Deployment-argocd-repo-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-repo-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: replicas: 2 revisionHistoryLimit: 3 @@ -21,23 +21,23 @@ spec: template: metadata: annotations: - checksum/cmd-params: 4285e16b0e4fdfbf548f9fb7afc5dd416a645e3c584b9cdc7421782f1228beee - checksum/cm: 16b23805474501567ffb9f27121ee99c16f0da4e90b4c29d46e9f3caa3d9a97b + checksum/cmd-params: 20b8721c47616aebb443a3672c0909386ce5f244aea40a4eea814eb4b931611b + checksum/cm: 8d32fd3f2467f6b9fac30a1fee5b6cefb6351df1689decd7ee3d828a477e2a0a labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-repo-server automountServiceAccountToken: true containers: - name: repo-server - image: quay.io/argoproj/argocd:v3.2.6 + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-repo-server @@ -358,11 +358,11 @@ spec: type: RuntimeDefault initContainers: - command: - - /bin/cp - - --update=none - - /usr/local/bin/argocd - - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.2.6 + - sh + - '-c' + args: + - /bin/cp --update=none /usr/local/bin/argocd /var/run/argocd/argocd && /bin/ln -s /var/run/argocd/argocd /var/run/argocd/argocd-cmp-server + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent name: copyutil resources: {} diff --git a/clusters/cl01tl/manifests/argocd/Deployment-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/Deployment-argocd-server.yaml index 69e6ccba4..8dfbd3efb 100644 --- a/clusters/cl01tl/manifests/argocd/Deployment-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Deployment-argocd-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: replicas: 2 revisionHistoryLimit: 3 @@ -21,23 +21,23 @@ spec: template: metadata: annotations: - checksum/cmd-params: 4285e16b0e4fdfbf548f9fb7afc5dd416a645e3c584b9cdc7421782f1228beee - checksum/cm: 16b23805474501567ffb9f27121ee99c16f0da4e90b4c29d46e9f3caa3d9a97b + checksum/cmd-params: 20b8721c47616aebb443a3672c0909386ce5f244aea40a4eea814eb4b931611b + checksum/cm: 8d32fd3f2467f6b9fac30a1fee5b6cefb6351df1689decd7ee3d828a477e2a0a labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-server automountServiceAccountToken: true containers: - name: server - image: quay.io/argoproj/argocd:v3.2.6 + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent args: - /usr/local/bin/argocd-server diff --git a/clusters/cl01tl/manifests/argocd/HTTPRoute-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/HTTPRoute-argocd-server.yaml index f3c9c1c29..f183d9661 100644 --- a/clusters/cl01tl/manifests/argocd/HTTPRoute-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/HTTPRoute-argocd-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: parentRefs: - group: gateway.networking.k8s.io diff --git a/clusters/cl01tl/manifests/argocd/Pod-argocd-redis-ha-service-test.yaml b/clusters/cl01tl/manifests/argocd/Pod-argocd-redis-ha-service-test.yaml index 22ae87978..064c96a49 100644 --- a/clusters/cl01tl/manifests/argocd/Pod-argocd-redis-ha-service-test.yaml +++ b/clusters/cl01tl/manifests/argocd/Pod-argocd-redis-ha-service-test.yaml @@ -15,7 +15,7 @@ spec: tolerations: [] containers: - name: "argocd-service-test" - image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine + image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine command: - sh - -c diff --git a/clusters/cl01tl/manifests/argocd/Role-argocd-application-controller.yaml b/clusters/cl01tl/manifests/argocd/Role-argocd-application-controller.yaml index 795419a04..21eb55723 100644 --- a/clusters/cl01tl/manifests/argocd/Role-argocd-application-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/Role-argocd-application-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-application-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - "" diff --git a/clusters/cl01tl/manifests/argocd/Role-argocd-applicationset-controller.yaml b/clusters/cl01tl/manifests/argocd/Role-argocd-applicationset-controller.yaml index b950222ba..b2135d923 100644 --- a/clusters/cl01tl/manifests/argocd/Role-argocd-applicationset-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/Role-argocd-applicationset-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-applicationset-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - argoproj.io diff --git a/clusters/cl01tl/manifests/argocd/Role-argocd-dex-server.yaml b/clusters/cl01tl/manifests/argocd/Role-argocd-dex-server.yaml index afd8d9984..0e549e858 100644 --- a/clusters/cl01tl/manifests/argocd/Role-argocd-dex-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Role-argocd-dex-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-dex-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - "" diff --git a/clusters/cl01tl/manifests/argocd/Role-argocd-notifications-controller.yaml b/clusters/cl01tl/manifests/argocd/Role-argocd-notifications-controller.yaml index 15084bf70..ec52afa86 100644 --- a/clusters/cl01tl/manifests/argocd/Role-argocd-notifications-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/Role-argocd-notifications-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-notifications-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - argoproj.io diff --git a/clusters/cl01tl/manifests/argocd/Role-argocd-repo-server.yaml b/clusters/cl01tl/manifests/argocd/Role-argocd-repo-server.yaml index 7c4913b17..d380b7044 100644 --- a/clusters/cl01tl/manifests/argocd/Role-argocd-repo-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Role-argocd-repo-server.yaml @@ -4,11 +4,11 @@ metadata: name: argocd-repo-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: diff --git a/clusters/cl01tl/manifests/argocd/Role-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/Role-argocd-server.yaml index adbd5e3a2..733578407 100644 --- a/clusters/cl01tl/manifests/argocd/Role-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Role-argocd-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" rules: - apiGroups: - "" diff --git a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-application-controller.yaml b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-application-controller.yaml index e26a9c145..bfdad13cd 100644 --- a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-application-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-application-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-application-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-applicationset-controller.yaml b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-applicationset-controller.yaml index 273265603..28bbf5652 100644 --- a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-applicationset-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-applicationset-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-applicationset-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-dex-server.yaml b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-dex-server.yaml index 048dc1e39..69457e225 100644 --- a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-dex-server.yaml +++ b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-dex-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-dex-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-notifications-controller.yaml b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-notifications-controller.yaml index 99cdb64a0..6f1de44c7 100644 --- a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-notifications-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-notifications-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-notifications-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-repo-server.yaml b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-repo-server.yaml index 6f7a69744..dfd335f50 100644 --- a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-repo-server.yaml +++ b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-repo-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-repo-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-server.yaml index ffa1c8f02..52a38a39a 100644 --- a/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/RoleBinding-argocd-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/clusters/cl01tl/manifests/argocd/Secret-argocd-secret.yaml b/clusters/cl01tl/manifests/argocd/Secret-argocd-secret.yaml index 721daa317..16ea043ca 100644 --- a/clusters/cl01tl/manifests/argocd/Secret-argocd-secret.yaml +++ b/clusters/cl01tl/manifests/argocd/Secret-argocd-secret.yaml @@ -4,11 +4,11 @@ metadata: name: argocd-secret namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-secret app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" type: Opaque diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-application-controller-metrics.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-application-controller-metrics.yaml index 8d765b41b..123e43f22 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-application-controller-metrics.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-application-controller-metrics.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-application-controller-metrics namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller-metrics.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller-metrics.yaml index 7fd94bee1..c0fd71843 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller-metrics.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller-metrics.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-applicationset-controller-metrics namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller.yaml index 8ca4eaa00..98b0bcf51 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-applicationset-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-applicationset-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-dex-server.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-dex-server.yaml index 54f0f6e8f..bbfd4d53b 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-dex-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-dex-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-dex-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: ports: - name: http diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-notifications-controller-metrics.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-notifications-controller-metrics.yaml index fc33f8ce7..051c33fb2 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-notifications-controller-metrics.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-notifications-controller-metrics.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-notifications-controller-metrics namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-metrics app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP selector: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server-metrics.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server-metrics.yaml index 27a31867f..dbe50de3d 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server-metrics.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server-metrics.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-repo-server-metrics namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server-metrics app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server.yaml index 0a9420d12..8ddba5df4 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-repo-server.yaml @@ -2,13 +2,13 @@ apiVersion: v1 kind: Service metadata: labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" name: argocd-repo-server namespace: argocd spec: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-server-metrics.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-server-metrics.yaml index 880584d67..e5e22aa27 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-server-metrics.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-server-metrics.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-server-metrics namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server-metrics app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP ports: diff --git a/clusters/cl01tl/manifests/argocd/Service-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/Service-argocd-server.yaml index b117d9df6..e4bfd2358 100644 --- a/clusters/cl01tl/manifests/argocd/Service-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/Service-argocd-server.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: type: ClusterIP sessionAffinity: None diff --git a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-application-controller.yaml b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-application-controller.yaml index a1c9bba34..01bd88b69 100644 --- a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-application-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-application-controller.yaml @@ -5,10 +5,10 @@ metadata: name: argocd-application-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-applicationset-controller.yaml b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-applicationset-controller.yaml index 7f0ec2f6e..88707c9e0 100644 --- a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-applicationset-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-applicationset-controller.yaml @@ -5,10 +5,10 @@ metadata: name: argocd-applicationset-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-applicationset-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: applicationset-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-dex-server.yaml b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-dex-server.yaml index d302f6b2c..a0af8070f 100644 --- a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-dex-server.yaml +++ b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-dex-server.yaml @@ -5,10 +5,10 @@ metadata: name: argocd-dex-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-dex-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: dex-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-notifications-controller.yaml b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-notifications-controller.yaml index 481e0a285..0480bc098 100644 --- a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-notifications-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-notifications-controller.yaml @@ -5,10 +5,10 @@ metadata: name: argocd-notifications-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-notifications-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: notifications-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-repo-server.yaml b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-repo-server.yaml index cb41071a7..54594b711 100644 --- a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-repo-server.yaml +++ b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-repo-server.yaml @@ -5,10 +5,10 @@ metadata: name: argocd-repo-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-repo-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: repo-server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-server.yaml b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-server.yaml index dc64a6ff4..e0503690e 100644 --- a/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-server.yaml +++ b/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-server.yaml @@ -5,10 +5,10 @@ metadata: name: argocd-server namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-server app.kubernetes.io/instance: argocd app.kubernetes.io/component: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" diff --git a/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-application-controller.yaml b/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-application-controller.yaml index ea4c71a9f..2e1175a46 100644 --- a/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-application-controller.yaml +++ b/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-application-controller.yaml @@ -4,13 +4,13 @@ metadata: name: argocd-application-controller namespace: argocd labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: replicas: 1 revisionHistoryLimit: 5 @@ -22,16 +22,16 @@ spec: template: metadata: annotations: - checksum/cmd-params: 4285e16b0e4fdfbf548f9fb7afc5dd416a645e3c584b9cdc7421782f1228beee - checksum/cm: 16b23805474501567ffb9f27121ee99c16f0da4e90b4c29d46e9f3caa3d9a97b + checksum/cmd-params: 20b8721c47616aebb443a3672c0909386ce5f244aea40a4eea814eb4b931611b + checksum/cm: 8d32fd3f2467f6b9fac30a1fee5b6cefb6351df1689decd7ee3d828a477e2a0a labels: - helm.sh/chart: argo-cd-9.3.7 + helm.sh/chart: argo-cd-9.4.0 app.kubernetes.io/name: argocd-application-controller app.kubernetes.io/instance: argocd app.kubernetes.io/component: application-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argocd - app.kubernetes.io/version: "v3.2.6" + app.kubernetes.io/version: "v3.3.0" spec: terminationGracePeriodSeconds: 30 serviceAccountName: argocd-application-controller @@ -40,7 +40,7 @@ spec: - args: - /usr/local/bin/argocd-application-controller - --metrics-port=8082 - image: quay.io/argoproj/argocd:v3.2.6 + image: quay.io/argoproj/argocd:v3.3.0 imagePullPolicy: IfNotPresent name: application-controller env: diff --git a/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-redis-ha-server.yaml b/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-redis-ha-server.yaml index bf984eb92..57bf06b2a 100644 --- a/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-redis-ha-server.yaml +++ b/clusters/cl01tl/manifests/argocd/StatefulSet-argocd-redis-ha-server.yaml @@ -47,7 +47,7 @@ spec: automountServiceAccountToken: false initContainers: - name: config-init - image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine + image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine imagePullPolicy: IfNotPresent resources: {} command: @@ -79,7 +79,7 @@ spec: mountPath: /data containers: - name: redis - image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine + image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine imagePullPolicy: IfNotPresent command: - redis-server @@ -147,7 +147,7 @@ spec: - /bin/sh - /readonly-config/trigger-failover-if-master.sh - name: sentinel - image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine + image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine imagePullPolicy: IfNotPresent command: - redis-sentinel @@ -207,7 +207,7 @@ spec: name: health lifecycle: {} - name: split-brain-fix - image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine + image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine imagePullPolicy: IfNotPresent command: - sh diff --git a/clusters/cl01tl/manifests/jellyfin/Deployment-jellyfin.yaml b/clusters/cl01tl/manifests/jellyfin/Deployment-jellyfin.yaml index 57066c72e..636076e5d 100644 --- a/clusters/cl01tl/manifests/jellyfin/Deployment-jellyfin.yaml +++ b/clusters/cl01tl/manifests/jellyfin/Deployment-jellyfin.yaml @@ -43,7 +43,7 @@ spec: secretKeyRef: key: token name: jellyfin-exporter-secret - image: rebelcore/jellyfin-exporter:v1.3.9 + image: rebelcore/jellyfin-exporter:v1.4.0 imagePullPolicy: IfNotPresent name: exporter - env: diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz.yaml index 6daab538b..1c7ce398a 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz.yaml @@ -92,7 +92,7 @@ spec: name: postiz-oidc-secret - name: POSTIZ_OAUTH_SCOPE value: openid profile email - image: ghcr.io/gitroomhq/postiz-app:v2.13.0 + image: ghcr.io/gitroomhq/postiz-app:v2.14.0 imagePullPolicy: IfNotPresent name: main resources: