Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: switch tf to 1.5.3 and add new PEM for terraform-cicd-app #80

Merged
merged 2 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions charts/tekton-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1235,5 +1235,3 @@ whitelistIP: |
| storageClassName | string | `"gp2"` | storage class for PVCs associated with the apps |
| whitelistIP | string | `""` | Comma-separated list of IP masks to bypass access limitation (if applicable, ex. for legacy projects protected with basic authentication) |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
2 changes: 0 additions & 2 deletions charts/tekton-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,3 @@ to specific project trigger-binding:
| saritasa-tekton.enabled | bool | `false` | should we configure dependency chart here. |
| wordpress.enabled | bool | `false` | should we enable the wordpress pipeline |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
2 changes: 1 addition & 1 deletion 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.11
version: 0.0.12
dmitry-mightydevops marked this conversation as resolved.
Show resolved Hide resolved

maintainers:
- url: https://www.saritasa.com/
Expand Down
8 changes: 3 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.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)

## Maintainers

Expand Down Expand Up @@ -155,15 +155,15 @@ unset creds
| extraVolumes | list | `[]` | extra volumes |
| fullnameOverride | string | `""` | |
| gitCryptKey | string | `""` | content of the git-crypt-key encoded in base64 format |
| github.appAuthSecret | string | `"terraform-cicd-app.2022-11-18.private-key.pem"` | github app auth pem file used for terraform github provider authentication |
| github.appAuthSecret | string | `"terraform-cicd-app.2023-07-12.private-key.pem"` | github app auth pem file used for terraform github provider authentication |
| github.branch | string | `""` | github branch to clone inside terraform pod |
| github.email | string | `""` | github email (who runs this terraform code) |
| github.repository | string | `""` | github repository containing terraform infra-dev-aws code |
| github.tokenSecret | string | `"github-cli-token"` | github gh cli secret containing token for authentication of the github CLI |
| 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.5.0"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"1.5.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 @@ -190,5 +190,3 @@ 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.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions charts/terraform-pod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ image:
# -- pull policy
pullPolicy: Always
# -- Overrides the image tag whose default is the chart appVersion.
tag: "1.5.0"
tag: "1.5.3"

github:
# -- github app auth pem file used for terraform github provider authentication
appAuthSecret: terraform-cicd-app.2022-11-18.private-key.pem
appAuthSecret: terraform-cicd-app.2023-07-12.private-key.pem
# -- github gh cli secret containing token for authentication of the github CLI
tokenSecret: github-cli-token
# -- github repository containing terraform infra-dev-aws code
Expand Down
Loading