Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker-image)!: Update app-template Docker tag to v2 #152

Closed
wants to merge 1 commit into from
Closed
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 @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down Expand Up @@ -70,3 +70,3 @@

securityContext:
runAsUser: 568
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down Expand Up @@ -56,7 +56,7 @@
enabled: true
ingressClassName: external-nginx
annotations:
# external-dns.alpha.kubernetes.io/target: ingress-ext.${SECRET_DOMAIN}

Check warning on line 59 in kubernetes/cluster-0/apps/home-automation/home-assistant/app/helmrelease.yaml

View workflow job for this annotation

GitHub Actions / Lint

59:11 [comments-indentation] comment not indented like content
hosts:
- host: &host "domo.${SECRET_DOMAIN}"
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down Expand Up @@ -84,3 +84,3 @@
mountPath: /data
accessMode: ReadWriteOnce
size: 512Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down Expand Up @@ -96,3 +96,3 @@
mountPath: /config
accessMode: ReadWriteOnce
size: 30Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down Expand Up @@ -73,3 +73,3 @@
mountPath: /alertmanager
accessMode: ReadWriteOnce
size: 50Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down Expand Up @@ -56,3 +56,3 @@
cpu: 5m
memory: 30M
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.5.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Loading