Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JANSA] Switch to latest-jansa since v0.0.1 tag doesn't exist yet #549

Merged
merged 1 commit into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manageiq-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ operator-sdk build docker.io/example/manageiq-operator:latest
2. Update the operator deployment with the new image:

```bash
$ sed -i 's|docker.io/manageiq/manageiq-operator:v0.0.1|docker.io/example/manageiq-operator:latest|g' deploy/operator.yaml
$ sed -i 's|docker.io/manageiq/manageiq-operator:latest-jansa|docker.io/example/manageiq-operator:latest-jansa|g' deploy/operator.yaml
```

3. Push the new image to the registry:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: manageiq-operator
image: docker.io/manageiq/manageiq-operator:v0.0.1
image: docker.io/manageiq/manageiq-operator:latest-jansa
imagePullPolicy: Always
name: manageiq-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion manageiq-operator/deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: manageiq-operator
containers:
- name: manageiq-operator
image: docker.io/manageiq/manageiq-operator:v0.0.1
image: docker.io/manageiq/manageiq-operator:latest-jansa
command:
- manageiq-operator
imagePullPolicy: Always
Expand Down