Skip to content

Commit

Permalink
Chart version and comment adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jullianow committed Dec 23, 2024
1 parent 5feb2e3 commit f537c79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.32.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 5.12.0
version: 5.13.0
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extraManifests:
| command | list | `[]` | Override the command field of the Atlantis container. |
| commonLabels | object | `{}` | Common Labels for all resources created by this chart. |
| config | string | `""` | Override atlantis main configuration by config map, ref: https://www.runatlantis.io/docs/using-slack-hooks.html#configuring-atlantis. Check values.yaml for examples. |
| containerPort | string | `nil` | When set, ignores the port specified by the Service's targetPort attribute. This is relevant when another container is injected into the same Pod. |
| containerPort | int | `0` | as (int) [optional] Define the port you would like atlantis to run on. Defaults to 4141. |
| containerSecurityContext | object | `{}` | Check values.yaml for examples. |
| customPem | string | `""` | Allows to override the /etc/ssl/certs/ca-certificates.cer with your custom one. You have to create a secret with the specified name. |
| dataStorage | string | `""` | DEPRECATED - Disk space available to check out repositories. Example: 5Gi. |
Expand Down
5 changes: 2 additions & 3 deletions charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ serviceAccountSecrets: {}
# Default values for atlantis (override as needed).
## -------------------------- ##

# -- When set, ignores the port specified by the Service's targetPort attribute.
# This is relevant when another container is injected into the same Pod.
containerPort:
# --as (int) [optional] Define the port you would like atlantis to run on. Defaults to 4141.
containerPort: 0

image:
repository: ghcr.io/runatlantis/atlantis
Expand Down

0 comments on commit f537c79

Please sign in to comment.