Skip to content
Draft
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
1 change: 0 additions & 1 deletion .github/workflows/_kyverno_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Install Workflows CRDs
run: |
helm template workflows charts/workflows --namespace workflows --create-namespace | yq e 'select(.kind == "CustomResourceDefinition")' | tee -a /tmp/crds.yaml | kubectl apply -f -
kubectl apply -f charts/identity-mapper/crds/useridentity.yaml
- name: Wait for CRDs
Expand Down
6 changes: 3 additions & 3 deletions charts/workflows/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: argo-workflows
repository: https://argoproj.github.io/argo-helm
version: 0.45.21
version: 1.0.15
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 14.3.9
Expand All @@ -11,5 +11,5 @@ dependencies:
- name: s3mock
repository: file://./charts/s3mock/
version: 0.1.0
digest: sha256:54a6e2b7b5a2fdbb08478f19775fea59730ac796555004e53339db035c577dc8
generated: "2025-08-07T14:31:54.367575738+01:00"
digest: sha256:66fa055044667f7a47891a89bcbaa73d1e18ac3f846b3b32d1d77493dd427462
generated: "2026-06-15T15:42:05.653119252+01:00"
4 changes: 2 additions & 2 deletions charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: workflows
description: Data Analysis workflow orchestration
type: application
version: 0.13.52
version: 0.13.53
dependencies:
- name: argo-workflows
repository: https://argoproj.github.io/argo-helm
version: 0.45.21
version: 1.0.15
condition: argo-workflows.enabled
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
Expand Down
Loading