Skip to content

Commit

Permalink
Bump to v0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and k8s-ci-robot committed Jun 7, 2022
1 parent 0f95e5c commit b199097
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3-dev
0.4.3
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ metadata:
}
]
capabilities: Basic Install
olm.skipRange: '>=0.4.1 <0.4.3-dev'
olm.skipRange: '>=0.4.1 <0.4.3'
operatorframework.io/suggested-namespace: security-profiles-operator
operators.operatorframework.io/builder: operator-sdk-v1.16.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: security-profiles-operator.v0.4.3-dev
name: security-profiles-operator.v0.4.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -404,7 +404,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.4.3
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down Expand Up @@ -470,4 +470,4 @@ spec:
provider:
name: Kubernetes SIGs
url: https://github.com/kubernetes-sigs
version: 0.4.3-dev
version: 0.4.3
8 changes: 4 additions & 4 deletions deploy/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kind: Kustomization

images:
- name: security-profiles-operator
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
newTag: latest
# newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
# newTag: latest
# For images to be released:
# newName: k8s.gcr.io/security-profiles-operator/security-profiles-operator
# newTag: v0.4.3
newName: k8s.gcr.io/security-profiles-operator/security-profiles-operator
newTag: v0.4.3

commonLabels:
app: security-profiles-operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespace-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.4.3
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: image-registry.openshift-image-registry.svc:5000/openshift/security-profiles-operator:latest
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.4.3
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.4.3
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion examples/olm/install-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
namespace: olm
spec:
sourceType: grpc
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator-catalog:latest
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator-catalog:v0.4.3
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/e2e-olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function deploy_spo() {
kubectl -ncert-manager wait --for condition=ready pod -l app.kubernetes.io/instance=cert-manager

# let's roll..
sed -i "s#gcr.io/k8s-staging-sp-operator/security-profiles-operator-catalog:latest#${CATALOG_IMG}#g" examples/olm/install-resources.yaml
sed -i "s#k8s.gcr.io/security-profiles-operator/security-profiles-operator-catalog:v0.4.3#${CATALOG_IMG}#g" examples/olm/install-resources.yaml
kubectl create -f examples/olm/install-resources.yaml
}

Expand Down

0 comments on commit b199097

Please sign in to comment.