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

Bump chart dependencies and set defaults for KUBECTL_CMD for multiarch execution. Fixes #94 #95

Open
wants to merge 2 commits into
base: main
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
10 changes: 5 additions & 5 deletions Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.2.7
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.15.2
version: 20.6.0
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.5.7
version: 20.2.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.3
digest: sha256:541a5a0685f8f792ef99c2de7c29b73ae543563f4ff4f795797d65bfc88c3222
generated: "2023-11-09T16:43:25.437028891+01:00"
version: 16.3.2
digest: sha256:335233f8e1f606d9ebdb15529e793050c5cd38aee2c04d3f513189bb1c94fb27
generated: "2024-12-17T11:19:24.709158792+01:00"
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ dependencies:
version: 0.2.7
repository: "https://download.passbolt.com/charts/passbolt-library"
- name: redis
version: 17.15.2
version: 20.6.0
repository: "https://charts.bitnami.com/bitnami"
condition: redisDependencyEnabled
- name: mariadb
version: 11.5.7
version: 20.2.1
repository: "https://charts.bitnami.com/bitnami"
condition: mariadbDependencyEnabled
- name: postgresql
version: 13.2.3
version: 16.3.2
repository: "https://charts.bitnami.com/bitnami"
condition: postgresqlDependencyEnabled
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ passboltEnv:
# -- Toggle passbolt jwt authentication
PASSBOLT_PLUGINS_JWT_AUTHENTICATION_ENABLED: true
# -- Download Command for kubectl
KUBECTL_DOWNLOAD_CMD: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
KUBECTL_DOWNLOAD_CMD: ""
secret:
# -- Configure passbolt cake cache password
CACHE_CAKE_DEFAULT_PASSWORD: CHANGEME
Expand Down
Loading