Skip to content

Commit 71fc5e1

Browse files
Merge pull request #459 from mbaldessari/tweak-readme
Tweak instructions after FBC migration
2 parents ad1ef07 + 85f3f4f commit 71fc5e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ oc get applications -A -w
2929

3030
In order to load the secrets out of band into the vault you can copy the
3131
`values-secret.yaml.template` inside the pattern's git repo to
32-
`~/values-secret-<pattern_name>.yaml`, edit the secrets at your discretion and then run `make
33-
load-secrets`. Otherwise you can access the vault via its network route, login
32+
`~/values-secret-<pattern_name>.yaml`, edit the secrets at your discretion and then run `make load-secrets`. Otherwise you can access the vault via its network route, login
3433
via the root token (contained in the `imperative` namespace in the `vaultkeys`
3534
secret and then add the secrets via the UI (this approach is a bit more work)
3635

@@ -202,14 +201,17 @@ Next, create the OperatorHub release, by creating the community operator PR:
202201

203202
```
204203
cd ../community-operators-prod
204+
# Make sure you copy a release-config.yaml from the previous version
205+
# and also change the version it replaces and make sure the ocp versions you want
206+
# are all included
205207
git checkout -b "patterns-operator-v$VERSION"
206208
git add operators/patterns-operator/$VERSION/
207209
git commit -s -m "operator patterns-operator ($VERSION)"
208210
git push <fork-remote> "patterns-operator-v$VERSION"
209211
210212
# Inspect the diff from the previously released version
211213
cd operators/patterns-operator
212-
diff -urN $(ls -1rv | grep -v ci.yaml | head -n2 | sort)
214+
diff -urN $(ls -1rv | grep -v -e ci.yaml -e catalog-templates -e Makefile | head -n2 | sort)
213215
214216
# Now create a PR against https://github.com/redhat-openshift-ecosystem/community-operators-prod
215217
# Use the web interface so you can fill in the web template

0 commit comments

Comments
 (0)