diff --git a/charts/tekton/Chart.yaml b/charts/tekton/Chart.yaml index 2e8ff50..fcbe3ba 100644 --- a/charts/tekton/Chart.yaml +++ b/charts/tekton/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 description: A Helm chart for Tekton Pipelines name: tekton -version: 0.0.65 +version: 0.0.66 icon: https://avatars2.githubusercontent.com/u/47602533 home: https://github.com/jenkins-x-charts/tekton/ diff --git a/charts/tekton/templates/101-podsecuritypolicy.yaml b/charts/tekton/templates/101-podsecuritypolicy.yaml index 6089186..88d1fcc 100644 --- a/charts/tekton/templates/101-podsecuritypolicy.yaml +++ b/charts/tekton/templates/101-podsecuritypolicy.yaml @@ -1,43 +1,43 @@ -{{- if .Values.cluster.resources.create }} -# Copyright 2018 The Knative Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -apiVersion: policy/v1 -kind: PodSecurityPolicy -metadata: - name: {{ template "tekton.name" . }} -spec: - privileged: false - allowPrivilegeEscalation: false - volumes: - - 'emptyDir' - - 'configMap' - - 'secret' - hostNetwork: false - hostIPC: false - hostPID: false - runAsUser: - rule: 'RunAsAny' - seLinux: - rule: 'RunAsAny' - supplementalGroups: - rule: 'MustRunAs' - ranges: - - min: 1 - max: 65535 - fsGroup: - rule: 'MustRunAs' - ranges: - - min: 1 - max: 65535 -{{- end -}} +#{{- if .Values.cluster.resources.create }} +## Copyright 2018 The Knative Authors +## +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +#apiVersion: policy/v1 +#kind: PodSecurityPolicy +#metadata: +# name: {{ template "tekton.name" . }} +#spec: +# privileged: false +# allowPrivilegeEscalation: false +# volumes: +# - 'emptyDir' +# - 'configMap' +# - 'secret' +# hostNetwork: false +# hostIPC: false +# hostPID: false +# runAsUser: +# rule: 'RunAsAny' +# seLinux: +# rule: 'RunAsAny' +# supplementalGroups: +# rule: 'MustRunAs' +# ranges: +# - min: 1 +# max: 65535 +# fsGroup: +# rule: 'MustRunAs' +# ranges: +# - min: 1 +# max: 65535 +#{{- end -}} diff --git a/charts/tekton/templates/300-taskrun.yaml b/charts/tekton/templates/300-taskrun.yaml index 8640427..c1adedb 100644 --- a/charts/tekton/templates/300-taskrun.yaml +++ b/charts/tekton/templates/300-taskrun.yaml @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: apiextensions.k8s.io/v1beta1 +apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: taskruns.tekton.dev