Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update csi #1503

Merged
merged 1 commit into from
Dec 16, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ resources:
# descheduler
- github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=v0.28.1

patchesStrategicMerge:
- ./patch-schedule.yaml
patches:
- path: ./patch-schedule.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/controller.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/csi-driver.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/node.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/storage-class.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/snapshotter/snapshotter.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.2/deploy/kubernetes/v1.20/snapshotter/volume-snapshot-class.yml

images:
- name: synology/synology-csi
newTag: latest
- name: k8s.gcr.io/sig-storage/csi-snapshotter
newName: registry.k8s.io/sig-storage/csi-snapshotter
- name: k8s.gcr.io/sig-storage/csi-provisioner
newName: registry.k8s.io/sig-storage/csi-provisioner
- name: k8s.gcr.io/sig-storage/csi-attacher
newName: registry.k8s.io/sig-storage/csi-attacher
- name: k8s.gcr.io/sig-storage/csi-resizer
newName: registry.k8s.io/sig-storage/csi-resizer
- name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
newName: registry.k8s.io/sig-storage/csi-node-driver-registrar
- name: k8s.gcr.io/sig-storage/csi-snapshotter
newName: registry.k8s.io/sig-storage/csi-snapshotter
patches:
- path: ./storageclass.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/controller.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/csi-driver.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/node.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/storage-class.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/snapshotter/snapshotter.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/snapshotter/volume-snapshot-class.yml
- ./storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: seichi-gateway
resources:
- "../../../app-templates/minecraft-gateway-bungeecord"
- "./bungeecord-config.yaml"
- ../../../app-templates/minecraft-gateway-bungeecord
- ./bungeecord-config.yaml

patchesStrategicMerge:
- "bungeecord-metrics-patch.yaml"
- "bungeecord-plugin-configs-patch.yaml"
- "service-bungeecord-loadbalancer.yaml"

patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: bungeecord
patch: |-
patches:
- patch: |-
- op: replace
path: /spec/template/spec/containers/0/resources/requests/memory
value: 1024Mi
- op: replace
path: /spec/template/spec/containers/0/env/0/value
value: 1024m
target:
group: apps
kind: Deployment
name: bungeecord
version: v1
- path: bungeecord-metrics-patch.yaml
- path: bungeecord-plugin-configs-patch.yaml
- path: service-bungeecord-loadbalancer.yaml