Skip to content

Commit a596557

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#178)
* build(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Use bitnamilegacy. See bitnami/charts#35164 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christophe Haen <[email protected]>
1 parent f2298ff commit a596557

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.x
2424
- uses: pre-commit/[email protected]

diracx/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ indigoiam:
376376
##########################
377377

378378
mysql:
379+
image:
380+
repository: bitnamilegacy/mysql
379381
enabled: true
380382
auth:
381383
existingSecret: mysql-secret
@@ -398,7 +400,7 @@ mysql:
398400
##########################
399401

400402
rabbitmq:
401-
enabled: true
403+
enabled: false
402404
# Security context must be set to run on some k8s clusters (e.g. openshift)
403405
podSecurityContext:
404406
enabled: false

docs/admin/reference/values.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
| mysql.auth.existingSecret | string | `"mysql-secret"` | |
173173
| mysql.auth.username | string | `"sqldiracx"` | |
174174
| mysql.enabled | bool | `true` | |
175+
| mysql.image.repository | string | `"bitnamilegacy/mysql"` | |
175176
| mysql.initdbScriptsConfigMap | string | `"mysql-init-diracx-dbs"` | |
176177
| nameOverride | string | `""` | type=kubernetes.io/dockerconfigjson imagePullSecrets: - name: regcred |
177178
| nodeSelector | object | `{}` | |
@@ -230,7 +231,7 @@
230231
| rabbitmq.auth.existingErlangSecret | string | `"rabbitmq-secret"` | |
231232
| rabbitmq.auth.existingPasswordSecret | string | `"rabbitmq-secret"` | |
232233
| rabbitmq.containerSecurityContext.enabled | bool | `false` | |
233-
| rabbitmq.enabled | bool | `true` | |
234+
| rabbitmq.enabled | bool | `false` | |
234235
| rabbitmq.podSecurityContext.enabled | bool | `false` | |
235236
| replicaCount | int | `1` | |
236237
| replicaCountWeb | int | `1` | |

0 commit comments

Comments
 (0)