Skip to content

Commit

Permalink
Release version v2.0.0-alpha.46 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-tools committed Mar 16, 2020
1 parent 76e8a98 commit 25c1b00
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .github/pages/index.yaml
@@ -1,6 +1,15 @@
apiVersion: v1
entries:
orbit:
- apiVersion: v1
appVersion: 2.0.0-alpha.46
created: "2020-03-16T21:57:39.7158024Z"
description: An Orbit Mesh Helm chart for Kubernetes
digest: 32b849d064af5325f936208995940c78172e854f657b6121562aee16a0dafc05
name: orbit
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.46/orbit-2.0.0-alpha.46.tgz
version: 2.0.0-alpha.46
- apiVersion: v1
appVersion: 2.0.0-alpha.45
created: "2020-03-16T21:48:54.945239749Z"
Expand Down Expand Up @@ -172,4 +181,4 @@ entries:
urls:
- https://github.com/orbit/orbit/releases/download/v2.0.0-alpha.23.1/orbit-2.0.0-alpha.23.1.tgz
version: 2.0.0-alpha.23.1
generated: "2020-03-16T21:48:54.944538846Z"
generated: "2020-03-16T21:57:39.714825006Z"
4 changes: 2 additions & 2 deletions charts/orbit/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.0.0-alpha.45
appVersion: 2.0.0-alpha.46
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0-alpha.45
version: 2.0.0-alpha.46
2 changes: 1 addition & 1 deletion charts/orbit/values.yaml
Expand Up @@ -10,7 +10,7 @@ url: localhost
node:
image:
repository: orbitframework/orbit
tag: 2.0.0-alpha.45
tag: 2.0.0-alpha.46
pullPolicy: IfNotPresent
replicas: 1
containerPort: 50056
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,5 +3,5 @@
# This file is part of the Orbit Project <https://www.orbit.cloud>.
# See license in LICENSE.
#
orbit.version=2.0.0-alpha.45
orbit.version=2.0.0-alpha.46
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 25c1b00

Please sign in to comment.