Skip to content

Commit

Permalink
Merge pull request #126 from saritasa-nest/feature/release-terraform-…
Browse files Browse the repository at this point in the history
…1.9.3

feat: release terraform 1.9.3
  • Loading branch information
KrawczowaKris committed Aug 10, 2024
2 parents e6e2e29 + 80a5b7c commit 313322e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo "Welcome to the Saritasa Devops Helm Charts!"
pre-commit install
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-08-08

[prod]

- [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/126)
- Release new `terraform-pod` version with 1.9.3 terraform

## 2024-07-23

[prod]
Expand Down
10 changes: 5 additions & 5 deletions charts/terraform-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.27
version: 0.0.28

maintainers:
- url: https://www.saritasa.com/
Expand All @@ -16,7 +16,7 @@ maintainers:
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.9.1"
appVersion: "1.9.3"

description: |
A Helm chart for running infra-dev-aws solutions
Expand All @@ -37,7 +37,7 @@ description: |
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.9.1 \
--set image.tag=1.9.3 \
--set github.repository=saritasa-nest/CLIENT-infra-dev-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand All @@ -55,7 +55,7 @@ description: |
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.9.1 \
--set image.tag=1.9.3 \
--set github.repository=saritasa-nest/CLIENT-infra-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand Down Expand Up @@ -90,7 +90,7 @@ description: |
helm template --release-name debug-tfpod \
--namespace terraform \
--set terraform.client=saritasa \
--set image.tag=1.9.1 \
--set image.tag=1.9.3 \
--set github.repository=saritasa-nest/some-repo-infra-aws \
--set github.branch=feature/branch-name \
--set github.username=your-username \
Expand Down
12 changes: 7 additions & 5 deletions charts/terraform-pod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform-pod

## `chart.version`

![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square)
![Version: 0.0.28](https://img.shields.io/badge/Version-0.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.3](https://img.shields.io/badge/AppVersion-1.9.3-informational?style=flat-square)

## Maintainers

Expand Down Expand Up @@ -59,7 +59,7 @@ helm repo add saritasa https://saritasa-nest.github.io/saritasa-devops-helm-char
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.9.1 \
--set image.tag=1.9.3 \
--set github.repository=saritasa-nest/CLIENT-infra-dev-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand All @@ -77,7 +77,7 @@ For infra-aws repos you may want to pass short-term TTL AWS credentials from the
helm upgrade --install CLIENT saritasa/terraform-pod \
--namespace terraform \
--set terraform.client=CLIENT \
--set image.tag=1.9.1 \
--set image.tag=1.9.3 \
--set github.repository=saritasa-nest/CLIENT-infra-aws \
--set github.branch=feature/branch \
--set github.username=YOUR-GITHUB-USERNAME \
Expand Down Expand Up @@ -112,7 +112,7 @@ unset AWS_VAULT && creds=$(aws-vault exec saritasa/v2/administrators --json) &&
helm template --release-name debug-tfpod \
--namespace terraform \
--set terraform.client=saritasa \
--set image.tag=1.9.1 \
--set image.tag=1.9.3 \
--set github.repository=saritasa-nest/some-repo-infra-aws \
--set github.branch=feature/branch-name \
--set github.username=your-username \
Expand Down Expand Up @@ -166,7 +166,7 @@ unset creds
| github.username | string | `""` | github username (who runs this terraform code) |
| image.pullPolicy | string | `"Always"` | pull policy |
| image.repository | string | `"public.ecr.aws/saritasa/terraform"` | default docker registry |
| image.tag | string | `"1.9.1"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"1.9.3"` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | docker pull secret |
| infracost.apiKey | string | `""` | infracost api token value (optional, if passed - takes precedence over apiKeySecret) |
| infracost.apiKeySecret | string | `"infracost-api-key"` | infracost api key secret (should contain a single attr: token=) |
Expand All @@ -193,3 +193,5 @@ unset creds
| terraform.tokenSecret | string | `"terraform-cli-token-saritasa-team"` | secret name containing terraform team API token name (optional) |
| tolerations | list | `[]` | tolerations |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
2 changes: 1 addition & 1 deletion charts/terraform-pod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# -- pull policy
pullPolicy: Always
# -- Overrides the image tag whose default is the chart appVersion.
tag: "1.9.1"
tag: "1.9.3"

github:
# -- github app auth pem file used for terraform github provider authentication
Expand Down

0 comments on commit 313322e

Please sign in to comment.