Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerred committed Feb 10, 2024
1 parent aebe04f commit 551895c
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 @@ -149,7 +149,7 @@ spec:
source:
chart: device-plugin-operator
repoURL: https://intel.github.io/helm-charts/
targetRevision: 0.29.0
targetRevision: vg0.29.0
syncPolicy:
automated: {}
syncOptions:
Expand All @@ -168,7 +168,7 @@ spec:
source:
chart: gpu-device-plugin
repoURL: https://intel.github.io/helm-charts/
targetRevision: 0.29.0
targetRevision: v0.29.0
syncPolicy:
automated: {}
syncOptions:
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/",
targetRevision: "0.29.0",
targetRevision: "vg0.29.0",
chart: "device-plugin-operator",
},
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/",
targetRevision: "0.29.0",
targetRevision: "v0.29.0",
chart: "gpu-device-plugin",
},
destination: {
Expand Down

0 comments on commit 551895c

Please sign in to comment.