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 6f38d76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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` | [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
7 changes: 3 additions & 4 deletions charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,16 @@ 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:
# -- (int) [optional] Define the port you would like atlantis to run on. Defaults to 4141.
containerPort: 0

image:
repository: ghcr.io/runatlantis/atlantis
# -- If not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: Always

# -- Optionally specify an array of imagePullSecrets.
# -- Optionally specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/.
# Check values.yaml for examples.
Expand Down

0 comments on commit 6f38d76

Please sign in to comment.