Skip to content
Merged
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
6 changes: 3 additions & 3 deletions charts/workflows-cluster/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 2.23.0
- name: vcluster
repository: https://charts.loft.sh
version: 0.33.0
version: 0.28.0
- name: secrets
repository: file://./charts/secrets
version: 0.0.9
digest: sha256:03a6ccd56bb73dd5ca9f938cfefdd9367e2bab22a72bc59c7896036f1c1f0ee2
generated: "2026-04-14T16:59:33.844136356+01:00"
digest: sha256:c9fa34828e135de7d67a8aea4f8a13b21971c7b52cf0808ab358e03b53d15171
generated: "2026-03-27T13:07:40.503598854Z"
4 changes: 2 additions & 2 deletions charts/workflows-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: workflows-cluster
description: A virtual cluster for Data Analysis workflows
type: application

version: 0.12.0
version: 0.12.1
dependencies:
- name: common
version: 2.23.0
repository: oci://docker.io/bitnamicharts
- name: vcluster
repository: https://charts.loft.sh
version: 0.33.0
version: 0.28.0
- name: secrets
repository: file://./charts/secrets
version: 0.0.9
Expand Down
51 changes: 0 additions & 51 deletions charts/workflows-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ vcluster:
toHost:
ingresses:
enabled: true
volumeSnapshots:
enabled: false
fromHost:
nodes:
enabled: true
Expand All @@ -144,58 +142,9 @@ vcluster:
"/postgres-argo-workflows-password": "workflows/postgres-argo-workflows-password"
"/postgres-application-passwords": "workflows/postgres-application-passwords"
"/postgres-initdb-script": "workflows/postgres-initdb-script"
events:
enabled: false

rbac:
clusterRole:
enabled: false
role:
enabled: true
overwriteRules:
- apiGroups: [""]
resources:
- configmaps
- secrets
- services
- pods
- pods/attach
- pods/portforward
- pods/exec
- persistentvolumeclaims
verbs: ["create", "delete", "patch", "update", "get", "list", "watch"]
- apiGroups: [""]
resources:
- pods/status
- pods/ephemeralcontainers
verbs: ["patch", "update"]
- apiGroups: ["apps"]
resources:
- statefulsets
- replicasets
- deployments
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources:
- endpoints
- pods/log
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources:
- endpoints
verbs: ["create", "delete", "patch", "update"]
- apiGroups: ["discovery.k8s.io"]
resources:
- endpointslices
verbs: ["create", "list", "get", "delete", "patch", "update", "watch"]
- apiGroups: ["coordination.k8s.io"]
resources:
- leases
verbs: ["create", "delete", "patch", "update", "get", "list", "watch"]
- apiGroups: ["metrics.k8s.io"]
resources:
- pods
verbs: ["get", "list"]

integrations:
metricsServer:
Expand Down
Loading