From 84f228f9b46a10ad32fa4086d062d02b6efc378f Mon Sep 17 00:00:00 2001 From: Sebastien LALLEMAND Date: Tue, 4 Jul 2023 15:47:25 +0200 Subject: [PATCH 1/2] update pipeline version --- infrastructure/templates/tekton.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4ac85439eea1129215da280d57e391ea0a5b62aa Mon Sep 17 00:00:00 2001 From: Sebastien LALLEMAND Date: Wed, 5 Jul 2023 12:06:04 +0200 Subject: [PATCH 2/2] securityContext --- charts/sql-server-2019/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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