Skip to content

Commit 971cf79

Browse files
authored
Update helm dependencies (#237)
* remove dependencies from cluster-addons * add cs without deps Signed-off-by: Jan Schoone <jan.schoone@uhurutec.com>
1 parent 2b4f912 commit 971cf79

File tree

10 files changed

+4
-28
lines changed

10 files changed

+4
-28
lines changed

providers/openstack/scs2/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ clusterctl init --infrastructure openstack
1515

1616
kubectl -n capi-system rollout status deployment
1717
kubectl -n capo-system rollout status deployment
18-
1918
```
2019

2120
```
@@ -49,7 +48,7 @@ EOF
4948
export CLUSTER_NAMESPACE=cluster
5049
export CLUSTER_NAME=my-cluster
5150
export CLUSTERSTACK_NAMESPACE=cluster
52-
export CLUSTERSTACK_VERSION=v0-sha.ksgrnrp
51+
export CLUSTERSTACK_VERSION=v0-sha.fjovyem
5352
export OS_CLIENT_CONFIG_FILE=${PWD}/clouds.yaml
5453
kubectl create namespace $CLUSTER_NAMESPACE --dry-run=client -o yaml | kubectl apply -f -
5554
```

providers/openstack/scs2/cluster-addon/ccm/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.
Binary file not shown.

providers/openstack/scs2/cluster-addon/cni/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
cilium:
2+
namespaceOverride: kube-system
23
tls:
34
secretsNamespace:
4-
name: kube-system
5+
name: "kube-system"
56
sessionAffinity: true
67
sctp:
78
enabled: true
@@ -10,4 +11,4 @@ cilium:
1011
gatewayAPI:
1112
enabled: true
1213
secretsNamespace:
13-
name: kube-system
14+
name: "kube-system"

providers/openstack/scs2/cluster-addon/csi/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.
Binary file not shown.

providers/openstack/scs2/cluster-addon/metrics-server/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)