Skip to content

Commit

Permalink
Update OSM image for e2e tests (#1440)
Browse files Browse the repository at this point in the history
* Update OSM image for e2e tests

Signed-off-by: Waleed Malik <[email protected]>

* Add TODO

Signed-off-by: Waleed Malik <[email protected]>

Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Sep 23, 2022
1 parent 9f770ad commit 27a5053
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/operating-system-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,8 @@ spec:
spec:
serviceAccountName: operating-system-manager-webhook
containers:
- image: quay.io/kubermatic/operating-system-manager:v1.0.0
# TODO: Update this to a semver tag before release.
- image: quay.io/kubermatic/operating-system-manager:ea2250874bbcea46ad956cbba8972be7ffdf9ce2
imagePullPolicy: IfNotPresent
name: webhook
command:
Expand Down Expand Up @@ -1377,7 +1378,8 @@ spec:
spec:
serviceAccountName: operating-system-manager
containers:
- image: quay.io/kubermatic/operating-system-manager:v1.0.0
# TODO: Update this to a semver tag before release.
- image: quay.io/kubermatic/operating-system-manager:ea2250874bbcea46ad956cbba8972be7ffdf9ce2
imagePullPolicy: IfNotPresent
name: operating-system-manager
command:
Expand Down

0 comments on commit 27a5053

Please sign in to comment.