Skip to content

Commit

Permalink
[workflow-manager] Bump appVersion (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozefiel authored Jul 8, 2024
1 parent 9a2b020 commit b3f00b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions charts/workflow-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: workflow-manager
description: A Helm chart for Kubernetes deploying conductor-server and schellar
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
type: application
version: 3.1.0
appVersion: "6.0.0"
version: 3.1.1
appVersion: "6.1.0"
maintainers:
- name: FRINX
dependencies:
Expand All @@ -20,12 +20,7 @@ annotations:
image: frinx/schellar:6.1.0
artifacthub.io/changes: |
- kind: added
description: Add rbac settings for conductor
description: Bump app version
links:
- name: GitHub PR
url: https://github.com/FRINXio/helm-charts/pull/382
- kind: removed
description: Removed log4j settings
links:
- name: GitHub PR
url: https://github.com/FRINXio/helm-charts/pull/382
url: https://github.com/FRINXio/helm-charts/pull/383
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
- name: check-conductor-server
image: busybox
command: ["/bin/sh"]
args: ["-c", 'wget -S {{ include "workflow-manager.fullname" . }}:{{ .Values.service.portConductor }}/api/metadata/workflow -P /tmp/']
args: ["-c", 'wget --header="from: admin" --header="X-Auth-User-Roles:{{ .Values.rbac.WM_ADMIN_ROLES }}" -S {{ include "workflow-manager.fullname" . }}:{{ .Values.service.portConductor }}/api/metadata/workflow -P /tmp/']
restartPolicy: Never

0 comments on commit b3f00b1

Please sign in to comment.