Skip to content

Commit

Permalink
chore(rh-shield-operator): prep for v0.1.6 release (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroberts87 authored Dec 11, 2024
1 parent 0d25212 commit 102e532
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rh-shield-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.1.5
VERSION ?= 0.1.6

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,14 @@ metadata:
]
capabilities: Basic Install
categories: Security, Monitoring
createdAt: "2024-12-04T13:44:20Z"
createdAt: "2024-12-09T17:08:58Z"
description: |
The Sysdig Shield Operator provides a way to deploy Sysdig Shield components on an OpenShift cluster.
operators.operatorframework.io/builder: operator-sdk-v1.36.1
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/sysdiglabs/charts
support: https://sysdig.com
name: rh-shield-operator.v0.1.5
name: rh-shield-operator.v0.1.6
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -470,6 +470,24 @@ spec:
- deployments
verbs:
- '*'
- apiGroups:
- admissionregistration.k8s.io
resources:
- validatingwebhookconfigurations
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- '*'
- apiGroups:
- scheduling.k8s.io
resources:
- priorityclasses
verbs:
- '*'
- apiGroups:
- authentication.k8s.io
resources:
Expand Down Expand Up @@ -531,7 +549,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=rh-shield-operator
image: quay.io/sysdig/rh-shield-operator:v0.1.5
image: quay.io/sysdig/rh-shield-operator:v0.1.6
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -635,4 +653,4 @@ spec:
provider:
name: Sysdig
url: https://sysdig.com
version: 0.1.5
version: 0.1.6
2 changes: 1 addition & 1 deletion rh-shield-operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/sysdig/rh-shield-operator
newTag: v0.1.5
newTag: v0.1.6

0 comments on commit 102e532

Please sign in to comment.