Skip to content

Commit be4ba1b

Browse files
authored
Merge pull request #8176 from upodroid/bump-atlantis
bump atlantis and reconcile manual changes
2 parents 41e25b7 + 96eb10b commit be4ba1b

File tree

2 files changed

+52
-39
lines changed

2 files changed

+52
-39
lines changed

kubernetes/gke-utility/atlantis/atlantis.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ gh-org: kubernetes
33
repo-allowlist: github.com/kubernetes/k8s.io
44
allow-fork-prs: true
55
atlantis-url: https://atlantis.k8s.io
6-
gh-team-allowlist: "sig-k8s-infra:*"
6+
gh-team-allowlist: "sig-k8s-infra-leads:*"
77
disable-global-apply-lock: true
88
autodiscover-mode: auto
9+
gh-allow-mergeable-bypass-apply: true
10+
hide-prev-plan-comments: true
11+
hide-unchanged-plan-comments: true
12+
checkout-strategy: merge
13+
emoji-reaction: eyes
14+
# default-tf-distribution: opentofu # uncomment when we start using opentofu

kubernetes/gke-utility/atlantis/kustomization.yaml

Lines changed: 45 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,55 @@ kind: Kustomization
33
namespace: atlantis
44

55
resources:
6-
- github.com/runatlantis/atlantis//kustomize
7-
- extras.yaml
8-
- httproute.yaml
6+
- github.com/runatlantis/atlantis//kustomize
7+
- extras.yaml
8+
- httproute.yaml
99

1010
images:
11-
- name: ghcr.io/runatlantis/atlantis
12-
newTag: v0.30.0
11+
- name: ghcr.io/runatlantis/atlantis
12+
newTag: v0.34.0
1313

1414
configMapGenerator:
15-
- name: atlantis-config
16-
files:
17-
- atlantis.yaml
15+
- name: atlantis-config
16+
files:
17+
- atlantis.yaml
1818

1919
patchesStrategicMerge:
20-
- |-
21-
apiVersion: apps/v1
22-
kind: StatefulSet
23-
metadata:
24-
name: atlantis
25-
spec:
26-
template:
27-
spec:
28-
serviceAccountName: atlantis
29-
containers:
30-
- name: atlantis
31-
env:
32-
- name: ATLANTIS_CONFIG
33-
value: /config/atlantis.yaml
34-
- name: ATLANTIS_GH_TOKEN
35-
valueFrom:
36-
secretKeyRef:
37-
name: atlantis-vcs
38-
key: token
39-
- name: ATLANTIS_GH_WEBHOOK_SECRET
40-
valueFrom:
41-
secretKeyRef:
42-
name: atlantis-vcs
43-
key: webhook
44-
volumeMounts:
20+
- |-
21+
apiVersion: apps/v1
22+
kind: StatefulSet
23+
metadata:
24+
name: atlantis
25+
spec:
26+
template:
27+
spec:
28+
serviceAccountName: atlantis
29+
containers:
30+
- name: atlantis
31+
env:
32+
- name: ATLANTIS_CONFIG
33+
value: /config/atlantis.yaml
34+
- name: ATLANTIS_GH_TOKEN
35+
valueFrom:
36+
secretKeyRef:
37+
name: atlantis-vcs
38+
key: token
39+
- name: ATLANTIS_GH_WEBHOOK_SECRET
40+
valueFrom:
41+
secretKeyRef:
42+
name: atlantis-vcs
43+
key: webhook
44+
resources:
45+
requests:
46+
cpu: 500m
47+
memory: 1Gi
48+
limits:
49+
cpu: 4
50+
memory: 6Gi
51+
volumeMounts:
52+
- name: config
53+
mountPath: /config
54+
volumes:
4555
- name: config
46-
mountPath: /config
47-
volumes:
48-
- name: config
49-
configMap:
50-
name: atlantis-config
56+
configMap:
57+
name: atlantis-config

0 commit comments

Comments
 (0)