Skip to content
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 @@ -310,7 +310,7 @@ spec:
- name: CPFS_UTILS_IMAGE
value: icr.io/cpopen/cpfs/cpfs-utils:latest
- name: CPFS_OADP_PLUGIN_IMAGE
value: icr.io/cpopen/cpfs/cpfs-oadp-plugin:latest
value: icr.io/cpopen/cpfs/cpfs-oadp-plugins:latest
image: icr.io/cpopen/common-service-operator:4.18.0
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -642,7 +642,7 @@ spec:
name: COMMON_SERVICE_OPERATOR_IMAGE
- image: icr.io/cpopen/cpfs/cpfs-utils:latest
name: CPFS_UTILS_IMAGE
- image: icr.io/cpopen/cpfs/cpfs-oadp-plugin:latest
- image: icr.io/cpopen/cpfs/cpfs-oadp-plugins:latest
name: CPFS_OADP_PLUGIN_IMAGE
- image: icr.io/cpopen/cpfs/must-gather:latest
name: MUST_GATHER_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- name: CPFS_UTILS_IMAGE
value: icr.io/cpopen/cpfs/cpfs-utils:latest
- name: CPFS_OADP_PLUGIN_IMAGE
value: icr.io/cpopen/cpfs/cpfs-oadp-plugin:latest
value: icr.io/cpopen/cpfs/cpfs-oadp-plugins:latest
resources:
limits:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
name: COMMON_SERVICE_OPERATOR_IMAGE
- image: icr.io/cpopen/cpfs/cpfs-utils:latest
name: CPFS_UTILS_IMAGE
- image: icr.io/cpopen/cpfs/cpfs-oadp-plugin:latest
- image: icr.io/cpopen/cpfs/cpfs-oadp-plugins:latest
name: CPFS_OADP_PLUGIN_IMAGE
- image: icr.io/cpopen/cpfs/must-gather:latest
name: MUST_GATHER_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
- name: CPFS_UTILS_IMAGE
value: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperand}}/cpfs-utils:latest
- name: CPFS_OADP_PLUGIN_IMAGE
value: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperand}}/cpfs-oadp-plugin:latest
value: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperand}}/cpfs-oadp-plugins:latest
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down