Skip to content

Commit 12a12ff

Browse files
committed
Revert "Update app-template dependency version to 4.0.0 across multiple Helm charts and refactor values.yaml structure for consistency"
This reverts commit 7f2887a.
1 parent 7f2887a commit 12a12ff

14 files changed

Lines changed: 319 additions & 312 deletions

File tree

kubernetes/apps/autoally-backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: autoally-backend
33
version: 0.0.0
44
dependencies:
55
- name: app-template
6-
version: 4.0.0
6+
version: 3.7.3
77
repository: https://bjw-s-labs.github.io/helm-charts
Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
1-
controllers:
2-
autoally-backend:
3-
replicas: 2
4-
containers:
5-
autoally-backend:
6-
image:
7-
repository: fullstackjam/autoally-backend
8-
tag: latest
9-
envFrom:
10-
- secretRef:
11-
name: my-autoally-backend-secret
12-
service:
13-
autoally-backend:
14-
controller: autoally-backend
15-
ports:
16-
http:
17-
port: 8000
18-
protocol: HTTP
1+
app-template:
2+
controllers:
3+
autoally-backend:
4+
replicas: 2
5+
containers:
6+
autoally-backend:
7+
image:
8+
repository: fullstackjam/autoally-backend
9+
tag: latest
10+
envFrom:
11+
- secretRef:
12+
name: my-autoally-backend-secret
13+
service:
14+
autoally-backend:
15+
controller: autoally-backend
16+
ports:
17+
http:
18+
port: 8000
19+
protocol: HTTP
1920

20-
ingress:
21-
autoally-backend:
22-
enabled: true
23-
className: nginx
24-
annotations:
25-
cert-manager.io/cluster-issuer: letsencrypt-prod
26-
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
27-
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
28-
hosts:
29-
- host: &host autoally-backend.fullstackjam.com
30-
paths:
31-
- path: /
32-
pathType: Prefix
33-
service:
34-
name: autoally-backend
35-
port: 8000
36-
tls:
37-
- hosts:
38-
- *host
39-
secretName: autoally-backend-tls-certificate
21+
ingress:
22+
autoally-backend:
23+
enabled: true
24+
className: nginx
25+
annotations:
26+
cert-manager.io/cluster-issuer: letsencrypt-prod
27+
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
28+
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
29+
hosts:
30+
- host: &host autoally-backend.fullstackjam.com
31+
paths:
32+
- path: /
33+
pathType: Prefix
34+
service:
35+
name: autoally-backend
36+
port: 8000
37+
tls:
38+
- hosts:
39+
- *host
40+
secretName: autoally-backend-tls-certificate

kubernetes/apps/excalidraw/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: excalidraw
33
version: 0.0.0
44
dependencies:
55
- name: app-template
6-
version: 4.0.0
6+
version: 3.7.3
77
repository: https://bjw-s-labs.github.io/helm-charts
Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
controllers:
2-
excalidraw:
3-
replicas: 3
4-
containers:
5-
excalidraw:
6-
image:
7-
repository: excalidraw/excalidraw
8-
tag: latest
9-
service:
10-
excalidraw:
11-
controller: excalidraw
12-
ports:
13-
http:
14-
port: 80
15-
protocol: HTTP
1+
app-template:
2+
controllers:
3+
excalidraw:
4+
replicas: 3
5+
containers:
6+
excalidraw:
7+
image:
8+
repository: excalidraw/excalidraw
9+
tag: latest
10+
service:
11+
excalidraw:
12+
controller: excalidraw
13+
ports:
14+
http:
15+
port: 80
16+
protocol: HTTP
1617

17-
ingress:
18-
excalidraw:
19-
enabled: true
20-
className: nginx
21-
annotations:
22-
cert-manager.io/cluster-issuer: letsencrypt-prod
23-
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
24-
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
25-
hosts:
26-
- host: &host draw.fullstackjam.com
27-
paths:
28-
- path: /
29-
pathType: Prefix
30-
service:
31-
name: excalidraw
32-
port: 80
33-
tls:
34-
- hosts:
35-
- *host
36-
secretName: excalidraw-tls-certificate
18+
ingress:
19+
excalidraw:
20+
enabled: true
21+
className: nginx
22+
annotations:
23+
cert-manager.io/cluster-issuer: letsencrypt-prod
24+
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
25+
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
26+
hosts:
27+
- host: &host draw.fullstackjam.com
28+
paths:
29+
- path: /
30+
pathType: Prefix
31+
service:
32+
name: excalidraw
33+
port: 80
34+
tls:
35+
- hosts:
36+
- *host
37+
secretName: excalidraw-tls-certificate

