Skip to content

Commit

Permalink
chore(deps): update lagoon service images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2024
1 parent dec14f2 commit a6ecbf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ sshPortalAPI:
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.41.3"
tag: "v0.41.4"

podAnnotations: {}

Expand Down Expand Up @@ -1008,7 +1008,7 @@ opensearchSync:
repository: ghcr.io/uselagoon/lagoon-opensearch-sync
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.8.0"
tag: "v0.8.1"

# debug logging toggle
debug: false
Expand Down Expand Up @@ -1038,7 +1038,7 @@ sshToken:
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-token
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.41.3"
tag: "v0.41.4"

podAnnotations: {}

Expand Down
4 changes: 2 additions & 2 deletions charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ sshPortal:
repository: ghcr.io/uselagoon/lagoon-ssh-portal/ssh-portal
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.41.3"
tag: "v0.41.4"

service:
type: LoadBalancer
Expand Down Expand Up @@ -448,7 +448,7 @@ storageCalculator:
repository: uselagoon/remote-calculator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.6.0
tag: v0.7.0

# sysctlConfigure is used to configure sysctl options on nodes for use by elasticsearch/opensearch pods used in lagoon
# https://github.com/uselagoon/lagoon/issues/2588
Expand Down

0 comments on commit a6ecbf4

Please sign in to comment.