Skip to content

Commit a25ff73

Browse files
committed
chore: update component versions
- Alpine: 3.23.0 -> 3.23.2 - Kubernetes: 1.31.14 -> 1.32.11, 1.32.10 -> 1.33.7, 1.33.7 -> 1.34.3, 1.34.3 -> 1.35.0 - Helm: 4.0.1 -> 4.1.0 - Helm Secrets: 4.7.4 -> 4.7.5 - Helmfile: 1.2.2 -> 1.2.3 - AWS CLI: 2.32.13 -> 2.33.6
1 parent 87e6f0d commit a25ff73

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ALPINE_PYTHON=3.11.14-alpine3.23
2-
ALPINE_VERSION=3.23.0
3-
KUBERNETES_VERSIONS=["1.31.14","1.32.10","1.33.7","1.34.3"]
4-
HELM_VERSION=4.0.1
2+
ALPINE_VERSION=3.23.2
3+
KUBERNETES_VERSIONS=["1.32.11","1.33.7","1.34.3","1.35.0"]
4+
HELM_VERSION=4.1.0
55
SOPS_VERSION=3.11.0
6-
HELM_SECRETS_VERSION=4.7.4
6+
HELM_SECRETS_VERSION=4.7.5
77
HELM_S3_VERSION=0.17.1
8-
HELMFILE_VERSION=1.2.2
9-
AWS_CLI_VERSION=2.32.13
8+
HELMFILE_VERSION=1.2.3
9+
AWS_CLI_VERSION=2.33.6
1010
HELM_DIFF_VERSION=3.14.1

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,36 @@ Multi-architecture Docker image containing AWS CLI, Helm, Kubectl, and other com
99

1010
## Available Tags (Kubectl Versions)
1111

12-
- `1.31.14`
13-
- `1.32.10`
12+
- `1.32.11`
1413
- `1.33.7`
1514
- `1.34.3`
15+
- `1.35.0`
1616

1717
## Components Versions
1818

1919
All current images include the following tools:
2020

2121
| Component | Version |
2222
|-----------|---------|
23-
| Alpine | 3.23.0 |
24-
| Helm | 4.0.1 |
25-
| AWS CLI | 2.32.13 |
23+
| Alpine | 3.23.2 |
24+
| Helm | 4.1.0 |
25+
| AWS CLI | 2.33.6 |
2626
| SOPS | 3.11.0 |
27-
| Helm Secrets Plugin | 4.7.4 |
27+
| Helm Secrets Plugin | 4.7.5 |
2828
| Helm S3 Plugin | 0.17.1 |
2929
| Helm Diff Plugin | 3.14.1 |
30-
| Helmfile | 1.2.2 |
30+
| Helmfile | 1.2.3 |
3131

3232
## Usage
3333

3434
Pull the specific kubectl version you need:
3535
```bash
36-
docker pull sirantd/aws-helm-kubectl:1.34.3
36+
docker pull sirantd/aws-helm-kubectl:1.35.0
3737
```
3838

3939
Or from GitHub Container Registry:
4040
```bash
41-
docker pull ghcr.io/perun-engineering/aws-helm-kubectl:1.34.3
41+
docker pull ghcr.io/perun-engineering/aws-helm-kubectl:1.35.0
4242
```
4343

4444
## Examples
@@ -50,7 +50,7 @@ docker run --rm -it \
5050
-e AWS_ACCESS_KEY_ID \
5151
-e AWS_SECRET_ACCESS_KEY \
5252
-e AWS_DEFAULT_REGION \
53-
sirantd/aws-helm-kubectl:1.34.3 \
53+
sirantd/aws-helm-kubectl:1.35.0 \
5454
kubectl get nodes
5555
```
5656

@@ -59,7 +59,7 @@ docker run --rm -it \
5959
# Mount your kubeconfig file
6060
docker run --rm -it \
6161
-v ~/.kube:/home/appuser/.kube:ro \
62-
sirantd/aws-helm-kubectl:1.34.3 \
62+
sirantd/aws-helm-kubectl:1.35.0 \
6363
kubectl get pods
6464
```
6565

@@ -68,7 +68,7 @@ docker run --rm -it \
6868
# Start an interactive shell
6969
docker run --rm -it \
7070
-v $(pwd):/workspace \
71-
sirantd/aws-helm-kubectl:1.34.3 \
71+
sirantd/aws-helm-kubectl:1.35.0 \
7272
/bin/bash
7373
```
7474

0 commit comments

Comments
 (0)