diff --git a/packages/fleet-agent/package.yaml b/packages/fleet-agent/package.yaml index a1a97dc6a..598718ea5 100644 --- a/packages/fleet-agent/package.yaml +++ b/packages/fleet-agent/package.yaml @@ -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 diff --git a/packages/fleet-crd/package.yaml b/packages/fleet-crd/package.yaml index 66cce20e3..33d32164a 100644 --- a/packages/fleet-crd/package.yaml +++ b/packages/fleet-crd/package.yaml @@ -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 diff --git a/packages/fleet/package.yaml b/packages/fleet/package.yaml index ef9df0d55..a8d3a6275 100644 --- a/packages/fleet/package.yaml +++ b/packages/fleet/package.yaml @@ -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 diff --git a/packages/rancher-cis-benchmark/charts/templates/network_policy_allow_all.yaml b/packages/rancher-cis-benchmark/charts/templates/network_policy_allow_all.yaml deleted file mode 100644 index 9c4150397..000000000 --- a/packages/rancher-cis-benchmark/charts/templates/network_policy_allow_all.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/packages/rancher-cis-benchmark/charts/templates/patch_default_serviceaccount.yaml b/packages/rancher-cis-benchmark/charts/templates/patch_default_serviceaccount.yaml deleted file mode 100644 index bac5b717a..000000000 --- a/packages/rancher-cis-benchmark/charts/templates/patch_default_serviceaccount.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/packages/rancher-cis-benchmark/charts/values.yaml b/packages/rancher-cis-benchmark/charts/values.yaml index 6bbbd1f56..48e1f0108 100644 --- a/packages/rancher-cis-benchmark/charts/values.yaml +++ b/packages/rancher-cis-benchmark/charts/values.yaml @@ -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 \ No newline at end of file + systemDefaultRegistry: "" \ No newline at end of file