Skip to content

Commit

Permalink
Bump K8s version on documentation (#2634)
Browse files Browse the repository at this point in the history
* add license header

* Update scripts/update-k8s-readme.sh

Co-authored-by: gibbleyg <[email protected]>

---------

Co-authored-by: Adrian Manikowski <[email protected]>
Co-authored-by: gibbleyg <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2024
1 parent 5bd95be commit 5245869
Show file tree
Hide file tree
Showing 23 changed files with 134 additions and 36 deletions.
4 changes: 2 additions & 2 deletions k8s/activemq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="5.15.11-20200311-092341"
export TAG="5.18.2-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="5.15"
export TAG="5.18"
```

Configure the container images:
Expand Down
2 changes: 1 addition & 1 deletion k8s/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ It is advised to use a stable image reference, which you can find on
For example:

```shell
export TAG="1.7"
export TAG="1.13"
```

Configure the container image:
Expand Down
2 changes: 1 addition & 1 deletion k8s/consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Alternatively you can use short tag which points to the latest image for selecte
> Warning: this tag is not stable and referenced image might change over time.

```shell
export TAG="1.4"
export TAG="1.14"
```

Configure the container image:
Expand Down
4 changes: 2 additions & 2 deletions k8s/drupal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="9.2.5-<BUILD_ID>"
export TAG="10.0.10-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="9.2"
export TAG="10.0"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="0.31.1-<BUILD_ID>"
export TAG="0.34.1-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="0.31"
export TAG="0.34"
```

Configure the container images:
Expand Down
2 changes: 1 addition & 1 deletion k8s/gitea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ image for your selected version.
> might change over time.
```shell
export TAG="1.16"
export TAG="1.19"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ in the
Example:

```shell
export TAG="13.12.11-<BUILD_ID>"
export TAG="14.8.2-<BUILD_ID>"
```

Alternatively, you can use a short tag to point to the latest
Expand All @@ -167,7 +167,7 @@ image for your selected version.
> might change over time.
```shell
export TAG="13.12"
export TAG="14.8"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/hazelcast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ in the
Example:

```shell
export TAG="3.12.4-20200312-164607"
export TAG="5.2.1-<BUILD_ID>"
```

Alternatively, you can use a short tag to point to the latest
Expand All @@ -164,7 +164,7 @@ image for your selected version.
> might change over time.
```shell
export TAG="3.12"
export TAG="5.2"
```

Configure the container image:
Expand Down
4 changes: 2 additions & 2 deletions k8s/jaeger-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="1.25.0-<BUILD_ID>"
export TAG="1.40.0-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="1.25"
export TAG="1.40"
```

Configure the container image:
Expand Down
2 changes: 1 addition & 1 deletion k8s/joomla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="4.2.8-20200311-092327"
export TAG="4.2.9-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
Expand Down
4 changes: 2 additions & 2 deletions k8s/mariadb-galera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="10.3.22-20200311-092534"
export TAG="11.0.3-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="10.3"
export TAG="11.0"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="10.3.22-20200311-092325"
export TAG="11.1.2-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="10.3"
export TAG="11.1"
```

Configure the container image:
Expand Down
4 changes: 2 additions & 2 deletions k8s/mediawiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="1.33.1-20200311-092321"
export TAG="1.39.4-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="1.33"
export TAG="1.39"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="1.5.22-20200311-091944"
export TAG="1.6.21-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="1.5"
export TAG="1.6"
```

Configure the container image:
Expand Down
2 changes: 1 addition & 1 deletion k8s/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Alternatively you can use short tag which points to the latest image for selecte
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="1.20"
export TAG="1.25"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/nuclio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="1.1.33-20200306-110059"
export TAG="1.11.20-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="1.1"
export TAG="1.11"
```

Configure the container images:
Expand Down
4 changes: 2 additions & 2 deletions k8s/prometheus-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="0.63.0-20200213-133013"
export TAG="0.65.2-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="0.63"
export TAG="0.65"
```

Configure the container image:
Expand Down
2 changes: 1 addition & 1 deletion k8s/rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="3.11.9-20230321-092515"
export TAG="3.11.23-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
Expand Down
4 changes: 2 additions & 2 deletions k8s/redis-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ It is advised to use a stable image reference, which you can find on
For example:

```shell
export TAG="5.0.7-20200428-171913"
export TAG="7.2.1-<BUILD_ID>"
```

Alternatively, you can use a short tag which points to the latest image for
Expand All @@ -145,7 +145,7 @@ the selected version.
> over time.
```shell
export TAG="6.2"
export TAG="7.2"
```

Configure the container image:
Expand Down
2 changes: 1 addition & 1 deletion k8s/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="8.9.2-<BUILD_ID>"
export TAG="8.9.3-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
Expand Down
2 changes: 1 addition & 1 deletion k8s/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="3.3.0-20220611-092341"
export TAG="3.3.0-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
Expand Down
4 changes: 2 additions & 2 deletions k8s/zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ It is advised to use stable image reference which you can find on
Example:

```shell
export TAG="3.6.1-20200901-092523"
export TAG="3.8.2-<BUILD_ID>"
```

Alternatively you can use short tag which points to the latest image for selected version.
> Warning: this tag is not stable and referenced image might change over time.
```shell
export TAG="3.6"
export TAG="3.8"
```

Configure the container images:
Expand Down
Loading

0 comments on commit 5245869

Please sign in to comment.