@@ -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.33.10 `
13- - ` 1.34.6 `
14- - ` 1.35.3 `
15- - ` 1.36.1 `
12+ - ` 1.33.13 `
13+ - ` 1.34.9 `
14+ - ` 1.35.6 `
15+ - ` 1.36.2 `
1616
1717## Components Versions
1818
1919All current images include the following tools:
2020
2121| Component | Version |
2222| -----------| ---------|
23- | Alpine | 3.23.4 |
24- | Helm | 4.2.0 |
25- | AWS CLI | 2.34.57 |
23+ | Alpine | 3.24.0 |
24+ | Helm | 4.2.1 |
25+ | AWS CLI | 2.35.4 |
2626| SOPS | 3.13.1 |
27- | Helm Secrets Plugin | 4.7.6 |
28- | Helm S3 Plugin | 0.17.1 |
29- | Helm Diff Plugin | 3.15.7 |
30- | Helmfile | 1.5.2 |
27+ | Helm Secrets Plugin | 4.7.7 |
28+ | Helm S3 Plugin | 0.17.2 |
29+ | Helm Diff Plugin | 3.15.8 |
30+ | Helmfile | 1.5.3 |
3131
3232## Usage
3333
3434Pull the specific kubectl version you need:
3535``` bash
36- docker pull sirantd/aws-helm-kubectl:1.36.1
36+ docker pull sirantd/aws-helm-kubectl:1.36.2
3737```
3838
3939Or from GitHub Container Registry:
4040``` bash
41- docker pull ghcr.io/perun-engineering/aws-helm-kubectl:1.36.1
41+ docker pull ghcr.io/perun-engineering/aws-helm-kubectl:1.36.2
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.36.1 \
53+ sirantd/aws-helm-kubectl:1.36.2 \
5454 kubectl get nodes
5555```
5656
@@ -59,7 +59,7 @@ docker run --rm -it \
5959# Mount your kubeconfig file
6060docker run --rm -it \
6161 -v ~ /.kube:/home/appuser/.kube:ro \
62- sirantd/aws-helm-kubectl:1.36.1 \
62+ sirantd/aws-helm-kubectl:1.36.2 \
6363 kubectl get pods
6464```
6565
@@ -68,7 +68,7 @@ docker run --rm -it \
6868# Start an interactive shell
6969docker run --rm -it \
7070 -v $( pwd) :/workspace \
71- sirantd/aws-helm-kubectl:1.36.1 \
71+ sirantd/aws-helm-kubectl:1.36.2 \
7272 /bin/bash
7373```
7474
0 commit comments