Skip to content

Commit 0db42aa

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Bump release version to v0.1.0
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 22f0823 commit 0db42aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.0

deploy/namespace-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ spec:
187187
ephemeral-storage: "50Mi"
188188
containers:
189189
- name: seccomp-operator
190-
image: gcr.io/k8s-staging-seccomp-operator/seccomp-operator:latest
190+
image: k8s.gcr.io/seccomp-operator/seccomp-operator:v0.1.0
191191
imagePullPolicy: Always
192192
volumeMounts:
193193
- name: host-operator-volume

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ spec:
187187
ephemeral-storage: "50Mi"
188188
containers:
189189
- name: seccomp-operator
190-
image: gcr.io/k8s-staging-seccomp-operator/seccomp-operator:latest
190+
image: k8s.gcr.io/seccomp-operator/seccomp-operator:v0.1.0
191191
imagePullPolicy: Always
192192
volumeMounts:
193193
- name: host-operator-volume

test/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (e *e2e) deployOperator(manifest string) {
7575

7676
// Update the image name to match the test image
7777
e.run(
78-
"sed", "-i", fmt.Sprintf("s;image: gcr.io/.*;image: %s;g", testImage),
78+
"sed", "-i", fmt.Sprintf("s;image: .*gcr.io/.*;image: %s;g", testImage),
7979
manifest,
8080
)
8181

0 commit comments

Comments
 (0)