Skip to content

Commit

Permalink
Release Operator bundle with updated RBAC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Miel Donkers committed Dec 21, 2021
1 parent 7032148 commit 6bacda0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions bundle/manifests/instana-agent-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ spec:
- events
verbs:
- create
- nonResourceURLs:
- /version
- /healthz
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -343,6 +348,15 @@ spec:
verbs:
- get
- list
- watch
- apiGroups:
- security.openshift.io
resourceNames:
- privileged
resources:
- securitycontextconstraints
verbs:
- use
serviceAccountName: controller-manager
deployments:
- name: controller-manager
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
# Store the SHA of the manifest in a variable for use in the next pipeline task. Can only retrieve it while pushing
echo "---> Pushing multi-architectural manifest to docker.io"
docker manifest push --purge "docker.io/instana/instana-agent-operator:$OPERATOR_DOCKER_VERSION" | tee "latest-operator-image-manifest-sha/sha-${VERSION}"
# Validate the SHA to be sure we captured something
if ! [[ $(cat "latest-operator-image-manifest-sha/sha-${VERSION}") =~ ^sha256:[0-9a-zA-Z]+$ ]]; then
echo "---> Did not manage to capture a valid digest for the manifest, aborting; $(cat "latest-operator-image-manifest-sha/sha-${VERSION}")"
Expand Down

0 comments on commit 6bacda0

Please sign in to comment.