kubernetes/apps/flask-watchlist/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: flask-watchlist
33
version: 0.0.0
44
dependencies:
55
- name: app-template
6-
version: 4.0.0
6+
version: 3.7.3
77
repository: https://bjw-s-labs.github.io/helm-charts
Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
1-
controllers:
2-
flask-watchlist:
3-
replicas: 2
4-
containers:
5-
flask-watchlist:
6-
image:
7-
repository: fullstackjam/flask-watchlist
8-
tag: latest
9-
service:
10-
flask-watchlist:
11-
controller: flask-watchlist
12-
ports:
13-
http:
14-
port: 5000
15-
protocol: HTTP
16-
ingress:
17-
flask-watchlist:
18-
enabled: true
19-
className: nginx
20-
annotations:
21-
cert-manager.io/cluster-issuer: letsencrypt-prod
22-
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
23-
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
24-
hosts:
25-
- host: &host flask-watchlist.fullstackjam.com
26-
paths:
27-
- path: /
28-
pathType: Prefix
29-
service:
30-
name: flask-watchlist
31-
port: 5000
32-
tls:
33-
- hosts:
34-
- *host
35-
secretName: flask-watchlist-tls-certificate
1+
app-template:
2+
controllers:
3+
flask-watchlist:
4+
replicas: 2
5+
containers:
6+
flask-watchlist:
7+
image:
8+
repository: fullstackjam/flask-watchlist
9+
tag: latest
10+
service:
11+
flask-watchlist:
12+
controller: flask-watchlist
13+
ports:
14+
http:
15+
port: 5000
16+
protocol: HTTP
17+
ingress:
18+
flask-watchlist:
19+
enabled: true
20+
className: nginx
21+
annotations:
22+
cert-manager.io/cluster-issuer: letsencrypt-prod
23+
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
24+
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
25+
hosts:
26+
- host: &host flask-watchlist.fullstackjam.com
27+
paths:
28+
- path: /
29+
pathType: Prefix
30+
service:
31+
name: flask-watchlist
32+
port: 5000
33+
tls:
34+
- hosts:
35+
- *host
36+
secretName: flask-watchlist-tls-certificate

kubernetes/apps/portfolio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: portfolio
33
version: 0.0.0
44
dependencies:
55
- name: app-template
6-
version: 4.0.0
6+
version: 3.7.3
77
repository: https://bjw-s-labs.github.io/helm-charts
Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
1-
controllers:
2-
portfolio:
3-
replicas: 2
4-
containers:
5-
portfolio:
6-
image:
7-
repository: fullstackjam/portfolio
8-
tag: latest
9-
service:
10-
portfolio:
11-
controller: portfolio
12-
ports:
13-
http:
14-
port: 80
15-
protocol: HTTP
16-
ingress:
17-
portfolio:
18-
enabled: true
19-
className: nginx
20-
annotations:
21-
cert-manager.io/cluster-issuer: letsencrypt-prod
22-
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
23-
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
24-
hosts:
25-
- host: &host portfolio.fullstackjam.com
26-
paths:
27-
- path: /
28-
pathType: Prefix
29-
service:
30-
name: portfolio
31-
port: 80
32-
tls:
33-
- hosts:
34-
- *host
35-
secretName: portfolio-tls-certificate
1+
app-template:
2+
controllers:
3+
portfolio:
4+
replicas: 2
5+
containers:
6+
portfolio:
7+
image:
8+
repository: fullstackjam/portfolio
9+
tag: latest
10+
service:
11+
portfolio:
12+
controller: portfolio
13+
ports:
14+
http:
15+
port: 80
16+
protocol: HTTP
17+
ingress:
18+
portfolio:
19+
enabled: true
20+
className: nginx
21+
annotations:
22+
cert-manager.io/cluster-issuer: letsencrypt-prod
23+
external-dns.alpha.kubernetes.io/target: homelab-tunnel.fullstackjam.com
24+
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true'
25+
hosts:
26+
- host: &host portfolio.fullstackjam.com
27+
paths:
28+
- path: /
29+
pathType: Prefix
30+
service:
31+
name: portfolio
32+
port: 80
33+
tls:
34+
- hosts:
35+
- *host
36+
secretName: portfolio-tls-certificate

kubernetes/apps/speedtest/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: speedtest
33
version: 0.0.0
44
dependencies:
55
- name: app-template
6-
version: 4.0.0
6+
version: 3.7.3
77
repository: https://bjw-s-labs.github.io/helm-charts

0 commit comments

Comments
 (0)