Skip to content

Commit 9029b48

Browse files
committed
removing version from installs so we don't need this constantly updated
1 parent 0d73693 commit 9029b48

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/factorio-server-charts/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
```bash
1313
$ helm repo add factorio https://sqljames.github.io/factorio-server-charts
1414
$ helm repo update
15-
$ helm search repo factorio/factorio-server-charts --version=2.5.0
16-
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace --version=2.5.0
15+
$ helm search repo factorio/factorio-server-charts
16+
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace
1717
```
1818

1919
## Introduction
@@ -28,7 +28,7 @@ This chart deploys Factorio on a [Kubernetes](http://kubernetes.io) cluster usin
2828
To install/upgrade the chart with the release name `factorio`:
2929

3030
```bash
31-
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace --version=2.5.0
31+
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace
3232
```
3333

3434
The command deploys Factorio on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -337,14 +337,14 @@ The following table lists the configurable parameters of the `factorio-server-ch
337337
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
338338

339339
```bash
340-
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace --version=2.5.0 --set replicaCount=1
340+
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace --set replicaCount=1
341341
```
342342

343343
Alternatively, a YAML file that specifies the values for the parameters can be provided while
344344
installing the chart. For example:
345345

346346
```bash
347-
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace --version=2.5.0 --values values.yaml
347+
$ helm upgrade -i factorio factorio/factorio-server-charts -n factorio --create-namespace --values values.yaml
348348
```
349349

350350
## Releases

charts/factorio-server-charts/readme.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
```bash
1313
$ helm repo add {{ .Repository.Name }} {{ .Repository.URL }}
1414
$ helm repo update
15-
$ helm search repo {{ .Repository.Name }}/{{ .Chart.Name }}{{ with .Chart.Version }} --version={{.}}{{ end }}
16-
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace{{ with .Chart.Version }} --version={{.}}{{ end }}
15+
$ helm search repo {{ .Repository.Name }}/{{ .Chart.Name }}
16+
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace
1717
```
1818

1919
## Introduction
@@ -30,7 +30,7 @@ This chart deploys {{ .Project.App }} on a [Kubernetes](http://kubernetes.io) cl
3030
To install/upgrade the chart with the release name `{{ .Release.Name }}`:
3131

3232
```bash
33-
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace{{ with .Chart.Version }} --version={{.}}{{ end }}
33+
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace
3434
```
3535

3636
The command deploys {{ .Project.App }} on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -152,14 +152,14 @@ The following table lists the configurable parameters of the `{{ .Chart.Name }}`
152152
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
153153

154154
```bash
155-
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace{{ with .Chart.Version }} --version={{.}}{{ end }} --set {{ .Chart.ValuesExample }}
155+
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace --set {{ .Chart.ValuesExample }}
156156
```
157157

158158
Alternatively, a YAML file that specifies the values for the parameters can be provided while
159159
installing the chart. For example:
160160

161161
```bash
162-
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace{{ with .Chart.Version }} --version={{.}}{{ end }} --values values.yaml
162+
$ helm upgrade -i {{ .Release.Name }} {{ .Repository.Name }}/{{ .Chart.Name }} -n {{ .Release.Namespace }} --create-namespace --values values.yaml
163163
```
164164
{{- end }}
165165

0 commit comments

Comments
 (0)