mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-17 09:06:36 +10:00
[bitnami/argo-workflows] Remove podWorkers flag (#9438)
* [bitnami/argo-workflows] Remove podWorkers flag Signed-off-by: Francisco de Paz <fdepaz@vmware.com> * [bitnami/argo-workflows] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
30c773fef3
commit
09507eebdf
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.1.4
|
||||
version: 11.1.9
|
||||
- name: mysql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 8.8.26
|
||||
version: 8.8.27
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.11.3
|
||||
digest: sha256:25e38e1aa779f73b9295c8c07e3bd3eee9302fc48086b2e108e14243d792035d
|
||||
generated: "2022-03-09T16:21:54.362678571Z"
|
||||
version: 1.12.0
|
||||
digest: sha256:e254268f6a14e7164acb28689aad0e45366a10ade263b05d2dba0421e869308a
|
||||
generated: "2022-03-21T09:50:52.023793367Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: Infrastructure
|
||||
apiVersion: v2
|
||||
appVersion: 3.2.9
|
||||
appVersion: 3.3.0
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-argo-workflow-controller
|
||||
- https://github.com/bitnami/bitnami-docker-argo-workflow-exec
|
||||
- https://argoproj.github.io/workflows/
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
|
||||
@@ -7,7 +7,7 @@ Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. It uses DAG
|
||||
[Overview of Argo Workflows](https://argoproj.github.io/workflows)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -235,7 +235,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `controller.telemetry.enabled` | Enable telemetry for the controller | `false` |
|
||||
| `controller.telemetry.path` | Path to expose telemetry information | `/telemetry` |
|
||||
| `controller.workflowWorkers` | Number of workflow workers to deploy | `32` |
|
||||
| `controller.podWorkers` | Number of pod workers to deploy | `32` |
|
||||
| `controller.workflowNamespaces` | Namespaces allowed to run workflows | `["default"]` |
|
||||
| `controller.logging.level` | Level for the controller logging | `info` |
|
||||
| `controller.logging.globalLevel` | Global logging level for the controller | `0` |
|
||||
@@ -282,7 +281,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `controller.service.annotations` | Additional custom annotations for controller service | `{}` |
|
||||
| `controller.service.extraPorts` | Extra port to expose on the controller service | `[]` |
|
||||
|
||||
|
||||
### Executor configuration section
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -478,4 +476,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -105,10 +105,6 @@ spec:
|
||||
- --workflow-workers
|
||||
- {{ .Values.controller.workflowWorkers | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.podWorkers }}
|
||||
- --pod-workers
|
||||
- {{ .Values.controller.podWorkers | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.extraArgs }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.controller.extraArgs "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -64,7 +64,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-cli
|
||||
tag: 3.2.9-scratch-r0
|
||||
tag: 3.3.0-scratch-r0
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -471,7 +471,7 @@ controller:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-controller
|
||||
tag: 3.2.9-scratch-r0
|
||||
tag: 3.3.0-scratch-r0
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -733,10 +733,6 @@ controller:
|
||||
## @param controller.workflowWorkers Number of workflow workers to deploy
|
||||
##
|
||||
workflowWorkers: 32
|
||||
## Number of pod workers to deploy
|
||||
## @param controller.podWorkers Number of pod workers to deploy
|
||||
##
|
||||
podWorkers: 32
|
||||
|
||||
## Namespaces allowed to run workflows
|
||||
## @param controller.workflowNamespaces Namespaces allowed to run workflows
|
||||
@@ -960,7 +956,7 @@ executor:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-exec
|
||||
tag: 3.2.8-debian-10-r24
|
||||
tag: 3.3.0-debian-10-r6
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user