Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
data:
Expand Down
4 changes: 2 additions & 2 deletions apps/atlantis/manifests/Ingress-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
annotations:
Expand All @@ -18,9 +18,9 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: atlantis
port:
number: 80
pathType: ImplementationSpecific
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
spec:
Expand Down
2 changes: 1 addition & 1 deletion apps/atlantis/manifests/Secret-atlantis-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
data:
2 changes: 1 addition & 1 deletion apps/atlantis/manifests/Service-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
spec:
Expand Down
2 changes: 1 addition & 1 deletion apps/atlantis/manifests/ServiceAccount-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
annotations:
Expand Down
4 changes: 2 additions & 2 deletions apps/atlantis/manifests/StatefulSet-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-5.28.0
chart: atlantis-6.4.0
release: atlantis
heritage: Helm
spec:
Expand All @@ -24,7 +24,7 @@ spec:
release: atlantis
annotations:
checksum/config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
checksum/repo-config: 97876ab09bec423c0be383ec2cedc22981ba7ba5512b2a279e6355bfc039b708
checksum/repo-config: a57bc146f22dc235e5de128f0ed333a0ebd3d51a9607ea5faecfac11673b38b6
spec:
hostNetwork: false
serviceAccountName: atlantis
Expand Down
2 changes: 1 addition & 1 deletion apps/atlantis/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
chart:
spec:
chart: atlantis
version: 5.28.0
version: 6.4.0
sourceRef:
kind: HelmRepository
name: atlantis
Expand Down