Skip to content

Commit

Permalink
Merge branch 'gh-pages' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
boney9 authored Oct 4, 2022
2 parents 0121b30 + 71c5904 commit 9a6a0ff
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
/.idea/modules.xml
/.idea/orkes-helm-charts.iml
/.idea/vcs.xml
Expand Down
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/orkes-helm-charts.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Once Helm has been set up correctly, add the repo as follows:

helm repo add orkes-helm-charts https://orkes-io.github.io/orkes-helm-charts


If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo orkes-helm-charts` to see the charts.

Expand All @@ -21,7 +22,7 @@ To uninstall the chart:
helm delete <name> -n <namespace>

To access the service after installation:

kubectl --namespace <namespace> port-forward svc/<name>-orkes-conductor-standalone <LOCAL PORT>:5000

Now you can access this on http://localhost:<LOCAL PORT>
Expand Down
55 changes: 55 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
apiVersion: v1
entries:
orkes-conductor:
- apiVersion: v2
appVersion: 2.1.49
created: "2022-10-04T00:38:15.753805356Z"
description: Helm Chart for Deploying Orkes Conductor
digest: 15038d1344e204f6117f27a28777e40b6097bb85709c9a5c4ef94d3747d10371
name: orkes-conductor
type: application
urls:
- https://github.com/orkes-io/orkes-helm-charts/releases/download/orkes-conductor-0.1.2/orkes-conductor-0.1.2.tgz
version: 0.1.2
- apiVersion: v2
appVersion: 2.1.49
created: "2022-09-29T19:31:41.805230997Z"
description: Helm Chart for Deploying Orkes Conductor
digest: f6d20ffc5582c3ad1211017ef1aeb08061a1244cbd278f45a3446779c24ab169
name: orkes-conductor
type: application
urls:
- https://github.com/orkes-io/orkes-helm-charts/releases/download/orkes-conductor-0.1.1/orkes-conductor-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
appVersion: 2.1.49
created: "2022-09-29T19:21:29.273908382Z"
description: Helm Chart for Deploying Orkes Conductor
digest: 5887408041c05d23530abe3c88b7d8a60b833bdf0382f5168f15a578dafb0107
name: orkes-conductor
type: application
urls:
- https://github.com/orkes-io/orkes-helm-charts/releases/download/orkes-conductor-0.1.0/orkes-conductor-0.1.0.tgz
version: 0.1.0
orkes-conductor-standalone:
- apiVersion: v2
appVersion: 2.1.49
created: "2022-10-04T00:38:15.883052295Z"
description: A Helm chart for Kubernetes
digest: 07038a0f36ed6d9d8900b84a2073144779b866380e0ee4f30e371e7162fa2ae3
name: orkes-conductor-standalone
type: application
urls:
- https://github.com/orkes-io/orkes-helm-charts/releases/download/orkes-conductor-standalone-0.1.2/orkes-conductor-standalone-0.1.2.tgz
version: 0.1.2
- apiVersion: v2
appVersion: 2.1.49
created: "2022-09-26T12:53:31.319747817Z"
description: A Helm chart for Kubernetes
digest: e95f23473624311f0840cecf3f815aba310106b861c9bb23e5199d8dceb44f07
name: orkes-conductor-standalone
type: application
urls:
- https://github.com/orkes-io/orkes-helm-charts/releases/download/orkes-conductor-standalone-0.1.0/orkes-conductor-standalone-0.1.0.tgz
version: 0.1.0
generated: "2022-10-04T00:38:15.883064295Z"

0 comments on commit 9a6a0ff

Please sign in to comment.