Skip to content

Commit

Permalink
update app-template to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Nov 11, 2023
1 parent c0348f5 commit 49bf130
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/default/code-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.0.3
version: 2.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
# external-dns/is-public: "true"
# external-dns.alpha.kubernetes.io/target: ${SECRET_DNS_TARGET}
hosts:
- host: &host '{{ .Release.Name }}.${SECRET_DOMAIN}'
- host: &host "{{ .Release.Name }}.${SECRET_DOMAIN}"
paths:
- path: /
pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/echo-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.0.3
version: 2.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/calibre-web/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.0.3
version: 2.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/apps/media/plex-trakt-sync/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.0.3
version: 2.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -33,7 +33,7 @@ spec:
main:
strategy: Recreate
annotations:
reloader.stakater.com/auto: 'true'
reloader.stakater.com/auto: "true"

pod:
enableServiceLinks: false
Expand Down Expand Up @@ -74,9 +74,9 @@ spec:
type: cronjob
cronjob:
concurrencyPolicy: Forbid
schedule: '@daily'
schedule: "@daily"
annotations:
reloader.stakater.com/auto: 'true'
reloader.stakater.com/auto: "true"

pod:
enableServiceLinks: false
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: 2.0.3
version: 2.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -34,7 +34,7 @@ spec:
type: cronjob
cronjob:
concurrencyPolicy: Forbid
schedule: '@hourly'
schedule: "@hourly"
containers:
main:
image:
Expand Down

0 comments on commit 49bf130

Please sign in to comment.