Skip to content

Commit 431109f

Browse files
committed
Update versions to 1.0.0-rc.6
1 parent beba3ce commit 431109f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/wicked-in-a-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Follow these steps to get a wicked environment up and running, using a fresh wic
3333
* `cd` into the new directory
3434
* Run `wicked tags list`
3535

36-
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
36+
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
3737

3838
* `wicked tags set <tag>`: This stores the selected version into `~/.wicked/wicked.json`
3939
* Run `wicked kickstart . --new`
@@ -140,7 +140,7 @@ $ wicked box start --help
140140
Usage: wicked-box-start [options] <configdir>
141141
142142
Options:
143-
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.5")
143+
-t, --tag <tag> wicked Docker tag to use (default: "1.0.0-rc.6")
144144
-u, --ui-port <ui-port> port to expose the portal UI on (default: 3000)
145145
-g, --gateway-port <gateway-port> port to expose Kong on (API Gateway) (default: 8000)
146146
-a, --admin-port <admin-port> port to expose Kong's Admin port on (defaults to off)

wicked/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: wicked.haufe.io Helm Chart
33
name: wicked
4-
version: 1.0.0-rc.5
4+
version: 1.0.0-rc.6

wicked/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It is also assumed that you have some knowledge of Helm, and that you have run `
3333
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`:
3434

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

wicked/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ image:
5555
# need to pull your company's version of wicked.
5656
repository: "haufelexware/wicked."
5757
# The docker image tag to use; usually you don't change this.
58-
tag: "1.0.0-rc.5"
58+
tag: "1.0.0-rc.6"
5959
pullPolicy: IfNotPresent
6060

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

0 commit comments

Comments
 (0)