Skip to content

Commit

Permalink
Merge branch 'main' into freat-helm-unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual authored Nov 16, 2023
2 parents 8c0d7a0 + c86eab1 commit 4e3411a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
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.26.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.17.1
version: 4.17.3
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
11 changes: 11 additions & 0 deletions charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@
"type":"string",
"description":"Name of a pre-existing Kubernetes `Secret` containing a `apisecret` key. Use this instead of `api.secret`"
},
"command":{
"type":"array",
"description":"Override the command field of the Atlantis container"
},
"commonLabels":{
"type":"object",
"description":"Add Common Labels to all resources",
Expand Down Expand Up @@ -513,6 +517,13 @@
"string",
"null"
]
},
"loadBalancerSourceRanges":{
"description":"If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.",
"type":[
"array",
"null"
]
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ enableDiffMarkdownFormat: false
# If managing secrets outside the chart for the API secret, use this variable to reference the secret name
# apiSecretName: "myapisecret"

# Override the command field of the Atlantis container
# command: []

# Common Labels for all resources created by this chart.
commonLabels: {}

Expand Down Expand Up @@ -240,6 +243,7 @@ service:
nodePort: null
targetPort: 4141
loadBalancerIP: null
loadBalancerSourceRanges: []

podTemplate:
annotations: {}
Expand Down

0 comments on commit 4e3411a

Please sign in to comment.