Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 5b4321b

Browse files
authored
Merge pull request #10 from claudiol/stone-soup-chart
stone soup chart updates
2 parents 3e34a46 + fe39f2f commit 5b4321b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/stone-soup-pipelines/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/stone-soup-pipelines/templates/rbac/scc-pipeline-sa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: security.openshift.io/v1
22
kind: SecurityContextConstraints
33
metadata:
4-
name: pipeline
4+
name: pipeline-sa
55
namespace: {{ default "stone-soup-ci" .Values.stoneSoupPipeline.namespace }}
66
allowPrivilegedContainer: true
77
runAsUser:

0 commit comments

Comments
 (0)