Skip to content

Commit

Permalink
chore(rh-shield-operator): prep for v0.1.5 release (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroberts87 authored Dec 4, 2024
1 parent 93acf2a commit 32e3861
Show file tree
Hide file tree
Showing 3 changed files with 6 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.4
VERSION ?= 0.1.5

# 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-11-25T20:24:02Z"
createdAt: "2024-12-04T13:44:20Z"
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.4
name: rh-shield-operator.v0.1.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -531,7 +531,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.4
image: quay.io/sysdig/rh-shield-operator:v0.1.5
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -635,4 +635,4 @@ spec:
provider:
name: Sysdig
url: https://sysdig.com
version: 0.1.4
version: 0.1.5
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.4
newTag: v0.1.5

0 comments on commit 32e3861

Please sign in to comment.