Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerred committed Feb 10, 2024
1 parent a7a0b89 commit 35fe220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cdk8s/dist/apps.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
chart: device-plugin-operator
chart: intel-device-plugins-operator
repoURL: https://intel.github.io/helm-charts/
targetRevision: 0.29.0
syncPolicy:
Expand All @@ -166,7 +166,7 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
chart: gpu-device-plugin
chart: intel-device-plugins-gpu
repoURL: https://intel.github.io/helm-charts/
targetRevision: 0.29.0
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion cdk8s/src/apps/intel-device-plugin-operator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function createIntelDevicePluginOperatorApp(chart: Chart) {
project: "default",
source: {
repoUrl: "https://intel.github.io/helm-charts/",
chart: "device-plugin-operator",
chart: "intel-device-plugins-operator",
targetRevision: "0.29.0",
},
destination: {
Expand Down
2 changes: 1 addition & 1 deletion cdk8s/src/apps/intel-gpu-device-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function createIntelGpuDevicePluginApp(chart: Chart) {
project: "default",
source: {
repoUrl: "https://intel.github.io/helm-charts/",
chart: "gpu-device-plugin",
chart: "intel-device-plugins-gpu",
targetRevision: "0.29.0",
},
destination: {
Expand Down

0 comments on commit 35fe220

Please sign in to comment.