Skip to content

Commit

Permalink
Merge pull request #1 from yue9944882/chore/image-tag
Browse files Browse the repository at this point in the history
Chore: Pin OCM related image tag to the recent stable release
  • Loading branch information
yangsoon committed Nov 19, 2021
2 parents 347b17b + d94916e commit 4dbae5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/spoke/resource/klusterlets.cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: Klusterlet
metadata:
name: klusterlet
spec:
registrationImagePullSpec: quay.io/open-cluster-management/registration
workImagePullSpec: quay.io/open-cluster-management/work
registrationImagePullSpec: quay.io/open-cluster-management/registration:v0.5.0
workImagePullSpec: quay.io/open-cluster-management/work:v0.5.0
clusterName: {{ .Name }}
namespace: open-cluster-management-agent
externalServerURLs:
Expand Down
2 changes: 1 addition & 1 deletion pkg/spoke/resource/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
serviceAccountName: klusterlet
containers:
- name: klusterlet
image: quay.io/open-cluster-management/registration-operator:latest
image: quay.io/open-cluster-management/registration-operator:v0.5.0
args:
- "/registration-operator"
- "klusterlet"
Expand Down

0 comments on commit 4dbae5a

Please sign in to comment.