Skip to content

Commit fafb2b6

Browse files
committed
Bump version to 0.3.0
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 69231ca commit fafb2b6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-dev
1+
0.3.0

deploy/base/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ kind: Kustomization
44

55
images:
66
- name: security-profiles-operator
7-
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
8-
newTag: latest
7+
# newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
8+
# newTag: latest
99
# For images to be released:
10-
# newName: k8s.gcr.io/security-profiles-operator/security-profiles-operator
11-
# newTag: v0.3.0
10+
newName: k8s.gcr.io/security-profiles-operator/security-profiles-operator
11+
newTag: v0.3.0
1212

1313
patchesStrategicMerge:
1414
- |-

deploy/namespace-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ spec:
13461346
valueFrom:
13471347
fieldRef:
13481348
fieldPath: metadata.namespace
1349-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
1349+
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.3.0
13501350
imagePullPolicy: Always
13511351
name: security-profiles-operator
13521352
securityContext:
@@ -1388,7 +1388,7 @@ spec:
13881388
containers:
13891389
- args:
13901390
- webhook
1391-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
1391+
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.3.0
13921392
imagePullPolicy: Always
13931393
name: security-profiles-operator
13941394
ports:

deploy/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ spec:
13441344
valueFrom:
13451345
fieldRef:
13461346
fieldPath: metadata.namespace
1347-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
1347+
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.3.0
13481348
imagePullPolicy: Always
13491349
name: security-profiles-operator
13501350
securityContext:
@@ -1386,7 +1386,7 @@ spec:
13861386
containers:
13871387
- args:
13881388
- webhook
1389-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
1389+
image: k8s.gcr.io/security-profiles-operator/security-profiles-operator:v0.3.0
13901390
imagePullPolicy: Always
13911391
name: security-profiles-operator
13921392
ports:

0 commit comments

Comments
 (0)