From 6cefe46e69a478e36e4e033a0994d1dbbc271373 Mon Sep 17 00:00:00 2001 From: cytopia Date: Mon, 30 Jan 2023 12:08:41 +0100 Subject: [PATCH] Add Helm 3.11 --- .github/workflows/params.yml | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/params.yml b/.github/workflows/params.yml index 3c95747..b817371 100644 --- a/.github/workflows/params.yml +++ b/.github/workflows/params.yml @@ -33,6 +33,7 @@ env: "1.19" ], "HELM": [ + "3.11", "3.10", "3.9", "3.8", diff --git a/README.md b/README.md index 87e8546..5b2d671 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,14 @@ The following Ansible Docker images contain everything from `Ansible awsk8s` and | Docker Tag | Git Ref | Ansible | Helm | Available Architectures | |--------------------------|--------------|--------------|----------|-----------------------------------| +| **`latest-awshelm3.11`** | master | latest | `3.11.x` | `amd64`, `arm64` | +| `2.13-awshelm3.11` | master | **`2.13.x`** | `3.11.x` | `amd64`, `arm64` | +| `2.12-awshelm3.11` | master | **`2.12.x`** | `3.11.x` | `amd64`, `arm64` | +| `2.11-awshelm3.11` | master | **`2.11.x`** | `3.11.x` | `amd64`, `arm64` | +| `2.10-awshelm3.11` | master | **`2.10.x`** | `3.11.x` | `amd64`, `arm64` | +| `2.9-awshelm3.11` | master | **`2.9.x`** | `3.11.x` | `amd64`, `arm64` | +| `2.8-awshelm3.11` | master | **`2.8.x`** | `3.11.x` | `amd64`, `arm64` | +| | | | | | | **`latest-awshelm3.10`** | master | latest | `3.10.x` | `amd64`, `arm64` | | `2.13-awshelm3.10` | master | **`2.13.x`** | `3.10.x` | `amd64`, `arm64` | | `2.12-awshelm3.10` | master | **`2.12.x`** | `3.10.x` | `amd64`, `arm64` |