Skip to content

Commit

Permalink
Feat json schema (#329)
Browse files Browse the repository at this point in the history
* Update values.yaml

* schema

* Update Chart.yaml

* Update README.md

* Update charts/atlantis/Chart.yaml

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

* fixes from review

* Update charts/atlantis/values.schema.json

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

* Update values.yaml

* Update ci-values.yaml

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 9, 2023
1 parent 8ec1e6d commit 24e58d0
Show file tree
Hide file tree
Showing 6 changed files with 2,512 additions and 130 deletions.
249 changes: 128 additions & 121 deletions README.md

Large diffs are not rendered by default.

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.16.0
version: 4.17.0
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ingress:
ingressClassName: nginx
host: atlantis.localdev.me
path: /
secondary_ingress:
webhook_ingress:
enabled: true
ingressClassName: nginx
host: atlantis-webook.localdev.me
Expand Down
4 changes: 2 additions & 2 deletions charts/atlantis/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- with .Values.service.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
{{- end }}
spec:
selector:
matchLabels:
Expand All @@ -19,7 +19,7 @@ spec:
endpoints:
- port: atlantis
interval: {{ .Values.servicemonitor.interval }}
path: {{ .Values.servicemonitor.path | default "/metrics" }}
path: {{ .Values.servicemonitor.path }}
{{- if .Values.servicemonitor.auth.basicAuth.enabled }}
basicAuth:
username:
Expand Down
Loading

0 comments on commit 24e58d0

Please sign in to comment.