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(container): update image app-template to v2.6.0 - autoclosed #460

Closed
wants to merge 4 commits 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: 2.5.0
version: 2.6.0
interval: 30m
sourceRef:
kind: HelmRepository
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: 2.5.0
version: 2.6.0
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.5.0
version: 2.6.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.5.0
version: 2.6.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: 2.5.0
version: 2.6.0
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
5 changes: 3 additions & 2 deletions kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.5.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -24,7 +24,7 @@ spec:
keepHistory: false
values:
controllers:
main:
cloudflared:
replicas: 2
strategy: RollingUpdate
annotations:
Expand Down Expand Up @@ -78,6 +78,7 @@ spec:
runAsGroup: 568
service:
main:
controller: cloudflared
ports:
http:
port: *port
Expand Down
7 changes: 4 additions & 3 deletions kubernetes/main/apps/network/echo-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.5.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -24,7 +24,7 @@ spec:
keepHistory: false
values:
controllers:
main:
echo-server:
replicas: 2
strategy: RollingUpdate
containers:
Expand Down Expand Up @@ -61,6 +61,7 @@ spec:
runAsGroup: 568
service:
main:
controller: echo-server
ports:
http:
port: *port
Expand All @@ -79,7 +80,7 @@ spec:
paths:
- path: /
service:
name: main
identifier: main
port: http
tls:
- hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.5.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -24,7 +24,7 @@ spec:
keepHistory: false
values:
controllers:
main:
system-upgrade-controller:
strategy: RollingUpdate
containers:
main:
Expand Down Expand Up @@ -72,9 +72,6 @@ spec:
serviceAccount:
create: true
name: system-upgrade
service:
main:
enabled: false
persistence:
tmp:
type: emptyDir
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: 2.5.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand All @@ -25,7 +25,7 @@ spec:
keepHistory: false
values:
controllers:
main:
system-upgrade-controller:
strategy: RollingUpdate
containers:
main:
Expand Down Expand Up @@ -77,9 +77,6 @@ spec:
serviceAccount:
create: true
name: system-upgrade
service:
main:
enabled: false
persistence:
tmp:
type: emptyDir
Expand Down
Loading