Skip to content

Commit

Permalink
chore(rh-shield-operator): prepare for v0.1.4 release (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroberts87 authored Nov 25, 2024
1 parent fbf28e9 commit 0d92747
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.3
VERSION ?= 0.1.4

# 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-08T20:41:36Z"
createdAt: "2024-11-25T20:24:02Z"
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.3
name: rh-shield-operator.v0.1.4
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.3
image: quay.io/sysdig/rh-shield-operator:v0.1.4
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -635,4 +635,4 @@ spec:
provider:
name: Sysdig
url: https://sysdig.com
version: 0.1.3
version: 0.1.4
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.3
newTag: v0.1.4

0 comments on commit 0d92747

Please sign in to comment.