Skip to content

Commit

Permalink
Update image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Jun 19, 2024
1 parent 5722b9b commit a40e10a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/ptp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-ptp-operator:4.14
createdAt: "2024-06-19T20:56:43Z"
createdAt: "2024-06-19T21:02:47Z"
description: This software enables configuration of Precision Time Protocol(PTP)
on Kubernetes. It detects hardware capable PTP devices on each node, and configures
linuxptp processes such as ptp4l, phc2sys and timemaster.
Expand Down Expand Up @@ -373,7 +373,7 @@ spec:
- name: RELEASE_VERSION
value: v4.14.0
- name: LINUXPTP_DAEMON_IMAGE
value: quay.io/openshift/origin-ptp:4.14
value: ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest
- name: KUBE_RBAC_PROXY_IMAGE
value: quay.io/openshift/origin-kube-rbac-proxy:4.14
- name: SIDECAR_EVENT_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion config/manager/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: RELEASE_VERSION
value: "v4.14.0"
- name: LINUXPTP_DAEMON_IMAGE
value: "quay.io/openshift/origin-ptp:4.14"
value: "ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest"
- name: KUBE_RBAC_PROXY_IMAGE
value: "quay.io/openshift/origin-kube-rbac-proxy:4.14"
- name: SIDECAR_EVENT_IMAGE
Expand Down
4 changes: 2 additions & 2 deletions manifests/stable/ptp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-ptp-operator:4.14
createdAt: "2024-06-19T20:56:43Z"
createdAt: "2024-06-19T21:02:47Z"
description: This software enables configuration of Precision Time Protocol(PTP)
on Kubernetes. It detects hardware capable PTP devices on each node, and configures
linuxptp processes such as ptp4l, phc2sys and timemaster.
Expand Down Expand Up @@ -373,7 +373,7 @@ spec:
- name: RELEASE_VERSION
value: v4.14.0
- name: LINUXPTP_DAEMON_IMAGE
value: quay.io/openshift/origin-ptp:4.14
value: ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest
- name: KUBE_RBAC_PROXY_IMAGE
value: quay.io/openshift/origin-kube-rbac-proxy:4.14
- name: SIDECAR_EVENT_IMAGE
Expand Down

0 comments on commit a40e10a

Please sign in to comment.