WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c86eab1

Browse files
authored
Fix: add command to values.schema.json (#336)
* Fix: add command to values.schema.json * bump chart version
1 parent 592bff7 commit c86eab1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

charts/atlantis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v1
33
appVersion: v0.26.0
44
description: A Helm chart for Atlantis https://www.runatlantis.io
55
name: atlantis
6-
version: 4.17.2
6+
version: 4.17.3
77
keywords:
88
- terraform
99
home: https://www.runatlantis.io

charts/atlantis/values.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@
350350
"type":"string",
351351
"description":"Name of a pre-existing Kubernetes `Secret` containing a `apisecret` key. Use this instead of `api.secret`"
352352
},
353+
"command":{
354+
"type":"array",
355+
"description":"Override the command field of the Atlantis container"
356+
},
353357
"commonLabels":{
354358
"type":"object",
355359
"description":"Add Common Labels to all resources",

charts/atlantis/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ enableDiffMarkdownFormat: false
212212
# If managing secrets outside the chart for the API secret, use this variable to reference the secret name
213213
# apiSecretName: "myapisecret"
214214

215+
# Override the command field of the Atlantis container
216+
# command: []
217+
215218
# Common Labels for all resources created by this chart.
216219
commonLabels: {}
217220

0 commit comments

Comments
 (0)