Skip to content

chore(deps): update all non-major dependencies #31

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: helm repo add bitnami https://charts.bitnami.com/bitnami

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
8 changes: 4 additions & 4 deletions charts/bytesafe/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.8
version: 12.12.10
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.13.2
digest: sha256:7a1592311a4683c58a0a12ba223e5f9265b834e09fd7f5c71c2222a795e215ee
generated: "2023-07-22T18:40:54.213313+01:00"
version: 17.17.1
digest: sha256:f6f775247835ae07faed3d5173ce37ef42edb847b06dd9f53b4df0e5c8f7b1f1
generated: "2025-05-12T13:16:51.880055928Z"
4 changes: 2 additions & 2 deletions charts/bytesafe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
version: 12.6.8
version: 12.12.10

- name: redis
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
version: 17.13.2
version: 17.17.1
4 changes: 2 additions & 2 deletions charts/bytesafe/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: bytesafe/bytesafe-ce
pullPolicy: IfNotPresent
tag: "v1.0.4"
tag: "v1.0.13"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -195,7 +195,7 @@ redis:
image:
registry: docker.io
repository: bitnami/redis
tag: 7.0.12-debian-11-r5
tag: 7.4.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion charts/geoserver/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: "docker.io"
repository: "kartoza/geoserver"
tag: "2.23.1"
tag: "2.27.0"
pullPolicy: "IfNotPresent"

geoserverDataDir: /opt/geoserver/data_dir
Expand Down
2 changes: 1 addition & 1 deletion charts/octopus-deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ octopus:
annotations: {}
labels: {}
# The Octopus server image. Visit https://hub.docker.com/r/octopusdeploy/octopusdeploy for the available versions.
image: octopusdeploy/octopusdeploy:2025.1.9954
image: octopusdeploy/octopusdeploy:2025.1.10115
# Set this to 1 if you do not have a HA license.
replicaCount: 1
# The Octopus admin username
Expand Down