diff --git a/charts/sql-server-2019/templates/deployment.yaml b/charts/sql-server-2019/templates/deployment.yaml index ae31157..702681d 100644 --- a/charts/sql-server-2019/templates/deployment.yaml +++ b/charts/sql-server-2019/templates/deployment.yaml @@ -51,7 +51,8 @@ spec: restartPolicy: Always terminationGracePeriodSeconds: 30 dnsPolicy: ClusterFirst - securityContext: {} + securityContext: + fsGroup: 10001 schedulerName: default-scheduler serviceAccountName: sql-server serviceAccount: sql-server diff --git a/infrastructure/templates/tekton.yaml b/infrastructure/templates/tekton.yaml index cfb4c90..4d1636f 100644 --- a/infrastructure/templates/tekton.yaml +++ b/infrastructure/templates/tekton.yaml @@ -10,4 +10,4 @@ spec: name: openshift-pipelines-operator-rh source: redhat-operators sourceNamespace: openshift-marketplace - startingCSV: openshift-pipelines-operator-rh.v1.10.3 + startingCSV: openshift-pipelines-operator-rh.v1.11.0