Skip to content

Tags: runatlantis/helm-charts

Tags

atlantis-5.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use ATLANTIS_DEFAULT_TF_DISTRIBUTION instead of deprecated ATLANTIS_T…

…F_DISTRIBUTION (#457)

* Use ATLANTIS_DEFAULT_TF_DISTRIBUTION instead of deprecated ATLANTIS_TF_DISTRIBUTION

Signed-off-by: Denis Iskandarov <d.iskandarov@gmail.com>

atlantis-5.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(annotations): add secret annotations (#458)

* feat(annotations): add secret annotations

Allow adding annotations to secret resources.

Signed-off-by: Alexander Chebotov <a.chebotov@arenadata.io>

atlantis-5.14.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.33.…

…0 in charts/atlantis/chart.yaml (#452)

* chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.33.0 in charts/atlantis/chart.yaml

* bump chart

Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>

---------

Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Martinez <gabrielmartinez@sisti.pt>

atlantis-5.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(atlantis): add containerPort custom (#444)

* feat(atlantis): add containerPort custom

Signed-off-by: Julliano Goncalves <julliano.goncalves@liferay.com>

atlantis-5.12.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.32.…

…0 in charts/atlantis/chart.yaml (#445)

* chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.32.0 in charts/atlantis/chart.yaml

* Bump minor version

Signed-off-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>

---------

Signed-off-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>

atlantis-5.11.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.31.…

…0 in charts/atlantis/chart.yaml (#439)

* chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.31.0 in charts/atlantis/chart.yaml

* Bump chart

Signed-off-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>

---------

Signed-off-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>

atlantis-5.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Gitea (#436)

Signed-off-by: Pascal Bachor <bachorp@users.noreply.github.com>
Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>

atlantis-5.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(chart): explicitly set namespace based on release (#435)

On `helm install` or `upgrade`, the `--namespace` flag is respected
regardless. However, when using this chart for static templating, the
`--namespace` flag is ignored because the templates do not explicitly
set `.metadata.namespace` to `.Release.Namespace`, making it cumbersome
to customize the namespace.

Signed-off-by: valorl <11498571+valorl@users.noreply.github.com>

atlantis-5.9.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Redis Secret Password Key (#434)

* Redis Secret Password Key

- Added `redisSecretPasswordKey` value

Added a new `redisSecretPasswordKey` value that allows users to override
the default `password` key used when specifying an existing `Secret` for
Redis. This makes for a more seamless integration with popular
third-party Redis Helm charts.

Signed-off-by: John Lahr <john@johnlahr.me>

* Update charts/atlantis/values.yaml

Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>
Signed-off-by: John <john@johnlahr.me>

* added unit tests for Redis variables
Signed-off-by: John Lahr <john@johnlahr.me>

* fixed incorrect default value in README
Signed-off-by: John Lahr <john@johnlahr.me>

* fixed incorrect test value
Signed-off-by: John Lahr <john@johnlahr.me>

---------

Signed-off-by: John Lahr <john@johnlahr.me>
Signed-off-by: John <john@johnlahr.me>
Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>

atlantis-5.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add metricRelabelings support to ServiceMonitor (#433)

Signed-off-by: benjohnson-dev <ben@benjohnson.dev>