(dev-v2.6-archive) fleet-0.3.0-beta1

(partially cherry picked from commit ecd90e66af)
pull/1680/head
Darren Shepherd 2020-09-18 07:33:18 -07:00 committed by Arvind Iyengar
parent 3b038e7b76
commit 824e9a5211
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
6 changed files with 5 additions and 42 deletions

View File

@ -1,2 +1,2 @@
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha91/fleet-agent-0.3.0-alpha91.tgz
url: https://github.com/rancher/fleet/releases/download/v0.3.0-beta1/fleet-agent-0.3.0-beta1.tgz
packageVersion: 00

View File

@ -1,2 +1,2 @@
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha91/fleet-crd-0.3.0-alpha91.tgz
url: https://github.com/rancher/fleet/releases/download/v0.3.0-beta1/fleet-crd-0.3.0-beta1.tgz
packageVersion: 00

View File

@ -1,2 +1,2 @@
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha91/fleet-0.3.0-alpha91.tgz
url: https://github.com/rancher/fleet/releases/download/v0.3.0-beta1/fleet-0.3.0-beta1.tgz
packageVersion: 00

View File

@ -1,15 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-allow-all
namespace: {{ template "cis.namespace" . }}
spec:
podSelector: {}
ingress:
- {}
egress:
- {}
policyTypes:
- Ingress
- Egress

View File

@ -1,19 +0,0 @@
---
apiVersion: batch/v1
kind: Job
metadata:
name: patch-sa
annotations:
"helm.sh/hook": post-install, post-upgrade
"helm.sh/hook-delete-policy": hook-succeeded, before-hook-creation, hook-failed
spec:
template:
spec:
serviceAccountName: cis-operator-serviceaccount
restartPolicy: Never
containers:
- name: sa
image: "{{ template "system_default_registry" . }}{{ .Values.global.kubectl.repository }}:{{ .Values.global.kubectl.tag }}"
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
command: ["kubectl", "patch", "serviceaccount", "-n", "cis-operator-system", "default", "-p", "{\"automountServiceAccountToken\": false}"]
backoffLimit: 1

View File

@ -5,7 +5,7 @@
image:
cisoperator:
repository: rancher/cis-operator
tag: v0.0.6
tag: v0.0.5
securityScan:
repository: rancher/security-scan
tag: v0.2.0
@ -33,7 +33,4 @@ affinity: {}
global:
cattle:
systemDefaultRegistry: ""
kubectl:
repository: rancher/istio-kubectl
tag: 1.4.6
systemDefaultRegistry: ""