File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ALPINE_PYTHON = 3.11.15-alpine3.23
22ALPINE_VERSION = 3.23.3
33KUBERNETES_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
55SOPS_VERSION = 3.12.2
6- HELM_SECRETS_VERSION = 4.7.5
6+ HELM_SECRETS_VERSION = 4.7.6
77HELM_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
Original file line number Diff line number Diff line change @@ -102,6 +102,6 @@ USER appuser
102102WORKDIR /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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments