apps/s3-csi/kustomization.yaml

26 lines
631 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.s3.yaml
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
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