Skip to content

Commit

Permalink
Mco summit2021 pr5 (#4200)
Browse files Browse the repository at this point in the history
* Upgraded Debugging Workshop to run on OpenShift 4.7

* Initial for the Chaos Monkey workshop

* Updated roles

* Renamed to Chaos Engineering

* Renamed Workshop CR

* Updated versions

* Update main.yml

* Update sample_vars.yml

* Increased memory for the operator

* Update sample_vars.yml

* Update main.yml

* Removed CRW and upgraded SM and Kiali

* Removed CRW check and updated user Info

* updated the agnosticd_user_info for bookbag env vars

* updated the agnosticd_user_info for bookbag env vars

* Removed double quote typo

* Specify the default page for Bookbag and disabled specific components

* Revert "Specify the default page for Bookbag and disabled specific components"

This reverts commit 5fafc16.

* Upgraded versions

* Upgraded Istio and GitOps operator version

* Fix typo version
  • Loading branch information
Madou authored Oct 27, 2021
1 parent 098f302 commit 46ce68f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workshop_openshift:

workshop_operator:
image_name: quay.io/mcouliba/workshop-operator
image_tag: 1.2
image_tag: 1.3

workshop_source:
giturl: https://github.com/mcouliba/chaos-engineering-workshop
Expand All @@ -24,7 +24,7 @@ workshop_project:

workshop_gitops:
operatorhub_channel: stable
operatorhub_csv: openshift-gitops-operator.v1.2.1
operatorhub_csv: openshift-gitops-operator.v1.3.0

workshop_guide:
scholars:
Expand All @@ -43,7 +43,7 @@ workshop_jaeger:

workshop_kiali:
operatorhub_channel: stable
operatorhub_csv: kiali-operator.v1.24.9
operatorhub_csv: kiali-operator.v1.24.10

_deploy_instance: True
_on_rhpds_aws: True
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workshop_operator:
image_name: quay.io/mcouliba/workshop-operator
image_tag: 1.2
image_tag: 1.3

workshop_source:
giturl: https://github.com/mcouliba/chaos-engineering-workshop
Expand All @@ -11,7 +11,7 @@ workshop_project:

workshop_gitops:
operatorhub_channel: stable
operatorhub_csv: openshift-gitops-operator.v1.2.1
operatorhub_csv: openshift-gitops-operator.v1.3.0

workshop_guide:
scholars:
Expand All @@ -30,4 +30,4 @@ workshop_jaeger:

workshop_kiali:
operatorhub_channel: stable
operatorhub_csv: kiali-operator.v1.24.9
operatorhub_csv: kiali-operator.v1.24.10

0 comments on commit 46ce68f

Please sign in to comment.