Skip to content

Commit 8f86acb

Browse files
committed
chore(deps): update lagoon service images
1 parent 8f00d6f commit 8f86acb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/lagoon-core/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ sshPortalAPI:
10121012
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal-api
10131013
pullPolicy: IfNotPresent
10141014
# Overrides the image tag whose default is the chart appVersion.
1015-
tag: "v0.45.0"
1015+
tag: "v0.46.0"
10161016

10171017
command:
10181018
- /ssh-portal-api
@@ -1088,7 +1088,7 @@ sshToken:
10881088
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-token
10891089
pullPolicy: IfNotPresent
10901090
# Overrides the image tag whose default is the chart appVersion.
1091-
tag: "v0.45.0"
1091+
tag: "v0.46.0"
10921092

10931093
command:
10941094
- /ssh-token

charts/lagoon-logging/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ cdnLogsCollector:
138138
repository: uselagoon/logs-dispatcher
139139
pullPolicy: IfNotPresent
140140
# Overrides the image tag whose default is "latest".
141-
tag: "v3.9.0"
141+
tag: "v3.11.0"
142142

143143
podAnnotations: {}
144144

charts/lagoon-logs-concentrator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
repository: uselagoon/logs-concentrator
1313
pullPolicy: IfNotPresent
1414
# Overrides the image tag whose default is "latest".
15-
tag: "v3.7.0"
15+
tag: "v3.8.0"
1616

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/lagoon-remote/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ sshPortal:
141141
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal
142142
pullPolicy: IfNotPresent
143143
# Overrides the image tag whose default is the chart appVersion.
144-
tag: "v0.45.0"
144+
tag: "v0.46.0"
145145

146146
service:
147147
type: LoadBalancer

0 commit comments

Comments
 (0)