mirror of https://git.rancher.io/charts
Merge pull request #1108 from thedadams/rancher-operator-0.1.4-rc2
Bump rancher-operator to v0.1.4-rc2pull/1153/head
parent
61f8ece70d
commit
1815b158a7
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,11 @@
|
||||||
|
annotations:
|
||||||
|
catalog.cattle.io/certified: rancher
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
|
catalog.cattle.io/namespace: rancher-operator-system
|
||||||
|
catalog.cattle.io/os: linux
|
||||||
|
catalog.cattle.io/release-name: rancher-operator-crd
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 0.1.4
|
||||||
|
description: Rancher Operator CustomResourceDefinitions
|
||||||
|
name: rancher-operator-crd
|
||||||
|
version: 0.1.400-rc03
|
3304
charts/rancher-operator-crd/rancher-operator-crd/0.1.400-rc03/templates/crds.yaml
Executable file
3304
charts/rancher-operator-crd/rancher-operator-crd/0.1.400-rc03/templates/crds.yaml
Executable file
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,14 @@
|
||||||
|
annotations:
|
||||||
|
catalog.cattle.io/auto-install: rancher-operator-crd=match
|
||||||
|
catalog.cattle.io/certified: rancher
|
||||||
|
catalog.cattle.io/experimental: "true"
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
|
catalog.cattle.io/namespace: rancher-operator-system
|
||||||
|
catalog.cattle.io/os: linux
|
||||||
|
catalog.cattle.io/provides-gvr: clusters.rancher.cattle.io/v1
|
||||||
|
catalog.cattle.io/release-name: rancher-operator
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 0.1.4
|
||||||
|
description: Control Rancher using GitOps
|
||||||
|
name: rancher-operator
|
||||||
|
version: 0.1.400-rc03
|
|
@ -0,0 +1,7 @@
|
||||||
|
{{- define "system_default_registry" -}}
|
||||||
|
{{- if .Values.global.cattle.systemDefaultRegistry -}}
|
||||||
|
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- "" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
|
@ -0,0 +1,23 @@
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: rancher-operator
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: rancher-operator
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: rancher-operator
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- env:
|
||||||
|
- name: NAMESPACE
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: metadata.namespace
|
||||||
|
image: '{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}'
|
||||||
|
name: rancher-operator
|
||||||
|
imagePullPolicy: "{{ .Values.image.imagePullPolicy }}"
|
||||||
|
serviceAccountName: rancher-operator
|
|
@ -0,0 +1,44 @@
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: ClusterRole
|
||||||
|
metadata:
|
||||||
|
name: rancher-operator
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- secrets
|
||||||
|
- configmaps
|
||||||
|
- namespaces
|
||||||
|
verbs:
|
||||||
|
- '*'
|
||||||
|
- apiGroups:
|
||||||
|
- apps
|
||||||
|
resources:
|
||||||
|
- daemonsets
|
||||||
|
- deployments
|
||||||
|
verbs:
|
||||||
|
- list
|
||||||
|
- get
|
||||||
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- "rancher.cattle.io"
|
||||||
|
- "management.cattle.io"
|
||||||
|
- "fleet.cattle.io"
|
||||||
|
resources:
|
||||||
|
- '*'
|
||||||
|
verbs:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: ClusterRoleBinding
|
||||||
|
metadata:
|
||||||
|
name: rancher-operator
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: ClusterRole
|
||||||
|
name: rancher-operator
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: rancher-operator
|
||||||
|
namespace: {{.Release.Namespace}}
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: rancher-operator
|
|
@ -0,0 +1,8 @@
|
||||||
|
image:
|
||||||
|
repository: rancher/rancher-operator
|
||||||
|
tag: v0.1.4-rc2
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
global:
|
||||||
|
cattle:
|
||||||
|
systemDefaultRegistry: ""
|
33
index.yaml
33
index.yaml
|
@ -6565,6 +6565,24 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- assets/rancher-operator/rancher-operator-0.2.0-alpha02-rc01.tgz
|
- assets/rancher-operator/rancher-operator-0.2.0-alpha02-rc01.tgz
|
||||||
version: 0.2.0-alpha02-rc01
|
version: 0.2.0-alpha02-rc01
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/auto-install: rancher-operator-crd=match
|
||||||
|
catalog.cattle.io/certified: rancher
|
||||||
|
catalog.cattle.io/experimental: "true"
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
|
catalog.cattle.io/namespace: rancher-operator-system
|
||||||
|
catalog.cattle.io/os: linux
|
||||||
|
catalog.cattle.io/provides-gvr: clusters.rancher.cattle.io/v1
|
||||||
|
catalog.cattle.io/release-name: rancher-operator
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 0.1.4
|
||||||
|
created: "2021-04-09T17:59:20.191561859Z"
|
||||||
|
description: Control Rancher using GitOps
|
||||||
|
digest: 87aae54e2daea86984c88e3c7054bfeed2973f6435ab66ec36a6039bd7a46173
|
||||||
|
name: rancher-operator
|
||||||
|
urls:
|
||||||
|
- assets/rancher-operator/rancher-operator-0.1.400-rc03.tgz
|
||||||
|
version: 0.1.400-rc03
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/auto-install: rancher-operator-crd=match
|
catalog.cattle.io/auto-install: rancher-operator-crd=match
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
|
@ -6892,6 +6910,21 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- assets/rancher-operator/rancher-operator-crd-0.2.0-alpha01-rc01.tgz
|
- assets/rancher-operator/rancher-operator-crd-0.2.0-alpha01-rc01.tgz
|
||||||
version: 0.2.0-alpha01-rc01
|
version: 0.2.0-alpha01-rc01
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: rancher
|
||||||
|
catalog.cattle.io/hidden: "true"
|
||||||
|
catalog.cattle.io/namespace: rancher-operator-system
|
||||||
|
catalog.cattle.io/os: linux
|
||||||
|
catalog.cattle.io/release-name: rancher-operator-crd
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 0.1.4
|
||||||
|
created: "2021-04-09T17:59:20.194142031Z"
|
||||||
|
description: Rancher Operator CustomResourceDefinitions
|
||||||
|
digest: 9ecc910f29218d08e3a3c706899d6e0a937e8917e5c6802edfc261ceba3552aa
|
||||||
|
name: rancher-operator-crd
|
||||||
|
urls:
|
||||||
|
- assets/rancher-operator-crd/rancher-operator-crd-0.1.400-rc03.tgz
|
||||||
|
version: 0.1.400-rc03
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/hidden: "true"
|
catalog.cattle.io/hidden: "true"
|
||||||
|
|
Loading…
Reference in New Issue