Skip to content

Commit

Permalink
Bump gpu-operator version to v23.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Mar 6, 2024
1 parent 7b95fcb commit 38cd798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gpu/enable
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def log(msg):
type=click.Choice(["", "force-operator-driver", "force-system-driver"]),
)
@click.option("--requires", multiple=True, default=["core/dns", "core/helm3"])
@click.option("--version", default="v22.9.1")
@click.option("--version", default="v23.9.1")
@click.option("--driver", default="auto", type=click.Choice(["auto", "operator", "host"]))
@click.option("--toolkit-version", default=None)
@click.option("--set-as-default-runtime/--no-set-as-default-runtime", is_flag=True, default=True)
Expand Down

0 comments on commit 38cd798

Please sign in to comment.