Skip to content

Commit

Permalink
Merge pull request #194 from buffalo1024/update-relok8s
Browse files Browse the repository at this point in the history
add new components in .relok8s-images.yaml
  • Loading branch information
buffalo1024 authored Sep 22, 2023
2 parents 3060e7d + 3afb53a commit 5c0e442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/operator/.relok8s-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
- "{{ .global.k8sImageRegistry }}/{{ .localStorage.csi.attacher.imageRepository }}:{{ .localStorage.csi.attacher.tag }}"
- "{{ .global.k8sImageRegistry }}/{{ .localStorage.csi.resizer.imageRepository }}:{{ .localStorage.csi.resizer.tag }}"
- "{{ .global.k8sImageRegistry }}/{{ .localStorage.csi.monitor.imageRepository }}:{{ .localStorage.csi.monitor.tag }}"
- "{{ .global.k8sImageRegistry }}/{{ .localStorage.csi.snapshotController.imageRepository }}:{{ .localStorage.csi.snapshotController.tag }}"
- "{{ .global.k8sImageRegistry }}/{{ .localStorage.csi.snapshotter.imageRepository }}:{{ .localStorage.csi.snapshotter.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .apiserver.imageRepository }}:{{ .apiserver.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .exporter.imageRepository }}:{{ .exporter.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .auditor.imageRepository }}:{{ .auditor.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .failoverAssistant.imageRepository }}:{{ .failoverAssistant.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .pvcAutoResizer.imageRepository }}:{{ .pvcAutoResizer.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .localDiskActionController.imageRepository }}:{{ .localDiskActionController.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .ui.imageRepository }}:{{ .ui.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .operator.imageRepository }}:{{ .operator.tag }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .preHookJob.imageRepository }}:{{ .preHookJob.tag }}"
Expand Down

0 comments on commit 5c0e442

Please sign in to comment.