We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e10b82 commit def3827Copy full SHA for def3827
charts/codefresh/.ci/values/defaults.yaml
@@ -100,3 +100,6 @@ hooks:
100
mongodb:
101
nodeSelector:
102
kubernetes.io/arch: amd64
103
+ rabbitmq:
104
+ nodeSelector:
105
+ kubernetes.io/arch: amd64
charts/codefresh/values.yaml
@@ -444,7 +444,8 @@ hooks:
444
repository: codefresh/mongosh
445
tag: 2.5.0
446
affinity: {}
447
- nodeSelector: {}
448
449
podSecurityContext: {}
450
resources: {}
451
tolerations: []
@@ -468,7 +469,8 @@ hooks:
468
469
repository: codefresh/rabbitmqadmin
470
tag: 2.8.0
471
472
473
474
475
476
0 commit comments