Skip to content

Commit 3edcc07

Browse files
committed
feat(deps): update tool versions
Closes #41 - Helm: 4.1.3 → 4.1.4 - Helm Secrets: 4.7.5 → 4.7.6 - Helmfile: 1.4.2 → 1.4.4 - Helm Diff: 3.15.2 → 3.15.5 - AWS CLI: 2.34.13 → 2.34.29 - Fix helm-secrets plugin install to use release tarball
1 parent f16821c commit 3edcc07

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ALPINE_PYTHON=3.11.15-alpine3.23
22
ALPINE_VERSION=3.23.3
33
KUBERNETES_VERSIONS=["1.32.13","1.33.10","1.34.6","1.35.3"]
4-
HELM_VERSION=4.1.3
4+
HELM_VERSION=4.1.4
55
SOPS_VERSION=3.12.2
6-
HELM_SECRETS_VERSION=4.7.5
6+
HELM_SECRETS_VERSION=4.7.6
77
HELM_S3_VERSION=0.17.1
8-
HELMFILE_VERSION=1.4.2
9-
AWS_CLI_VERSION=2.34.13
10-
HELM_DIFF_VERSION=3.15.2
8+
HELMFILE_VERSION=1.4.4
9+
AWS_CLI_VERSION=2.34.29
10+
HELM_DIFF_VERSION=3.15.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ USER appuser
102102
WORKDIR /config
103103

104104
# Install helm plugins
105-
RUN helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_SECRETS_VERSION} --verify=false && \
105+
RUN helm plugin install https://github.com/jkroepke/helm-secrets/releases/download/v${HELM_SECRETS_VERSION}/secrets-${HELM_SECRETS_VERSION}.tgz --verify=false && \
106106
helm plugin install https://github.com/hypnoglow/helm-s3.git --version ${HELM_S3_VERSION} --verify=false && \
107107
helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION} --verify=false

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ All current images include the following tools:
2121
| Component | Version |
2222
|-----------|---------|
2323
| Alpine | 3.23.3 |
24-
| Helm | 4.1.3 |
25-
| AWS CLI | 2.34.13 |
24+
| Helm | 4.1.4 |
25+
| AWS CLI | 2.34.29 |
2626
| SOPS | 3.12.2 |
27-
| Helm Secrets Plugin | 4.7.5 |
27+
| Helm Secrets Plugin | 4.7.6 |
2828
| Helm S3 Plugin | 0.17.1 |
29-
| Helm Diff Plugin | 3.15.2 |
30-
| Helmfile | 1.4.2 |
29+
| Helm Diff Plugin | 3.15.5 |
30+
| Helmfile | 1.4.4 |
3131

3232
## Usage
3333

0 commit comments

Comments
 (0)