apps/s3-csi/kustomization.yaml

36 lines
807 B
YAML
Raw Normal View History

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.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
newTag: v2.10.1
2024-04-27 16:09:44 +00:00
- name: provisioner
newName: registry.k8s.io/sig-storage/csi-provisioner
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
2024-05-08 18:05:26 +00:00
patches:
- target:
group: apps
kind: DaemonSet
version: v1
name: csi-s3
path: patches/daemonset.yaml
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