2023-11-21 21:32:09 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: kube-system
|
|
|
|
|
2024-04-27 16:09:44 +00:00
|
|
|
resources:
|
|
|
|
- resources/secret.s3.yaml
|
2024-05-07 15:09:51 +00:00
|
|
|
- resources/secret.garage.yaml
|
|
|
|
- resources/storageClass.garage.yaml
|
2024-04-27 16:09:44 +00:00
|
|
|
|
|
|
|
images:
|
|
|
|
- name: registrar
|
|
|
|
newName: registry.k8s.io/sig-storage/csi-node-driver-registrar
|
2024-04-27 16:10:29 +00:00
|
|
|
newTag: v2.10.1
|
2024-04-27 16:09:44 +00:00
|
|
|
- name: provisioner
|
|
|
|
newName: registry.k8s.io/sig-storage/csi-provisioner
|
2024-04-27 16:10:23 +00:00
|
|
|
newTag: v3.6.4
|
2024-04-27 16:09:44 +00:00
|
|
|
- name: csi
|
|
|
|
newName: code.icb4dc0.de/infrastructure/csi-s3
|
|
|
|
newTag: 0.38.3
|
|
|
|
|
2023-11-21 21:32:09 +00:00
|
|
|
helmCharts:
|
|
|
|
- name: csi-s3
|
|
|
|
repo: https://yandex-cloud.github.io/k8s-csi-s3/charts/
|
|
|
|
releaseName: csi-s3
|
|
|
|
namespace: kube-system
|
|
|
|
version: "0.38.3"
|
2024-04-27 16:09:44 +00:00
|
|
|
valuesFile: config/values.csi-s3.yaml
|