Skip to content

Commit

Permalink
Update versions to 1.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DonMartin76 committed Jun 3, 2019
1 parent beba3ce commit 431109f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/wicked-in-a-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Follow these steps to get a wicked environment up and running, using a fresh wic
* `cd` into the new directory
* Run `wicked tags list`

From the offered tags, pick the newest version, e.g. `1.0.0-rc.5` (or use `latest` for the latest released build), and run
From the offered tags, pick the newest version, e.g. `1.0.0-rc.6` (or use `latest` for the latest released build), and run

* `wicked tags set <tag>`: This stores the selected version into `~/.wicked/wicked.json`
* Run `wicked kickstart . --new`
Expand Down Expand Up @@ -140,7 +140,7 @@ $ wicked box start --help
Usage: wicked-box-start [options] <configdir>
Options:
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.5")
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.6")
-u, --ui-port <ui-port> port to expose the portal UI on (default: 3000)
-g, --gateway-port <gateway-port> port to expose Kong on (API Gateway) (default: 8000)
-a, --admin-port <admin-port> port to expose Kong's Admin port on (defaults to off)
Expand Down
2 changes: 1 addition & 1 deletion wicked/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: wicked.haufe.io Helm Chart
name: wicked
version: 1.0.0-rc.5
version: 1.0.0-rc.6
2 changes: 1 addition & 1 deletion wicked/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It is also assumed that you have some knowledge of Helm, and that you have run `
If that is set and done, you may now install wicked using the Helm chart. Move into a suitable directory, and then download the chart using `helm fetch`:

```
$ export WICKED_VERSION=1.0.0-rc.5 # Possibly adapt to the latest version
$ export WICKED_VERSION=1.0.0-rc.6 # Possibly adapt to the latest version
$ helm fetch --untar https://github.com/Haufe-Lexware/wicked.haufe.io/releases/download/v${WICKED_VERSION}/wicked-${WICKED_VERSION}.tgz
```

Expand Down
2 changes: 1 addition & 1 deletion wicked/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ image:
# need to pull your company's version of wicked.
repository: "haufelexware/wicked."
# The docker image tag to use; usually you don't change this.
tag: "1.0.0-rc.5"
tag: "1.0.0-rc.6"
pullPolicy: IfNotPresent

# Add imagePullSecrets like this in an override.yaml to pass in with helm install
Expand Down

0 comments on commit 431109f

Please sign in to comment.