Autogenerated changes for Fleet v0.9.0-rc.2

pull/3037/head
fleet-bot 2023-09-25 17:55:42 +00:00
parent a6526ead24
commit b5fb03b052
43 changed files with 41 additions and 33 deletions

Binary file not shown.

Binary file not shown.

View File

@ -8,8 +8,8 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: fleet-agent
apiVersion: v2
appVersion: 0.9.0-rc.1
appVersion: 0.9.0-rc.2
description: Fleet Manager Agent - GitOps at Scale
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent
version: 103.1.0+up0.9.0-rc.1
version: 103.1.0+up0.9.0-rc.2

View File

@ -1,7 +1,7 @@
image:
os: "windows,linux"
repository: rancher/fleet-agent
tag: v0.9.0-rc.1
tag: v0.9.0-rc.2
# The public URL of the Kubernetes API server running the Fleet Manager must be set here
# Example: https://example.com:6443

View File

@ -6,8 +6,8 @@ annotations:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: fleet-crd
apiVersion: v2
appVersion: 0.9.0-rc.1
appVersion: 0.9.0-rc.2
description: Fleet Manager CustomResourceDefinitions
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd
version: 103.1.0+up0.9.0-rc.1
version: 103.1.0+up0.9.0-rc.2

View File

@ -142,6 +142,8 @@ spec:
repo:
nullable: true
type: string
skipSchemaValidation:
type: boolean
takeOwnership:
type: boolean
timeoutSeconds:
@ -554,6 +556,8 @@ spec:
repo:
nullable: true
type: string
skipSchemaValidation:
type: boolean
takeOwnership:
type: boolean
timeoutSeconds:
@ -1115,6 +1119,8 @@ spec:
repo:
nullable: true
type: string
skipSchemaValidation:
type: boolean
takeOwnership:
type: boolean
timeoutSeconds:
@ -1303,6 +1309,8 @@ spec:
repo:
nullable: true
type: string
skipSchemaValidation:
type: boolean
takeOwnership:
type: boolean
timeoutSeconds:
@ -2493,6 +2501,9 @@ spec:
kubeConfigSecret:
nullable: true
type: string
kubeConfigSecretNamespace:
nullable: true
type: string
paused:
type: boolean
privateRepoURL:

View File

@ -11,7 +11,7 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: fleet
apiVersion: v2
appVersion: 0.9.0-rc.1
appVersion: 0.9.0-rc.2
dependencies:
- condition: gitops.enabled
name: gitjob
@ -19,4 +19,4 @@ dependencies:
description: Fleet Manager - GitOps at Scale
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet
version: 103.1.0+up0.9.0-rc.1
version: 103.1.0+up0.9.0-rc.2

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.82
appVersion: 0.1.86
description: Controller that run jobs based on git events
name: gitjob
version: 0.1.82
version: 0.1.86

View File

@ -16,11 +16,12 @@ spec:
- image: "{{ template "system_default_registry" . }}{{ .Values.gitjob.repository }}:{{ .Values.gitjob.tag }}"
name: gitjob
args:
- gitjob
- --gitjob-image
- "{{ template "system_default_registry" . }}{{ .Values.gitjob.repository }}:{{ .Values.gitjob.tag }}"
{{- if .Values.debug }}
- --debug
{{- end }}
- --tekton-image
- "{{ template "system_default_registry" . }}{{ .Values.tekton.repository }}:{{ .Values.tekton.tag }}"
env:
- name: NAMESPACE
valueFrom:

View File

@ -1,10 +1,6 @@
gitjob:
repository: rancher/gitjob
tag: v0.1.82
tekton:
repository: rancher/tekton-utils
tag: v0.1.35
tag: v0.1.86
global:
cattle:

View File

@ -1,11 +1,11 @@
image:
repository: rancher/fleet
tag: v0.9.0-rc.1
tag: v0.9.0-rc.2
imagePullPolicy: IfNotPresent
agentImage:
repository: rancher/fleet-agent
tag: v0.9.0-rc.1
tag: v0.9.0-rc.2
imagePullPolicy: IfNotPresent
# For cluster registration the public URL of the Kubernetes API server must be set here

View File

@ -488,19 +488,19 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: fleet
apiVersion: v2
appVersion: 0.9.0-rc.1
created: "2023-09-12T16:21:01.450166701Z"
appVersion: 0.9.0-rc.2
created: "2023-09-25T17:55:37.380525704Z"
dependencies:
- condition: gitops.enabled
name: gitjob
repository: file://./charts/gitjob
description: Fleet Manager - GitOps at Scale
digest: d3a06b5e2b80c35acb32ba2492733fb3d218cdf47dcba014f9eea68c6b44d7c2
digest: bcec0ed3417041dc1e201c0f10f370d212f78b77a446a4fda12d671c1d9a1168
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet
urls:
- assets/fleet/fleet-103.1.0+up0.9.0-rc.1.tgz
version: 103.1.0+up0.9.0-rc.1
- assets/fleet/fleet-103.1.0+up0.9.0-rc.2.tgz
version: 103.1.0+up0.9.0-rc.2
- annotations:
catalog.cattle.io/auto-install: fleet-crd=match
catalog.cattle.io/certified: rancher
@ -1087,15 +1087,15 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: fleet-agent
apiVersion: v2
appVersion: 0.9.0-rc.1
created: "2023-09-12T16:21:03.114608587Z"
appVersion: 0.9.0-rc.2
created: "2023-09-25T17:55:39.05933438Z"
description: Fleet Manager Agent - GitOps at Scale
digest: 48cb9d5761ffac13b5e7dd670e3c646bd8c5c19e785842392b00e7e960e4830a
digest: 720e1c46c513458e9c928b9b468f6f8ad1537fa9b63c388173b3b6981209adfe
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent
urls:
- assets/fleet-agent/fleet-agent-103.1.0+up0.9.0-rc.1.tgz
version: 103.1.0+up0.9.0-rc.1
- assets/fleet-agent/fleet-agent-103.1.0+up0.9.0-rc.2.tgz
version: 103.1.0+up0.9.0-rc.2
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
@ -1536,15 +1536,15 @@ entries:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: fleet-crd
apiVersion: v2
appVersion: 0.9.0-rc.1
created: "2023-09-12T16:21:04.799979505Z"
appVersion: 0.9.0-rc.2
created: "2023-09-25T17:55:40.752758078Z"
description: Fleet Manager CustomResourceDefinitions
digest: 5f6f2a348ddb53730d10c2d8789fd08cd64da9608ee80854ef33e7fbe249d50b
digest: c098f6333c46aeeb0dd5a4affd7bf3fdd96dd2108a339a7abb8adf5767749bea
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd
urls:
- assets/fleet-crd/fleet-crd-103.1.0+up0.9.0-rc.1.tgz
version: 103.1.0+up0.9.0-rc.1
- assets/fleet-crd/fleet-crd-103.1.0+up0.9.0-rc.2.tgz
version: 103.1.0+up0.9.0-rc.2
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"